> For the complete documentation index, see [llms.txt](https://extocium.gitbook.io/extocium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://extocium.gitbook.io/extocium/xto-coin/pancakeswap.md).

# Pancakeswap

**You can trade XTO coins on** [**PancakeSwap**](https://pancakeswap.finance/)

<div><figure><img src="https://lh3.googleusercontent.com/14MFKKBqZFeI3d1gIXrCFuBFMHwD_GReqwQxqNqzmUnnXYYLsF6JtlhNTZfsJ9vZ4BjpOJSOoay15u48h3azCpW23TYCAID0yc9dDUqAV8pVDTzYGvMR2OsoldYzBR5TAJGsvVmIQZ3H0gAM-IIOiprdWBg9xhOWpJZZHXtPK-Q3KX7n_-V0JWRO_XKVRg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TxeTsjusTwZ99aD6NV3s" alt=""><figcaption></figcaption></figure></div>

**How to P2P trade XTO coins on Pancakeswap**

* **Go to the Pancakeswap homepage and connect your metamask.**

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

1. Click the **Trade button** in the top left corner of the homepage.
2. When you hit the Trade button, you'll see a page like the screenshot above.
3. Number **2. is the coin you are selling** and number **3. is the coin you will receive as payment**.
4. You can change to a different coin by clicking on each coin part.

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

   Let's change the coin by clicking on CAKE.

   To find your XTO coin, **click Manage Tokens** in the pop-up window.

   <figure><img src="/files/VOHXuKibsGLrmoYWVMIy" alt=""><figcaption></figcaption></figure>
5. Then **click Tokens**.
6. In the next window that appears, paste the address below.&#x20;
   1. **Contract Addr :&#x20;**<mark style="color:blue;">**0xAA390Bd1657514730D98BAaBcE4b393a53ACD579**</mark>

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

7. XTO's contract address can also be easily copied from the game screen.
8. Now you can import and trade your assets.

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

9. adjust the amount I will receive so that the Swap button at the bottom is in the "Available" state. (The price will continue to fluctuate based on the liquidity pool.)
10. and press the "Swap" button to proceed with the metamasked request.


---

# 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://extocium.gitbook.io/extocium/xto-coin/pancakeswap.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.
