> For the complete documentation index, see [llms.txt](https://docs.clearpool.finance/clearpool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearpool.finance/clearpool/how-it-works/credit-vaults/protocol/bond-nft.md).

# Bond NFT

When you request a withdrawal from a Credit Vault, a special token called a Bond NFT is created just for you. This Bond NFT has some unique features:

* **Automated Rewards:** It starts earning rewards independently right away, accumulating interest until your repayment date. The amount of interest you earn is directly linked to the number of cpTokens you locked in to create the Bond NFT.
* **Transparent Redemption:** When you redeem your Bond NFT on or after the repayment date, you'll get back the original amount you withdrew (represented by your cpTokens) plus all the interest it accrued during that time.

This system streamlines the withdrawal process and ensures you continue to earn rewards even while your funds are locked up in the Bond NFT.


---

# 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://docs.clearpool.finance/clearpool/how-it-works/credit-vaults/protocol/bond-nft.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.
