# How to mint a Bond NFT?

Bond issuers can easily generate Bond NFTs through 1Ton Treasury using on-chain data, CyberConnect, and web2 creators' platforms, without the need for manual data input.

A step-by-step walkthrough for minting a bond NFT in 1Ton Treasury:

1. Connect your digital wallet to 1Ton Treasury.
2. Select the platform that you want to unlock the digital value on.
3. Choose the "future earning duration" and the percentage of your income stream that you want to lock in the bond.
4. 1Ton will calculate your credit score using the information you provide.
5. Sign a legal contract to mint the bond NFT.
6. Mint the bond NFT.
7. Once you have minted the bond NFT, you can use it as collateral to borrow stablecoins on the 1Ton Finance
8. To redeem the NFT, simply connect your digital wallet to 1Ton Treasury and redeem the NFT.

{% @mermaid/diagram content="graph LR
A\[Creator]
B\[Treasury]
B1\[Treasury Data Provider]
E\[Creator Platform]
X\[CyberConnect]
Y\[On-Chain Data]
A--Register and Mint-->B
B--Issue an bond NFT-->A
E--Provide creator's financial record-->B1
X--Social Graph Data-->B1
Y--"Lens, Mirror, etc."-->B1
B1-->B" %}


---

# Agent Instructions: 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://1ton.gitbook.io/1ton/mechanism/bond-issuer-and-borrower/how-to-mint-a-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.
