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

# Hall de la Fama Brasil

Proyectos brasileños destacados en los hackathons anteriores de Solana.

## Renaissance (Marzo-Abril 2024)

### DeVolt

Plataforma descentralizada de abastecimiento de vehiculos electricos que busca "facilitar la entrada de nuevos players en el mercado de abastecimiento electrico" con incentivos y operaciones transparentes.

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

### BlindPay

Solucion de pago que ofrece "pagos locales e internacionales para empresas web3."

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

### Triad

"La forma mas facil de invertir en el ecosistema Solana," con capacidades de descubrimiento, analisis e inversion.

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

### Facto

Plataforma de credito on-chain que "conecta directamente a prestatarios institucionales e inversionistas a traves de crowdfunding y tokenizacion, eliminando intermediarios."

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

## Cypherpunk (Septiembre-Octubre 2025)

### Cloak

Protocolo de mixing para privacidad en Solana. Permite que los usuarios "depositen desde una wallet, retiren a diferentes wallets, y el vinculo entre ellas queda oculto." Nativo de Solana, open-source, con funcionalidad mobile.

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

### VitalFi

Tokeniza cuentas por cobrar medicas brasileñas en Solana, permitiendo depositos en USDT en vaults que financian proveedores de salud. Genera rendimiento a traves de cuentas por cobrar subyacentes con transparencia total.

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