> 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/hackathon/hall-of-fame.md).

# Hall of Fame Brasil

Outstanding Brazilian projects from previous Solana hackathons.

## Renaissance (March-April 2024)

### DeVolt

A decentralized electric vehicle charging platform that aims to "facilitate the entry of new players into the electric charging market" with transparent incentives and operations.

* [Presentation](https://youtu.be/GrCtolx6kp4) | [GitHub](https://github.com/devolthq) | [Website](https://link.devolt.xyz/)

### BlindPay

A payment solution offering "local and international payments for web3 companies."

* [Presentation](https://www.youtube.com/watch?v=txcGFy6Yl2c) | [Website](https://www.blindpay.com/)

### Triad

"The easiest way to invest in the Solana ecosystem," with discovery, analysis, and investment capabilities.

* [GitHub](https://github.com/triadxyz) | [Website](https://triadfi.co/)

### Facto

An on-chain credit platform that "directly connects institutional borrowers and investors through crowdfunding and tokenization, eliminating intermediaries."

* [GitHub](https://github.com/notuslabs/facto)

## Cypherpunk (September-October 2025)

### Cloak

A mixing protocol for privacy on Solana. Allows users to "deposit from one wallet, withdraw to different wallets, and the link between them remains hidden." Solana-native, open-source, with mobile functionality.

* [Website](https://www.cloaklabz.xyz/)

### VitalFi

Tokenizes Brazilian medical receivables on Solana, allowing USDT deposits into vaults that fund healthcare providers. Generates yield through underlying receivables with full transparency.

* [GitHub](https://github.com/credit-markets/cypherpunk) | [Website](https://vitalfi.lat/)


---

# 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/hackathon/hall-of-fame.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.
