# Aria Protocol Docs

This document serves as a comprehensive resource for both new users and technically inclined users looking to understand or build on the Aria Protocol.

### **For New Users**

We recommend starting with the **Quickstart Guide**, available at [quickstart-guide](https://docs.ariaprotocol.xyz/about-aria/quickstart-guide "mention").  which walks you through the entire onboarding process — from creating a wallet and funding it with $IP (used for transaction fees) to staking your tokens and earning royalty rewards.

### For Developers and Technical Users

For technical users or developers, we have extensive documentation available under the [technical-docs](https://docs.ariaprotocol.xyz/technical-docs "mention") section. This includes detailed explanations of system architecture, fund flow, admin permissions, liquidity mechanics, and smart contract interfaces — everything you need to understand how Aria works under the hood.


---

# 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.ariaprotocol.xyz/readme.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.
