> For the complete documentation index, see [llms.txt](https://odesisplutus.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://odesisplutus.gitbook.io/untitled/getting-started/how-to-buy-usdods-tokens.md).

# How to Buy $ODS Tokens

To buy $ODS tokens on the Binance Smart Chain (BSC) using PancakeSwap, follow these steps:

1. Set Up a Wallet: Ensure that you have a compatible BSC wallet to hold your $ODS tokens. MetaMask and Trust Wallet are popular options. Download and set up your preferred wallet following the provided instructions. Secure your wallet with a strong password and backup your recovery phrase.
2. Acquire BNB: To purchase $ODS tokens, you'll need BNB (Binance Coin) since transactions on the BSC network require BNB for gas fees. If you don't have BNB, you can acquire it from various cryptocurrency exchanges. Create an account, complete the necessary verification process, deposit funds, and purchase BNB.
3. Connect Your Wallet to PancakeSwap: Visit the PancakeSwap website and click "Connect" in the upper-right corner. Select your wallet provider (e.g., MetaMask or Trust Wallet) and authorize the connection. Ensure that your wallet is connected to the Binance Smart Chain network.
4. Add $ODS Token: On PancakeSwap, click "Select a Currency" or "Trade" and choose "Token" from the dropdown menu. Paste the $ODS contract address in the search bar. You can find the contract address from the official Odesis documentation or their official channels. Ensure that you have selected the correct token (symbol: $ODS).
5. Adjust Slippage Tolerance: To avoid failed transactions, adjust the slippage tolerance settings. Click on the gear icon or settings button, usually located near the "Swap" button. Set the slippage tolerance to around 10% to ensure a successful transaction. This step is important to account for price fluctuations during the transaction.
6. Swap BNB for $ODS: In the "From" field, select BNB as your input currency. Enter the amount of BNB you wish to swap for $ODS tokens, or click "Max" to swap your entire BNB balance. Click "Swap" to initiate the transaction.
7. Confirm the Transaction: Review the transaction details, including the estimated gas fees. Confirm the transaction in your wallet, and wait for the transaction to be processed and confirmed on the blockchain. This process may take a few moments.
8. Verify Your $ODS Balance: Once the transaction is confirmed, you can verify your $ODS token balance in your wallet. Add the $ODS token to your wallet by copying the contract address and pasting it into the "Add Token" section of your wallet. Confirm that the $ODS token appears in your wallet with the correct balance.

Congratulations! You have successfully purchased $ODS tokens on PancakeSwap. Remember to keep your wallet secure and stay updated with the latest news and announcements from the Odesis project for any further instructions or updates related to token purchases.


---

# 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://odesisplutus.gitbook.io/untitled/getting-started/how-to-buy-usdods-tokens.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.
