> For the complete documentation index, see [llms.txt](https://defimint.gitbook.io/defi-mint-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defimint.gitbook.io/defi-mint-knowledge-base/nft-certificates.md).

# NFT Certificates

NFT certificates, or Non-Fungible Token certificates, work similarly to traditional certificates of ownership or authenticity for physical assets. However, instead of being a physical document, NFT certificates are digital tokens that are stored on a blockchain, typically on the Binance Smart Chain.

Here's how NFT certificates work:

1. Creation: NFT certificates are created by minting a new token on the blockchain. Each token is unique and cannot be duplicated, making it non-fungible. The NFT certificate typically contains metadata, such as a description of the asset it represents, its value, and any other relevant information.
2. Verification: To verify the authenticity of an NFT certificate, one can check the blockchain where the token is stored. Since each token is unique and cannot be duplicated, it is easy to verify that a specific NFT certificate exists and is legitimate.
3. Ownership Transfer: NFT certificates can be transferred between parties, much like traditional certificates. This is typically done by transferring the token from one blockchain wallet address to another. The ownership of the underlying asset represented by the NFT certificate is transferred along with the token.
4. Storage: NFT certificates are stored on the blockchain, typically on the Ethereum blockchain, which provides a secure and transparent ledger. They can be accessed from anywhere in the world with an internet connection, making it easy to trade and transfer ownership of assets.

NFT certificates are useful for tokenizing physical assets such as artwork, real estate, or collectibles, and can provide a transparent and secure way to transfer ownership of these assets. They can also help to increase liquidity and accessibility for these assets, as they can be easily traded on cryptocurrency exchanges.


---

# 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://defimint.gitbook.io/defi-mint-knowledge-base/nft-certificates.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.
