> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/who-are-the-players.md).

# Who are the Players?

**What’s the point of NFTs?**

That really depends on whether you’re an artist or a buyer.

**I’m an artist.**

Artists might be interested in NFTs because it gives you a way to sell work that there otherwise might not be much of a market for. If you come up with a really cool digital sticker idea, what are you going to do? Sell it on the iMessage App Store? No way.

Also, some NFT marketplaces have a feature where you can make sure you get paid a percentage every time [your NFT is sold or changes hands](https://www.bloomberg.com/news/articles/2021-03-02/nft-art-boom-is-the-same-concept-as-the-photography-market?sref=M8H6LjUF). That makes sure that if your work gets super popular and balloons in value, you’ll see some of that benefit.

**I’m a buyer.**

One of the obvious benefits of buying art is it lets you financially support artists you like, and that’s true with NFTs (which are way trendier than, like, Telegram stickers). Buying an NFT also usually gets you some basic usage rights, like being able to post the image online or set it as your profile picture. Plus, of course, there are bragging rights that you own the art, with a blockchain entry to back it up.

**No, I meant I’m a&#x20;*****collector*****.**

Ah, okay, yes. NFTs can work [like any other speculative asset](https://www.bloomberg.com/news/articles/2021-03-02/nft-art-boom-is-the-same-concept-as-the-photography-market?sref=M8H6LjUF), where you buy it and hope that the value of it goes up one day, so you can sell it for a profit.&#x20;

<details>

<summary>Source</summary>

1\) [The Verge](https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq). NFTs, explained. By [Mitchell Clark](https://www.theverge.com/authors/mitchell-clark) . Updated Jun 6, 2022, 8:30am EDT

</details>


---

# 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://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/who-are-the-players.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.
