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

# 📈 Buy

**Buying Tokens**

You can buy tokens in the Sparta Terminal in two ways: using **quick buy buttons** on token cards or through the full token trading page.

**Quick Buy Buttons** On the **Home** and **Discover** pages, token cards include a quick **Buy** button. This lets you enter a position instantly without opening the full chart.

**Full Token Page** For more control, open a token’s full page from:

* Home
* Discover
* AI Picks
* Search results
* Or by pasting a custom contract address into the search bar

The search bar supports both **token symbols** and **contract addresses**, making it easy to find listed tokens or open any custom token.

**Placing a Buy** On the token page:

* Select your buy wallet
* Set the buy amount
* Adjust gas or fee (GWEI / Solana fee)
* Set slippage

Then click **Buy** to execute the trade.

For advanced entries, you can also use **Dip Buy** or **Buy Order** to set limit-style buys instead of buying at market price.


---

# 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:

```
GET https://docs.spartabot.pro/getting-started/buy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
