> 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/membership.md).

# Membership

Superteam Brazil is an open community. Anyone can participate — you don't need to be a developer. We welcome designers, content creators, marketers, community managers, capital allocators, and anyone interested in building the Solana ecosystem in Brazil.

You don't even need to be Brazilian — if you're contributing to the Brazilian Solana ecosystem, you're welcome.

## How to Join

1. **Join the community.** Enter our [Discord](https://discord.gg/superteambrasil) or [WhatsApp](https://chat.whatsapp.com/HPIu1YV3mri5QOGf0gUMTO) and introduce yourself. We welcome builders of all skill levels.
2. **Attend events and workshops.** Join community calls, participate in discussions, and attend [our events](https://luma.com/superteambrasil).
3. **Contribute.** Complete bounties on [Superteam Earn](https://superteam.fun/earn/s/superteambr), contribute to open-source projects, create content, or help organize events.
4. **Get recognized.** Active participation in events and projects can lead to an official invite to become a member.
5. **Become a full member.** Approved members receive access to the full range of community resources, networking, and opportunities.

## Current Members

See all current members and their skills on the [members page](https://superteam.com.br/en/members).

The community currently has **62 members** across **247+ builders** in the ecosystem, spanning roles including:

* Developers
* Content creators
* Growth specialists
* Marketing professionals
* Business development
* DevRel
* Researchers

## Member Benefits

* **Bounties & Jobs** — Earn rewards by completing tasks and projects posted by ecosystem teams.
* **Grants** — Access funding for open-source tools, research, and community initiatives through the [Solana Foundation Brazil Grants](https://superteam.fun/earn/grants/solana-foundation-brazil-grants).
* **Network** — Connect with builders, founders, and leaders across the Solana ecosystem. Get warm intros to teams.
* **Workshops** — Practical sessions on Solana development, DeFi, and ecosystem tooling.
* **Startup Acceleration** — Support through [Colosseum Accelerator](https://colosseum.com/accelerator/) and community resources.
* **Events** — Access to hackathons, meetups, and conferences including Breakpoint.
* **Validator Delegation** — Participate in decisions around how validator rewards are allocated back to the community.


---

# 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/membership.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.
