> For the complete documentation index, see [llms.txt](https://wiki.superteam.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.superteam.com.br/en/about/readme.md).

# Home

We are a collective of builders, developers, and operators accelerating Solana adoption in Brazil. From open-source tooling to education and DeFi infrastructure, Superteam Brazil connects talent with opportunity across Latin America's largest tech market.

## By the Numbers

| Metric                     | Value      |
| -------------------------- | ---------- |
| Rewards Distributed        | **$697K+** |
| Listings on Superteam Earn | **161**    |
| Builders Accelerated       | **1,000+** |
| Active Members             | **60+**    |
| Startups Supported         | **30+**    |
| SOL Staked (Validator)     | **\~112K** |

*Figures as of August 2026. See* [*Transparency Reports*](/en/transparency/transparency.md) *for quarterly numbers.*

## Explore the Wiki

### About

Learn who we are, how we operate, and how to join. Covers our mission, leadership structure, membership tiers, validator operations, and official links.

{% content-ref url="/pages/7dDRlfDhmeE9rWKmGcJy" %}
[Mission & Vision](/en/about/mission.md)
{% endcontent-ref %}

### Resources

A curated collection of development resources for building on Solana — from beginner guides and courses to advanced frameworks, DeFi patterns, and AI-assisted tooling.

{% content-ref url="/pages/o08Slg3me0IpsGdJPKPq" %}
[Resource Hub](/en/resources/resources.md)
{% endcontent-ref %}

### Hackathon

Guides for competing in Solana global hackathons — how to participate, tips, common mistakes, results from recent cycles, and the Hall of Fame of Brazilian winners.

{% content-ref url="/pages/DlxV10NpgTiZIKm1d2Lx" %}
[Hackathon Overview](/en/hackathon/hackathon.md)
{% endcontent-ref %}

### Projects

Active projects built and maintained by Superteam Brazil members, including Solana AI Kit, Superteam Academy, the Solana Vault Standard, and more.

{% content-ref url="/pages/v0kxsFLgW4XCvEHP6grc" %}
[Projects Overview](/en/projects/projects.md)
{% endcontent-ref %}

### Transparency

Quarterly reports on treasury, spending, deliverables, and community growth. Full accountability for how resources are allocated.

{% content-ref url="/pages/ziVVyuNDalI4olqb2Zb3" %}
[Transparency Reports](/en/transparency/transparency.md)
{% endcontent-ref %}

## Quick Links

* [GitHub](https://github.com/solanabr)
* [Discord](https://discord.gg/superteambrasil)
* [Twitter / X](https://x.com/SuperteamBR)
* [Superteam Earn](https://superteam.fun/earn/s/superteambr)
* [Telegram](https://t.me/superteambrbot)
* [LinkedIn](https://www.linkedin.com/company/superteambrasil/)


---

# 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://wiki.superteam.com.br/en/about/readme.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.
