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

# NFT System

<figure><img src="/files/e2JYSRx7vjnTa8EQjvLb" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
Empowering Artists: NFTs provide artists with a new way to monetize their work and build direct relationships with fans. By selling digital assets such as songs, albums, and merchandise as NFTs, artists can retain more control over their revenue and connect with their audience on a deeper level
{% endhint %}

{% hint style="success" %}
Engaging Fans: NFTs offer fans a new way to interact with their favorite artists and support their work. By purchasing NFTs, fans can gain access to exclusive content, experiences, and ownership rights, fostering a stronger sense of community and belonging
{% endhint %}

{% hint style="success" %}
Attracting Investors: NFTs provide a new investment opportunity for individuals interested in the music industry. By investing in NFTs, investors can support their favorite artists and potentially earn a profit from the appreciation of these digital assets
{% endhint %}


---

# 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://blocksound-official.gitbook.io/blocksound-official/blocksound/nft-system.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.
