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

# Validator

Superteam Brazil operates a Solana validator as part of its commitment to network decentralization and community sustainability.

## Overview

* **Stake:** \~112,000 SOL staked (as of August 2026)
* **Commission:** 5% (10% MEV)
* **Performance:** 99%+ uptime and vote success, per [StakeWiz](https://stakewiz.com/validator/STBRgoYTmMwukhcBVjGpg3A4R9HBsrWo82wJgiBukaW)
* **Reward Model:** 100% of validator rewards are reinvested into the community
* **Purpose:** Fund ecosystem growth through bounties, education, and tooling

## Where Rewards Go

All earnings generated by the validator are directed back into the Brazilian Solana ecosystem:

* **Bounties** -- Funding task-based rewards on Superteam Earn for builders and contributors.
* **Hackathon Prizes** -- Sponsoring prizes at local and online hackathons.
* **Developer Education** -- Supporting workshops, courses, and Portuguese-language learning materials.
* **Tooling Grants** -- Funding open-source developer tools and infrastructure projects.

## How to Delegate

Delegating SOL to the Superteam Brazil validator is a way to support the community while earning staking rewards. To delegate:

1. Open a Solana wallet that supports staking (such as Phantom, Solflare, or the Solana CLI).
2. Navigate to the staking section of your wallet.
3. Search for the Superteam Brazil validator by name or vote account address.
4. Choose the amount of SOL you want to delegate and confirm the transaction.

Delegated SOL remains in your custody. You can undelegate at any time, subject to the standard cooldown period.

## Validator Details

View the validator on a Solana explorer:

* [Superteam Brazil Validator on StakeWiz](https://stakewiz.com/validator/STBRgoYTmMwukhcBVjGpg3A4R9HBsrWo82wJgiBukaW)


---

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