> 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/contributions-and-community.md).

# Contributions & Community

Sovra AI emphasizes strong community participation in shaping the platform’s future through transparent and inclusive processes.

* **Proposals for Feature Releases and Fund Allocation:** The community is encouraged to submit ideas and feedback on new features, AI improvements, and platform enhancements. These proposals help guide the development roadmap and determine the allocation of resources, ensuring that Sovra evolves in line with user needs and priorities.

**Contributor Model**\
Sovra fosters a vibrant ecosystem of contributors who help build, maintain, and grow the platform.

* **AI Trainers, Data Annotators, and Prompt Engineers:** Key technical contributors who refine the AI models by curating datasets, annotating trading signals, and crafting effective AI prompts are rewarded with $SOVRA tokens. This incentivizes continuous improvement of Sovra’s AI capabilities and maintains high-quality trading intelligence.
* **Ambassador Programs and Wallet Adoption Incentives:** Community members who promote Sovra, onboard new users, organize events, or create educational content participate in ambassador programs. These active advocates earn $SOVRA rewards and exclusive benefits, fueling organic growth and wallet adoption worldwide.

**Education & Support**\
A core focus of Sovra is to ensure that users—especially those new to Web3 and decentralized finance—have the resources and guidance needed to trade confidently and securely.

* **New User Onboarding with AI Guides:** Interactive, AI-powered onboarding guides walk new users through wallet setup, security best practices, trading strategies, and Sovra’s unique features. These personalized tutorials adapt to individual knowledge levels, smoothing the learning curve and accelerating user proficiency.
* **FAQ Chatbot + 24/7 Support via Discord:** Sovra offers a robust support system combining an AI-driven FAQ chatbot that answers common questions instantly, along with a dedicated Discord community staffed by support agents and experienced community members. This ensures that users receive timely help, fostering a supportive and engaged community atmosphere.


---

# 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/contributions-and-community.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.
