# Hyperdrive Hackathon

Squads is sponsoring a side track with a total prize pool of $10,000 for the [Solana Hyperdrive Hackathon](https://solana.com/hyperdrive). This offers builders an additional incentive alongside the main rewards available in the Hyperdrive Hackathon if they build on top of Squads Protocol.

This side track also serves as a launchpad for our new program, v4, enabling teams to leverage the new features it offers.

### Prize Pool

We have a prize pool that totals to $10,000. It will be distributed across 3 winners\*:

* 1st place: $5,000 + 1 Free Breakpoint Ticket (2023)
* 2nd place: $3,000
* 3rd place: $2,000

### Idea Bank

Here is an idea bank for projects we would like to see being built on top of Squads Protocol during this Hackathon.

<table><thead><tr><th width="478">Idea</th><th>Resources</th></tr></thead><tbody><tr><td>Virtual debit cards issuing platform on top of Squads</td><td><a href="https://www.modulrfinance.com/product/cards?hs_preview=vPYdytqs-105603312401">Modulr</a>, <a href="https://swipe.io/">Swipe</a></td></tr><tr><td>On Chain OTP 2-Factor Authentication (acts as an additional signer).</td><td><a href="https://github.com/Lightprotocol/psp-examples/tree/main">Lightprotocol PSPs</a>.</td></tr><tr><td>Passkeys 2FA (acts as an additional signer).</td><td><a href="https://github.com/jordansexton/solana-passkeys">Solana Passkeys</a></td></tr><tr><td>Transaction Relayer as a service<br>Shared multisig between the client and the relayer, where the relayer only has certain permissions so that he cannot steal the client deposits.</td><td>Contact Team on Discord</td></tr><tr><td>Wallet App with multiple shared pockets</td><td><a href="https://family.co/">Family Wallet</a>, <a href="https://vivid.money/en-fr/">Vivd Money</a></td></tr><tr><td>DAO voting platform on top of Squads</td><td>Contact Team on Discord</td></tr><tr><td>Escrow as a Service</td><td><a href="https://github.com/valentinmadrid/solana-squads-escrow">https://github.com/valentinmadrid/solana-squads-escrow</a></td></tr><tr><td>Seamless Solana onboarding</td><td><a href="https://tiplink.io/">Tiplink</a>, Coinflow</td></tr><tr><td>Oracle Built on top of a multisig with Thresholds</td><td>Contact Team on Discord</td></tr><tr><td>Everything that could benefit from a multisig vault</td><td>Lending, DEXs, treasury management...</td></tr></tbody></table>

### Requirements

* Your project has to be built on top of Squads v4, making use of the Squads v4 SDK or Crate.
* Your project must have been started at a maximum of 3 months before the Hyperdrive Hackathon submission deadline.

\**Squads reserves the right to deem a submission as invalid if the built project is non-functional, underutilizes Squads Protocol, or if there are too few submissions making it difficult to determine clear winners.*


---

# 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://hyperdrive.squads.so/introduction/hyperdrive-hackathon.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.
