> 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/abond/how-to-get-abond.md).

# How To Get ABOND

Follow the steps below to buy ABOND thorough Swap page:

1\) Connect your wallet to ApeBond (for instructions, visit the [How to Connect Your Wallet](/apebond/products-and-features/wallets/how-to-connect-your-wallet.md) page).&#x20;

![](/files/9QFYLfGgS7IAqTUcGKnA)

2\) Click [Swap](https://apeswap.finance/swap) on the nav bar.&#x20;

![](/files/UEk4LduKO64I7aBJC3hg)

3\) Select the token and enter the amount you'd like to trade for ABOND. If you are attempting to trade a token for the first time, you will need to approve the token contract within your wallet using the Enable button before trading. The other amount will be automatically pre-filled.&#x20;

![](/files/YXaO6DqdPSfx96QltrNn)

4\) Check the details to ensure the values are accurate, and click “Swap”.&#x20;

![](/files/Uyon38B2NGcT1vvZMCX1)

5\) Click Migration on the nav bar.&#x20;

![](/files/dkI5jFASTbAffOFGEvb8)

6\) Enter the amount and select the Vesting Term. If you are attempting to migrate for the first time, you will need to approve the Migration bond contract within your wallet using the"Approve Contract" button before migrating.

{% hint style="info" %}
The longer the lock you select, the higher the Multiplier Boost & Lock Bonus allocation.
{% endhint %}

![](/files/GHCPmbyEyuLtYtplJV2F)

7\) Check the details to ensure the values are accurate, and click “MIGRATE!”.&#x20;

![](/files/8aZwUXegiTaJBx0VQRY8)

Done! You now own a Migration Bond. The applicable NFT will show up under the "Your Migration Bonds" section below, and output tokens will begin vesting over the amount of time shown on the Bond.

#### Claiming Vested Tokens

Once you own a Migration Bond, you'll see Claim and View buttons on each Bond. You can claim any vested tokens from an individual Migration Bond using the Claim button.


---

# 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/abond/how-to-get-abond.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.
