# Mint & Bridge GCD

GCD can be minted and bridged into GTON Network via [GTON CLI](https://cli.gton.capital/).

1. Type *help* to see all available commands
2. Type *join* to connect MetaMask wallet
3. To mint & bridge GCD to GTON Network use command **bridge \<amount> \<token>** \
   For example ***bridge 10 busd*** would mint 9 GCD (collaterization ratio - 90%, liquidation price for BUSD is around $0.95 - which is unlikely to happen. At any time you can redeem your tokens returning 9 GCD and getting back the 10 BUSD collateral). Works with BUSD and USDC collateral on BNB Chain&#x20;

If you need to do the same manually:&#x20;

1. Approve spending of [BUSD](https://bscscan.com/address/0xe9e7cea3dedca5984780bafc599bd69add087d56) to the Vault Proxy contract: [0xAAbBB7471bCA1C152C690f10A1A9e006FE17BD7e](https://bscscan.com/address/0xAAbBB7471bCA1C152C690f10A1A9e006FE17BD7e)&#x20;
2. Use [CDPManager01](https://bscscan.com/address/0x6aA3cDc7a0Ab05C58105AA4C85568583f2b7e02f#writeContract#F5) contract to execute the Join method for BUSD&#x20;


---

# 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.gton.capital/use/mint-and-bridge-gcd.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.
