# Bridge assets into CLV P-Chain

All bridges should follow the [Co-Mint](https://medium.com/multichainorg/co-mint-multichains-universal-cross-chain-bridge-48da559a96b7) solution provided by [Multichain.](https://www.multichain.com/)

Please refer to the [existing assets](https://docs.clv.org/clover-ecosystem/whitelist-assets-on-clover-p-chain) on CLV P-Chain. For example if BridgeA needs to bridge USDT onto CLV P-Chain.  The process will be:

* BridgeA should provide its minter address to CLV team
* CLV team will grant the above minter address the permission to mint [USDT](https://clvscan.com/address/0xF91193A62879279d6b8f209f89b6418e3C0e5CBf#contracts) on CLV P-Chain
* BridgeA can call the mint function on the standard contract when a bridge request invoked by its user


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clv.org/clover-ecosystem/bridge-assets-into-clv-p-chain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
