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