# Introduction to Nezha

### What is Nezha?:

Nezha is a gamified liquidity redistribution protocol on the Solana blockchain.

Participants stake USDC in return for tickets in a weekly epoch. For the duration of the epoch participant's stakes are locked and transferred to a yield farm to earn interest.

At the conclusion of the epoch, Nezha generates a winning ticket sequence. Tickets holders are then awarded prizes, according to the Nezha yield distribution rules. At the conclusion of the epoch, participants may unstake their original USDC or enter the next epoch.

Uniquely, Nezha also has a guaranteed jackpot that is underwritten by an insurer.

Our smart contract implements the management of user funds, integration with farming, generating the winning sequence, redistributing the yield, allocating the prizes and the claim process.

### Why are we here?

*“Accessible, Transparent, and Equitable.”*


---

# Agent Instructions: 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:

```
GET https://docs.nezha.fi/introduction-to-nezha.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
