# Project ideas

Wanna build on DIVA Protocol and contribute to the DIVA ecosystem? Below is a collection of example projects for inspiration. We would be happy to support you, both technically and financially! Reach out to us via our 👷[Builders channel on Discord](https://discord.gg/hZsvp5FTmN) if interested.

### :apple: App

* Build a prediction markets platform like [Domination Finance](https://domination.finance/), [Augur](https://augur.net/) or [Polymarket ](https://polymarket.com/)using DIVA Protocol
* Build a fantasy sports betting platform
* Build a platform to speculate on the transfer value of football players
* Build a DeFi insurance platform like [Unslashed Finance](https://unslashed.finance/) using DIVA Protocol
* Build a platform where two Twitter individuals can enter a bet
* Build an app to bet on the outcome of select sports events (e.g., the Champions League Finals) using DIVA Protocol
* Contribute to the DIVA App, an OTC market place ([app](https://app.diva.finance/), [GitHub](https://github.com/divaprotocol/diva-monorepo))
* Contribute to the DIVA Donate, a conditional donation platform ([app](https://www.divadonate.xyz/), [GitHub](https://github.com/Walodja1987/DIVA-Donate-App))
* Contribute to DIVA ViZ, an app to visualize derivative contract offers and share on Twitter ([app](https://divaviz.com/), [GitHub](https://github.com/divaprotocol/twitter-bets))

### :lipstick: Oracles

* Build your own oracle solution for DIVA Protocol
* Integrate existing oracle solutions such as Chainlink, Band Protocol, DIA, etc. with DIVA Protocol
* Build a notification service for human reporters to help them never miss a submission
* Develop a dashboard to track reporting statistics for various data providers
* Develop a reputation score for whitelisted data providers

### :chart\_with\_upwards\_trend: Market Making / Trading

* Build a market making bot for the DIVA App using [0x's limit order protocol](https://docs.0x.org/introduction/welcome)
* Research and implement novel market making strategies for derivative assets such as <https://www.paradigm.xyz/2021/10/a-guide-to-designing-effective-nft-launches>
* Build a console based trading experience

### :construction\_site: Smart contracts

* Build an AMM specifically designed for derivative assets issued on DIVA Protocol
* Build an auction smart contract or integrate existing solutions (such as [Gnosis Auction](https://blog.gnosis.pm/announcing-gnosis-auction-launch-390124d56248)) to sell derivative assets created on DIVA Protocol
* Help us bring the DIVA Protocol smart contracts to StarkNet, Solana, Stacks and ICP

### :mortar\_board: Education

* Write blog articles how to build on DIVA Protocol
* Create tutorial videos how to use the DIVA App or how to build a simple front-end on top of DIVA Protocol
* Organize a hackathon

### 🚀Other

* Use DIVA Protocol to implement a conditional token burn
* Airdrop your project token linked to pre-defined conditions&#x20;


---

# 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.divaprotocol.io/for-developers/project-ideas.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.
