> 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/es/acerca-de/readme.md).

# Inicio

Somos un colectivo de builders, desarrolladores y operadores que aceleran la adopcion de Solana en Brasil. Desde herramientas open-source hasta educacion e infraestructura DeFi, Superteam Brazil conecta talento con oportunidades en el mercado tecnologico mas grande de America Latina.

## En Numeros

| Metrica                    | Valor      |
| -------------------------- | ---------- |
| Recompensas Distribuidas   | **$697K+** |
| Listings en Superteam Earn | **161**    |
| Builders Acelerados        | **1,000+** |
| Miembros Activos           | **60+**    |
| Startups Apoyadas          | **30+**    |
| SOL en Staking (Validator) | **\~112K** |

*Cifras a agosto de 2026. Consulta los* [*Reportes de Transparencia*](/es/transparencia/transparency.md) *para los numeros trimestrales.*

## Explora la Wiki

### Acerca de

Conoce quienes somos, como operamos y como unirte. Cubre nuestra mision, estructura de liderazgo, niveles de membresia, operaciones del validator y enlaces oficiales.

{% content-ref url="/pages/TI82yFnbjhQB7Yutu6dI" %}
[Mision y Vision](/es/acerca-de/mission.md)
{% endcontent-ref %}

### Recursos

Una coleccion curada de recursos de desarrollo para construir en Solana -- desde guias para principiantes y cursos hasta frameworks avanzados, patrones DeFi y herramientas asistidas por IA.

{% content-ref url="/pages/ckhJJfYTxhjLUW9OrKvN" %}
[Centro de Recursos](/es/recursos/resources.md)
{% endcontent-ref %}

### Hackathon

Guias para competir en hackathons globales de Solana — como participar, consejos, errores comunes, resultados de ciclos recientes y el Hall de la Fama de ganadores brasilenos.

{% content-ref url="/pages/9w7nTyiZxbuIZTLhkm3o" %}
[Vision General](/es/hackathon/hackathon.md)
{% endcontent-ref %}

### Proyectos

Proyectos activos construidos y mantenidos por miembros de Superteam Brazil, incluyendo Solana AI Kit, Superteam Academy, el Solana Vault Standard y mas.

{% content-ref url="/pages/i0HMo2t25oQ4tbYQEc7R" %}
[Vision General de Proyectos](/es/proyectos/projects.md)
{% endcontent-ref %}

### Transparencia

Reportes trimestrales sobre tesoreria, gastos, entregables y crecimiento de la comunidad. Total rendicion de cuentas sobre como se asignan los recursos.

{% content-ref url="/pages/uLxmfvcCMcBJ0CiAjfsc" %}
[Reportes de Transparencia](/es/transparencia/transparency.md)
{% endcontent-ref %}

## Enlaces Rapidos

* [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/es/acerca-de/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.
