# Introduction

Tigris is a decentralized synthetic leverage trading platform on Arbitrum, Meter and Polygon that allows anyone to trade crypto, forex, and commodities directly from their wallet.&#x20;

{% content-ref url="/pages/Rr0fH6LsbxDFVlS91qWX" %}
[Listed Pairs](/tigris/listed-pairs.md)
{% endcontent-ref %}

Asset prices are sourced through a [powerful oracle system](/tigris/oracle.md) powered by [Pyth](https://pyth.network). \
Thanks to our architecture, all orders are instantly executed at the exact selected price with no slippage.

{% content-ref url="/pages/9UsyfQoH65GxoZqBPAxQ" %}
[Oracle](/tigris/oracle.md)
{% endcontent-ref %}

On top of regular orders, Tigris features the possibility to add and remove margin, open a position on top of another and to partially close positions.

{% content-ref url="/pages/ZEcfVKBkMVuAPtoBMUul" %}
[Fees and trading guide](/tigris/fees-and-trading-guide.md)
{% endcontent-ref %}

Liquidity for traders is provided through Liquidity Tokens, the protocol own tokens that can be staked to receive 30% of trading fees.&#x20;

{% content-ref url="/pages/6NTtvwIzqTnr7dcEjmJ1" %}
[Trading Liquidity](/tigris/trading-liquidity.md)
{% endcontent-ref %}

70% of trading fees and governance power is distributed to staked TIG. \
TIG is fairly launched and distributed with no private deals or VC raises.

{% content-ref url="/pages/T7TbCPMcY7frH5KVNTYe" %}
[TIG and Governance](/tigris/tig-and-governance.md)
{% endcontent-ref %}

Anyone can create a Referral and start earning 10% on trading fees as rebates.

{% content-ref url="/pages/HUtC17Hr8dwoT4ThjFmP" %}
[Referrals](/tigris/referrals.md)
{% endcontent-ref %}

Limit orders and liquidations are performed by execution bots. Anyone can run it to earn fees.

{% content-ref url="/pages/hjQqzD46P9QNuyJLyZ7d" %}
[For Developers](/tigris/for-developers.md)
{% endcontent-ref %}


---

# 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.kaze.fi/tigris/introduction.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.
