> For the complete documentation index, see [llms.txt](https://docs.holoclear.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holoclear.xyz/using-the-dapp/how-to-mint-gilts.md).

# How to Mint Gilts

Minting Gilts is the best way to support the HOLOCLEAR long term goals as it raises funds for the treasury whilst also securing you $HOLO at a discounted rate. Gilts are automatically deposited and earning interest immediately. In order to mint please follow these steps.

1. Connect your wallet&#x20;
2. Ensure you have the desired amount of BNB in your wallet to mint $HOLO&#x20;
3. Choose your desired gilt&#x20;
   * In the example below 7, 30 and 90 day options are available&#x20;
   * These options refer to the amount of time before your gilt 'matures' and you receive your HOLOYIELD
   * The longer the maturity period, the bigger the discount&#x20;
   * You earn interest throughout the vesting period&#x20;
   * You are also entered into the [HOLOPOOL](/holoclear/holopool-rewards.md) reward pool while vesting&#x20;

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

4\. Insert your chosen amount of BNB&#x20;

5\. Click 'Mint'

6\. The gilt will now appear under 'My Gilts' further down the page.&#x20;

<figure><img src="/files/89AplCN5DA682jKupW9R" alt=""><figcaption></figcaption></figure>

7\. Vesting remaining shows the length of time until your Gilt has 'matured' and you can claim the $HOLO

8\. Once 'Vesting Remaining' shows '0 days' click the CLAIM button. This will then populate your wallet with the HOLOYIELD.

&#x20;


---

# 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.holoclear.xyz/using-the-dapp/how-to-mint-gilts.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.
