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

# DEX

How are you going to be able to trade with the Token CityCoin “CTC”? Well, the time has come to apply your knowledge as a trader since the “CTC” will be published in the decentralized exchange —- where bulls and bears can compete for value of the “CTC” by trading with it to achieve profits.

<figure><img src="/files/K5E9mOMb9fuHVs7qMU2q" alt=""><figcaption><p>right now you can buy CityCoin (CTC) from pancakeswap</p></figcaption></figure>

The value of CTC will be initially driven by real-world real estate projects, the profits from our trading bot and other real projects in different cities around the world, as well as by the entire community that will use their CTCs to invest in the mentioned projects. and profit from it.


---

# 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://albertohortabtc.gitbook.io/citycoin/dex.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.
