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

# Bonds

The Mint page allow users to mint **VERSE** from the protocol at a discount by trading it with I) **liquidity** (LP tokens) or II) **other assets**. The former is called liquidity minting and the latter reserve minting.

The minting action create bonds which take roughly 15 epochs to vest, and **VERSE** tokens are vested linearly to the user over that period. Liquidity minting help the protocol to accumulate and lock liquidity, while reserve minting allow the protocol to grow its treasury, and thus its Backing per **VERSE** faster.

Traverse offers currently different types of assets that can be used to mint **VERSE** on its website:

Settings is a feature that allows you to mint **VERSE** while sending the acquired **VERSE** to another address. This is useful for additional privacy, or for minting multiple **VERSE** while the current mints are still vesting. Note that if the same account holds multiple mints, the pending rewards from the earlier mints have to be forfeited. *Note: What this means in practice, is that if a user has vested rewards from a previous minting action purchase, and he then mints another* **VERSE** *, the 5 days timer is resetted for all the rewards, and the vesting period will start again.*

1. Go to Mint page and select the assets you want to use to mint **VERSE** .
2. Select the amount that you would like to mint, then click on the cogwheel icon at the top right of the page.
3. The **Settings** menu will show up. At the Recipient Address field, you can specify a different address that will receive the vested **VERSE** . By default, it is filled with your current address.
4. You can also modify the **Slippage** field to increase or decrease the likelihood of your order getting through. A higher slippage increases that likelihood, but you may get a more undesirable fill price.
5. Close the **Settings** menu by clicking the cross icon.
6. Click "Approve" and sign the transaction.
7. After the "Approve" transaction has been processed successfully, click "Mint" and sign the transaction. Voila, you have minted your first **VERSE** tokens using the Settings!

![](/files/ttqc7M4Vp8snfUoHp3gA)

* *The "Approve" transaction is only needed when minting for the first time; subsequent minting only requires you to perform the "mint" transaction.*
* *When using Settings, do not alter the mint amount after you have closed the Settings menu, as it will reset the recipient address.*

Go to the [**Mint**](https://www.app.traverse.money/#/mints) page and select the bond type you have purchased. Select the "Redeem" tab.

Use the **Claim** to claim all of your available reward&#x73;**,** and have the pending **VERSE** sent to your wallet.

Use the **Claim and Autostake** button to have all the available **VERSE** sent automatically to the staking contract and receive the **sVERSE** as a receipt for your stake!

* **MINT Price** is the price of **VERSE** you get from minting. You can calculate the mint price using the following formulae: - LP Mint: (Value of your LP token / **VERSE** you'll get from minting) - MIM Mint: (Value of your MIM token / **VERSE** you'll get from minting)
* **VERSE Price** is the market price of **VERSE** .
* **Your Balance** is your balance of LP tokens or asset used to mint.
* **You Will Get** tells you how many **VERSE** tokens you will get from minting.
* **Max You can Buy** maximum amount of **VERSE** available to be bought.
* **Debt Ratio** measures the total amount of **VERSE** created from mints that have yet to be paid out by the protocol. The debt ratio is calculated differently for LP mints and MIM mints: - LP Mint: (**VERSE** created from unredeemed mints / **VERSE** total supply) - MIM Mint: (**VERSE** created from unredeemed mints / **VERSE** circulating supply)
* **Vesting Term** measures the period a minting action takes to fully redeem. This number is expressed in days.
* **Minimum Purchase**: Minimum amount of **VERSE** that can be minted
* **VERSE Until fully vested** time until the **VERSE** minted will be fully redeemable
* **Pending Rewards** is the amount of **VERSE** you are entitled to receive from minting.
* **Claimable Rewards** is the amount of **VERSE** that you can claim now. This amount keeps increasing as **VERSE** is vested to you over the vesting period.
* **ROI** is the Return On Investment
* **Vesting Term** measures the period a Minting action takes to fully redeem. This number is expressed in days.


---

# 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://traverse.gitbook.io/traverse/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.
