> For the complete documentation index, see [llms.txt](https://superteambr.gitbook.io/defihack-desvendando-a-solana/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superteambr.gitbook.io/defihack-desvendando-a-solana/defihack.md).

# DEFIHACK

Prepare-se para mergulhar fundo no ecossistema Solana com o DeFiHack, organizado pela comunidade Solana Superteam BR e o Defiverso, uma parceira entre a melhor rede blockchain com a maior plataforma cripto educacional do Brasil.

**Datas:** De 03/06/2024 a 08/07/2024.

**Objetivo:** Junte-se a nós para explorar, pesquisar e documentar os marcos, desafios e triunfos que estão transformando a Solana.

**Trilhas de Pesquisa:**

1. **DeFi**
2. **NFT**
3. **Infra**
4. **GameFi**
5. **DAOs**

Você terá a oportunidade de contribuir com insights valiosos e inovadores sobre o crescimento e desenvolvimento desta tecnologia revolucionária, “only possible in Solana”.

Não será necessário conhecimento técnico para participar do hackathon. Os hackathons da Solana são destinados a desbravadores e simpatizantes que querem avançar o desenvolvimento de suas ideias e competir no mercado web3. Portanto, todas as competências multidisciplinares são muito bem-vindas.

O hackathon será totalmente online, e os participantes devem ficar atentos e se registrar para os eventos nos seguintes canais

Twitter Superteam Brasil <https://x.com/SuperteamBR>

Eventos no Brasil: [lu.ma/superteambr](http://lu.ma/superteambr)


---

# 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://superteambr.gitbook.io/defihack-desvendando-a-solana/defihack.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.
