> For the complete documentation index, see [llms.txt](https://docs.burve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burve.io/burve_protocol/launchdex/token-trading.md).

# Token Trading

Tokens can be traded on either the Token Detail or Swap page. Transactions involve invoking functions like *mint() & burn()* or *deposit() & Redeem()*. When buying, users must submit a specific quantity of anchored tokens to the contract to complete the minting or depositing process. Conversely, when selling tokens, an equivalent amount of anchored tokens is automatically acquired from the contract.

\
**Step One: Establish Connection**

Initiate the process by connecting your wallet and selecting the chain where the targeted token resides.

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

**Step Two: Token Selection**

Choose the specific token you intend to buy or sell (upcoming tokens will only be tradable after their official trading time) and verify the information displayed.

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

**Step Three: Trading Slippage Setting (Optional)**

Optionally, set the trading slippage tolerance to customize your trading preferences.&#x20;

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

**Step Four: Confirm Transaction**

Review the transaction summary, then approve and confirm the transaction within your wallet for seamless execution.

<figure><img src="https://lh7-us.googleusercontent.com/UvA5TXUMWE8LuwmUdmfbLUOT-3VlrbLCdB5eBiODW2Gts05Srtkn2jtTxxAwBFdjVdW1MLId71QqMgwdqNOJ2EzlrY1c7lZFkfNHXSMmdkFD7gsc229A8ZAyVOoQjQyxFIFd7AOwFcixifhY39PIW2Y" alt=""><figcaption></figcaption></figure>

You can check your holdings in *Holding token* in *My Burve*

<figure><img src="/files/AOoLbpNi3b3hLk63x6dI" 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.burve.io/burve_protocol/launchdex/token-trading.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.
