> For the complete documentation index, see [llms.txt](https://cryptodao-it.gitbook.io/c-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptodao-it.gitbook.io/c-dao/2.-mechanics/bonds.md).

# Bonds

## Quick Overview

| Feature        | Details                    |
| -------------- | -------------------------- |
| What you give  | USDT                       |
| What you get   | Discounted PRO (vested)    |
| Discount range | 75% – 100% of market price |
| Vesting        | Linear over bond period    |
| LP created     | Yes, permanently locked    |

## Why Bond?

| Buying on DEX       | Bonding                     |
| ------------------- | --------------------------- |
| Market price        | Discounted price            |
| Instant access      | Vested over time            |
| No protocol benefit | Creates permanent liquidity |
| Simple              | Requires understanding      |

Bonds trade time (vesting) for price (discount).

## How To Bond

{% stepper %}
{% step %}

### Connect wallet

Connect your wallet to the dApp.
{% endstep %}

{% step %}

### Navigate to Bond

Open the Bond section in the dApp.
{% endstep %}

{% step %}

### Select bond period

Choose a bond period (90/180/360/540 days).
{% endstep %}

{% step %}

### Enter amount

Enter the USDT amount you wish to bond.
{% endstep %}

{% step %}

### Review

Review the discount and vesting schedule before confirming.
{% endstep %}

{% step %}

### Approve and confirm

Approve the token spend in your wallet and confirm the bond transaction.
{% endstep %}

{% step %}

### Receive PRO

You will receive PRO linearly over the selected vesting period.
{% endstep %}
{% endstepper %}

## Important

{% hint style="warning" %}
**Bonds are irreversible.** Once you bond, the LP is locked permanently and your vesting schedule begins. You cannot cancel.
{% endhint %}


---

# 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://cryptodao-it.gitbook.io/c-dao/2.-mechanics/bonds.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.
