> For the complete documentation index, see [llms.txt](https://docs.bounce.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bounce.tech/basics/guides/minting.md).

# Minting

To mint leveraged tokens, go to the top panel and click **Mint**. This will open the minting page where you can select your asset, direction, margin, and leverage factor. Note, on the Bounce UI, a leveraged position is denominated in USDC and not in the amounts of the leveraged token.&#x20;

1. **Select the asset you want to trade**

<figure><img src="/files/9C985a2dFLzHD6mFUofQ" alt=""><figcaption><p>Select the asset you want to trade from the dropdown</p></figcaption></figure>

2. **Select long or** **short, leverage, and the amount of USDC you want to mint with**

<figure><img src="/files/wByWNhupm5loZlKQ7MVr" alt=""><figcaption><p>After entering the amount of USDC, click the mint button</p></figcaption></figure>

3. **Sign transaction(s) in wallet.** If it is your first time minting you will be prompted to sign two transactions: One for approval and one for executing the mint. This only occurs the first time you mint a leveraged token, future mints will only require **one transaction**.

<figure><img src="/files/cikTfyyZoeB9SwZdoCH3" alt=""><figcaption></figcaption></figure>

After executing the mint transaction you'll get a pop-up showing that your **mint was successful!**

<figure><img src="/files/cu2ItZaJV5w7MJ1LpXv4" alt=""><figcaption></figcaption></figure>

4. **View minted leveraged tokens on the positions tab or portfolio page**

<figure><img src="/files/Dvnlf67ghYwWO1m48Slk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bounce.tech/basics/guides/minting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
