> For the complete documentation index, see [llms.txt](https://docs.divaprotocol.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.divaprotocol.io/introduction/what-is-diva-protocol/terminology.md).

# Terminology

### General terms

| Term                 | Description                                                                                                                                                                                                                     |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Contingent pool      | A programmatic escrow that receives and securely holds funds from users participating in a derivative contract and releases them based on the outcome of a pre-agreed future event, reported by an oracle following expiration. |
| Reference asset      | A metric or event whose outcome determines the payout for long and short position tokens.                                                                                                                                       |
| Long position token  | A conditional claim against the contingent pool's collateral that benefits when the value of the reference asset goes up.                                                                                                       |
| Short position token | A conditional claim against the contingent pool's collateral that benefits when the value of the reference asset goes down.                                                                                                     |
| Collateral token     | ERC20 token that is deposited into a contingent pool and backing the corresponding long and short position tokens.                                                                                                              |
| Expiry               | Time when the position tokens expire and the outcome of the underlying event is assessed.                                                                                                                                       |

### Payoff specific terms

| Term       |                                                                                                              |
| ---------- | ------------------------------------------------------------------------------------------------------------ |
| Floor      | Value of the reference asset at or below which the long token pays out 0 and the short token 1 (max payout). |
| Cap        | Value of the reference asset at or above which the long token pays out 1 (max payout) and the short token 0. |
| Inflection | Value of the reference asset at which the long token pays out Gradient and the short token 1-Gradient.       |
| Gradient   | Long token payout at inflection (value between 0 and 1). The short token payout at inflection is 1-Gradient. |

### Oracle specific terms

| Term          | Description                                                                                                                                |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Data provider | An Ethereum address (individual account or smart contract) that is supposed to report the final reference value following pool expiration. |


---

# 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://docs.divaprotocol.io/introduction/what-is-diva-protocol/terminology.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.
