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

# Buying & Selling Tokens

Placing a trade on <mark style="color:blue;">**Ape Express**</mark> couldn't be more simple. After connecting a wallet, there are only a few steps to place a trade.

<mark style="color:blue;">**Buy:**</mark>

* Select Buy and how much <mark style="color:blue;">**APE**</mark> you want to swap.&#x20;
* Check how many tokens you are buying.
* &#x20;Confirm the amount and fee in your wallet.
* Token balance is then visible on Ape Express.&#x20;
* Tokens can also be added to your wallet by selecting *<mark style="color:orange;">**"Add To Wallet"**</mark>*

<mark style="color:blue;">**Sell:**</mark>

* Select Sell and select/enter % or amount of tokens you want to sell.&#x20;
* Click trade and confirm the custom spending cap in your wallet.&#x20;
* Confirm the transaction in your wallet.

<mark style="color:blue;">**Slippage**</mark>&#x20;

Traders can adjust slippage to their preferred percentage. By default, slippage is set to <mark style="color:blue;">**0.1%**</mark> but traders may wish to adjust for tokens with high volume to avoid failed transactions. Selecting the settings cog located next to the buy and sell buttons opens the slippage option.

{% embed url="<https://drive.google.com/file/d/1byLpBYjNSrLmFi3Ur5VG--5GIkzcsbP0/view?usp=drive_link>" %}


---

# 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.ape.express/trading/buying-and-selling-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.
