# Pricing Mechanism

Argon Protocol relies on on-chain oracles to determine liquidatability (the ability to be liquidated). This means that liquidations are not based on the exchange's mark price, but rather the oracle index price, which is much harder to manipulate. Any oracle can be used, if it is adapted to the proper interface. Currently, it is anticipated that [Chainlink](https://chain.link/) oracles will be proposed for new exchanges, but any oracle solution can be integrated.

## Live Chainlink Oracles

<table data-header-hidden><thead><tr><th width="245.94626195044356">Pair</th><th>Address</th></tr></thead><tbody><tr><td>Pair</td><td>Address</td></tr><tr><td>BTC / USD</td><td>0x6ce185860a4963106506C203335A2910413708e9</td></tr><tr><td>DAI / USD</td><td>0xc5C8E77B397E531B8EC06BFb0048328B30E9eCfB</td></tr><tr><td>ETH / USD</td><td>0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612</td></tr><tr><td>LINK / USD</td><td>0x86E53CF1B870786351Da77A57575e79CB55812CB</td></tr><tr><td>SUSHI / USD</td><td>0xb2A8BA74cbca38508BA1632761b56C897060147C</td></tr><tr><td>UNI / USD</td><td>0x9C917083fDb403ab5ADbEC26Ee294f6EcAda2720</td></tr><tr><td>USDC / USD</td><td>0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3</td></tr><tr><td>USDT / USD</td><td>0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7</td></tr><tr><td>BTC / ETH</td><td>0xc5a90A6d7e4Af242dA238FFe279e9f2BA0c64B2e</td></tr></tbody></table>


---

# 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://argon-protocol.gitbook.io/argon-protocol/trading/pricing-mechanism.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.
