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

# Buying & Selling Dogether

Whether you're new to cryptocurrencies or a seasoned trader, buying and selling Dogether is a straightforward process. This guide will walk you through the various platforms where you can trade Dogether and provide tips for a smooth trading experience.

### Where to Trade Dogether

* **Centralized Exchanges:** Find Dogether listed on several major centralized exchanges. These platforms offer user-friendly interfaces, customer support, and additional trading tools.
* **Decentralized Exchanges:** For a more direct and decentralized approach, Dogether is also available on various DEXs where you can trade directly from your wallet.
* **Discord OTC Bot:** For peer-to-peer transactions, our Discord OTC Bot facilitates direct trades within the community.

### Getting Started

1. **Choose a Platform:** Select a trading platform based on your preferences for security, convenience, and fees.
2. **Set Up an Account/Wallet:** Create an account on a centralized exchange or set up a digital wallet for decentralized trading.
3. **Buy or Sell Dogether:** Follow the platform's process to buy or sell Dogether. This might involve placing market orders, limit orders, or using swap functionalities on DEXs.

### Tips for Trading

* **Stay Informed:** Keep up with the latest market trends and Dogether news.
* **Security Practices:** Ensure the security of your accounts and wallets.
* **Understand Fees:** Be aware of transaction and trading fees.

***

Start trading Dogether today and be a part of our growing community. For more detailed instructions and trading tips, visit our Trading Guide.


---

# 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://dogether.gitbook.io/dogether-wiki/buying-and-selling-dogether.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.
