# Features

Before diving into the key functions users can perform in the DEX, it’s essential to first understand several foundational terms and concepts. These definitions help establish a clear understanding of how the ecosystem operates:

**AutoAgent**: is an NFT that functions as a token-bound smart wallet via the ERC-6551 standard. It encapsulates structured metadata representing a specific allocation of a **Project’s tokens** plus the ecosystem token **$RIZ**. The name of the Auto Agent is derived from the Project token’s name. Token amounts are fixed per agent. However, the market value of the agent can fluctuate over time, based on real-time pricing of the tokens it holds

**Project**: A verified token issuer that collaborates with the DEX to mint Auto Agent.

**Regular User**: Any wallet that interacts with the DEX.

### Key Features <a href="#key-features" id="key-features"></a>

1. **Buy**: Buy Auto Agents with USDC from the Projects listed on the DEX.
2. **Sell**: Users can choose to sell the Agent on the DEX for the fee .
3. **Unwrap**: Destroy the Auto Agent to redeem and receive the underlying tokens (Project tokens + $RIZ) directly to your wallet.
4. **Bid**: Participate in auctions for listed Auto Agents.

<br>


---

# 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.rivalz.ai/rome-swarm-protocol/dex/features.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.
