> For the complete documentation index, see [llms.txt](https://sovra-ai.gitbook.io/sovra-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sovra-ai.gitbook.io/sovra-ai/sovra-ai-documentation/scope-and-goals.md).

# Scope and Goals

1. Support for Virtuals Protocol Agents and Ecosystem\
   Sovra AI is designed as the native wallet and intelligence layer for the Virtuals Protocol ecosystem. The Virtuals Protocol is home to autonomous AI agents represented as tokens, each with its own utility, trading behavior, and logic. Sovra AI integrates directly with this infrastructure to:

* Seamlessly discover, track, and interact with AI agents (Virtuals).
* Parse agent metadata and behavioral models to deliver insight-driven analysis.
* Provide a real-time interface for trading, staking, and engaging with these AI agents from within the mobile app.
* Act as a bridge between users and the rapidly evolving world of intelligent on-chain agents.

This makes Sovra a strategic tool for navigating and thriving within the expanding Virtuals ecosystem.

2. Democratize AI-Assisted Trading\
   AI-powered trading has typically been reserved for institutional finance or advanced users with custom setups. Sovra AI aims to flip that dynamic by offering:

* Simple, intuitive access to AI-generated trading strategies and insights.
* A personalized learning system that tailors strategies to user behavior and risk appetite.
* Conversational UX that removes complexity, making DeFi and trading accessible to crypto newcomers or non-technical users.
* Autonomy modes (manual, semi-auto, fully automated) that give users flexibility based on their experience level.

By embedding intelligent decision-making and automation into a mobile-first design, Sovra helps everyone—from beginners to experts—benefit from sophisticated AI capabilities.

3. Community-Driven Growth via $SOVRA Token\
   The $SOVRA token is the backbone of Sovra AI’s governance and incentive model. Its purpose is to turn the user base into active stakeholders in the project’s future. Key mechanisms include:

* Governance: $SOVRA holders vote on platform upgrades, trading algorithm modifications, and treasury decisions.
* Staking: Users stake $SOVRA to unlock advanced features like premium AI models, higher-frequency trade alerts, and fee reductions.
* Rewards: Community contributors (e.g., prompt engineers, beta testers, educators) are compensated in $SOVRA for their value-added work.
* Growth: A portion of protocol fees is used to buy back and burn tokens or fund community initiatives.

Through this model, Sovra becomes more than a wallet—it evolves into a decentralized, user-driven AI trading ecosystem where users are investors, builders, and beneficiaries.

Together, these three pillars define Sovra AI’s mission: to lead the AI + DeFi frontier by making it intelligent, inclusive, and community-governed.


---

# 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://sovra-ai.gitbook.io/sovra-ai/sovra-ai-documentation/scope-and-goals.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.
