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

# What are RWAs

{% hint style="info" %}
**Good to know:** Interest in NFTs began mostly with the art industry. \
It provides access to a market that was otherwise out of reach of the artist.
{% endhint %}

You, as the buyer could financially support artists, while enjoying the usual bragging rights, of you owning the art (with a blockchain entry to back it up). 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.

**NFTs provide collectors / investors with a safe haven for their collection.**

A Non-Fungible Token (NFT) is used to identify something or someone in a unique way. This type of Token is suitable for use on platforms that offer collectible items, access keys, lottery tickets, numbered seats for concerts and sports matches, etc. This special type of Token has amazing possibilities so it deserves a proper Standard. The ERC-721 came to solve that!

NFTs really became technically possible when the Ethereum blockchain added support for them [as part of a new standard](https://ethereum.org/en/developers/docs/standards/tokens/erc-721/). Every NFT is a unique token on the blockchain.&#x20;

**Technically anything digital could be sold as an NFT, this is where RWAs come in!**


---

# 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.salientyachts.com/use-cases/what-are-rwas.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.
