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

# Buying

This guide walks you through the process of <mark style="color:$primary;">**purchasing tokens on basedbid**</mark>. Follow these steps in order to complete your first token purchase:

#### How to Guide <a href="#how-to-guide" id="how-to-guide"></a>

<details>

<summary><strong>Step 1: Connecting your Wallet</strong></summary>

Make sure <mark style="color:$primary;">**your wallet is connected**</mark> before proceeding.&#x20;

<p align="center"><a href="/pages/z2zmPDagVsSlCVQGyMWR" class="button primary" data-icon="wallet">How to Connect your Wallet</a></p>

</details>

<details>

<summary><strong>Step 2: Pool Page &#x26; Trading Panel</strong></summary>

Navigate to the pools page. You'll see the trading panel on the <mark style="color:$primary;">**right side of your screen**</mark>

<div data-with-frame="true"><figure><img src="/files/JxCfJo8n49dZjTdnym1h" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Step 3: Buy Option</strong></summary>

Make sure you have the <mark style="color:$primary;">**"Buy"**</mark> option selected

<div data-with-frame="true"><figure><img src="/files/Ym0N6rcXOKpNLHQfYAcw" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Step 4: The Amount</strong></summary>

Enter in the <mark style="color:$primary;">**amount you want to buy**</mark> or use the <mark style="color:$primary;">**quick select buttons**</mark>. Adjust your slippage settings if needed

<div data-with-frame="true"><figure><img src="/files/CSzg68dR7UIxCl0MViOA" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Step 5: Confirming your Transaction</strong></summary>

Click <mark style="color:$primary;">**"Buy"**</mark> and <mark style="color:$primary;">**confirm the transaction**</mark> in your wallet when prompted

</details>


---

# 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://basedinc.gitbook.io/basedbid/investors-guides/buying.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.
