> For the complete documentation index, see [llms.txt](https://docs.inuko.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inuko.finance/purchasing-a-bond.md).

# Purchasing a Bond

#### Step 1: Go to <https://app.inuko.finance/markets> and connect your wallet then click the USDT logo

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

**Step 2: You will then be taken to the USDT-Inuko Bond Page where you can put how much USDT are you willing to Bond.**&#x20;

* **Max bondable**: The maximum amount of Quote token currently being accepted in a single transaction at this moment in time
* **Bond contract**: Link to the Sequential Dutch Auction contract that is conducting the auction

<figure><img src="/files/8H5S8y0n9HA7XunkUwRw" alt=""><figcaption></figcaption></figure>

#### Step 3: Input the amount to purchase and click "Approve Contract

* Final review of the bond purchase prior to purchase
* Click <**APPROVE CONTRACT**> to proceed

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

Step 4: Your connected web 3 wallet window will pop-up prompting you to sign and you should click "Confirm"

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

#### Step 5: Await confirmation window of successful submission

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

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

#### Step 6: Click "BUY INUKO BOND"

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

#### Step 7: You will then need to pay the "gas fee" shown on your screen

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

#### Congratulations! You have Bonded successfully!

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


---

# 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.inuko.finance/purchasing-a-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.
