# Flexible Token Standards

**INVAST** supports **multiple token standards** for interoperability and versatility:&#x20;

* ERC-20 - For fungible assets like tokenized shares or fund ownership.&#x20;
* ERC-721 (NFTs) - For unique assets such as property deeds or high-value collectibles.&#x20;

These tokens are seamlessly tradable on the InVast DEX or usable as collateral on the Lending & Borrowing Platform.


---

# 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.invast.io/rwa-suite-and-dapp-ecosystem/invast-rwa-token-service/flexible-token-standards.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.
