> For the complete documentation index, see [llms.txt](https://contango-2.gitbook.io/exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contango-2.gitbook.io/exchange/protocol/types-of-contracts.md).

# Types of contracts

At launch, our beta on Arbitrum will offer several pairs (ETHDAI, ETHUSDC, DAIUSDC) with different maturities.&#x20;

This will change in the future as we integrate more pairs and maturities, and eventually move to Ethereum too.

Please bear in mind that when opening a short position, under the hood Contango will open a long position through an inverse contract. The latter is simply a linear contract that offers the opposite pair (e.g. DAIETH). Indeed, going long on the inverse (e.g. DAIETH) is equivalent as going short on the linear contract (e.g. ETHDAI).&#x20;

From a user's perspective, the only noticeable difference between longing and shorting an asset is the collateral being posted. When going short you should post the base currency (e.g. ETH) and not the quote (e.g. DAI).

This is useful for instance when you have ETH and want to hedge your position by shorting it with an expirable: you can go on Contango and post it directly as collateral in a non-custodial way.

####


---

# 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://contango-2.gitbook.io/exchange/protocol/types-of-contracts.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.
