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

# Where to buy / sell

Currently decentralized exchanges and on-chain wallets are the only way to trade Crypto Twitter Tokens. The CT team and community believe in an on-chain future where CEXs control much less of the liquidity and userbase, and CT aims to be one of the first projects to prove that they are not necessary to achieve even billions of dollars in market capitalization.\
\
Phantom Wallet App - There is an option to swap tokens directly inside the Phantom wallet app. You must select “swap” and then paste the contact address for CT into the swap feature:\
\
6fUwECXzRQeh2wYuTg3xeQHGt4wSbiUbsdd1PYw3pump

&#x20;

Jupiter Exchange - You can visit Jup.ag and connect your Phantom wallet to the website to swap CT tokens with the added benefit of MEV protection as well. Simply, again, paste the contact address, as seen above, into the swap bar to swap. \
\
Here is a video laying out step by step, for users with no prior crypto experience, how to buy Crypto Twitter Tokens: <https://www.youtube.com/@OutTheTrenchesPod>\ <br>


---

# 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.cryptotwitter.org/basics/buy-sell.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.
