> For the complete documentation index, see [llms.txt](https://docs.ape.bond/apebond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ape.bond/apebond/products-and-features/bonds/reserve-bonds/how-to-buy-a-reserve-bond.md).

# How To Buy A Reserve Bond

Follow the steps below to purchase a Reserve Bond:\
\
1\) Connect your wallet to ApeBond (for instructions, visit the [How to Connect Your Wallet](https://apeswap.gitbook.io/apeswap-finance/product-and-features/wallets/how-to-connect-your-wallet) page).

<figure><img src="/files/PHVvURLjt4EgDG2x1pbf" alt=""><figcaption></figcaption></figure>

2\) Hover over Bonds in the nav bar, and then click "Buy a Bond" to visit the[ Bonds](https://ape.bond/bonds) page.

<figure><img src="/files/yCujjvUahA4D1GNAPBQi" alt=""><figcaption></figcaption></figure>

3\) Locate the Reserve Bond you'd like to purchase and click the row.&#x20;

If this is your first time purchasing the Reserve Bond, you will have to enable the Bond’s contract first.

<figure><img src="/files/3cRCdoYUcSnSrCbrLNMK" alt=""><figcaption></figcaption></figure>

4\) Enter the amount of input tokens you’d like to use to purchase the Bond. The amount of output tokens (partner tokens) that the Reserve Bond is worth will automatically update based on the amount of tokens you enter.

<figure><img src="/files/53bM7ZeD260DxYtJtsuh" alt=""><figcaption></figcaption></figure>

5\) Click Buy.

<figure><img src="/files/aXTX7PlphWUntJbBRdbs" alt=""><figcaption></figcaption></figure>

Done! You now own a Bond. The applicable NFT will show up in your wallet, and output tokens will begin vesting over the amount of time shown on the Bond.

#### Claiming Vested Tokens

Once you own a Bond, you'll see Claim and View buttons on the Bonds page. You can claim any vested tokens from an individual Bond using the Claim button, or you can use the Claim All button at the top right to claim all vested tokens across multiple Bonds.


---

# 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.bond/apebond/products-and-features/bonds/reserve-bonds/how-to-buy-a-reserve-bond.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.
