# Welcome

## Getting started

{% hint style="info" %}
Note that this gitbook is currently under construction. Content and structure is subject to change.
{% endhint %}

### DIVA Protocol

* [Website](https://www.divaprotocol.io)
* [Mainnet announcement](https://www.divaprotocol.io/posts/diva-mainnet-launch)
* [Pitch deck](https://drive.google.com/file/d/1x9tw3n-Ki1gicOhnxn0pL4p33uvW3Bly/view?usp=sharing) (last updated: 29 May 2023)
* [Github](https://github.com/divaprotocol/diva-protocol-v1)
* [Smart contract docs](https://github.com/divaprotocol/diva-protocol-v1/blob/main/DOCUMENTATION.md)

### Socials

* [Discord](https://discord.gg/8fAvUspmv3)
* [Twitter](https://twitter.com/divaprotocol_io)
* [YouTube](https://www.youtube.com/@diva_protocol)
* [Blog](https://www.divaprotocol.io/posts)

### Oracle adapters

* [Tellor](https://github.com/divaprotocol/oracles/blob/main/docs/Tellor.md)
* ... more to come

### Apps

* [DIVA App](https://app.diva.finance/): An OTC marketplace for creating, trading and settling derivative contracts peer-to-peer, powered by DIVA Protocol, [0x Protocol](https://0x.org/) and [Tellor Protocol](https://tellor.io/)
* [DIVA Donate](https://www.divadonate.xyz/): A conditional donation platform, powered by DIVA Protocol
* [DIVA Viz](https://divaviz.com/): An app to visualize derivative product offers and share on Twitter
* ... more to come

DIVA Protocol makes it easy to create novel derivative financial applications with basic web2/web3 programming skills. Embrace the future of finance and start building your own application on DIVA Protocol today. Check out the [project ideas](https://docs.divaprotocol.io/for-developers/project-ideas) section for ideas or reach out in our 👷[Builders channel on Discord](https://discord.gg/hZsvp5FTmN). The best apps will be published in DIVA Protocol's [dApp Store](https://www.divaprotocol.io/dapps).


---

# 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/welcome.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.
