> For the complete documentation index, see [llms.txt](https://docs.capsulelabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.capsulelabs.xyz/capsulenft/use-cases/for-artists.md).

# For Artists

### Art With Underlying Value 

*Capsule NFTs represent a new medium that artists can choose to use as their canvas.*&#x20;

A common critique of the NFT marketplace as it relates to art is that there is no inherent value to NFTs. While this critique is contentiously debated, it is much easier to argue that Capsule NFTs do have underlying value. By storing ERC-20 tokens, ERC-1155 tokens or ERC-721 tokens within a Capsule NFT, the resulting NFT now has multifaceted value. The Capsule NFT contains the underlying value of its redeemable tokens as well as the value of the NFT metadata or artwork. Users can decide whether they would rather hold the NFT for its utility and art or redeem the Capsule NFT for the value of the underlying tokens. These choices add value to the Capsule NFT.

### Capsule Record Albums

The CapsuleNFT Protocol allows for nested NFTs. A perfect application for this could be applied to music NFTs, which could be stored in a Capsule NFT to create an "album" of music NFTs. This approach could be adopted by ordinary users who want to create their own "mixtape" or by professional artists who are looking for a new way to distribute their music and claim ownership over their product.

{% hint style="success" %}
These ideas were developed by the team, but we encourage the community to get creative and explore new possibilities!
{% 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://docs.capsulelabs.xyz/capsulenft/use-cases/for-artists.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.
