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

# Buy and Sell

## How to buy and sell BTSG

#### Swap BTSG on Osmosis

These instructions are for native-BTSG tokens.

To swap BTSG on Osmosis you’ll need to have installed the Keplr wallet.

Go to the [Assets area](https://app.osmosis.zone/assets) of the Osmosis app and connect your Keplr wallet. You can then deposit your BTSG or other IBC-enabled tokens to Osmosis using the “Deposit” option next to the relevant token.

Please note that Osmosis fees are payable in OSMO tokens. Therefore, regardless of which tokens you are swapping BTSG from or to, you will also need a sufficient OSMO balance in your wallet to cover the fees. If it’s your first swap using Osmosis, then you should first acquire a small amount of OSMO tokens before swapping to or from BTSG.

Once you have an initial deposit of IBC-enabled tokens, you can make a swap using the Trade feature on Osmosis. You can then select the token you wish to swap from or to, and the amounts. When you click “Swap,”, you’ll go to a preview window. Review the details of your swap to make sure they’re correct, and then approve your transaction.


---

# 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.bitsong.io/btsg/buy-and-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.
