# LINK - ChainLink

<div align="left"><img src="/files/-LxGeggQ9fNAftRrCY7h" alt=""></div>

Chainlink (LINK) is a decentralized oracle service, which aims to connect smart contracts with data from the real world. Since blockchains cannot access data outside their network, oracles are needed to function as data feeds in smart contracts. Oracles provide external data (e.g. temperature, weather) that trigger smart contract executions upon the fulfillment of pre-defined conditions. Participants on the Chainlink network are incentivized (through rewards) to provide smart contracts with access to external data feeds. Should users desire access to off-chain data, they can submit a requesting contract to ChainLink’s network. These contracts will match the requesting contract with the appropriate oracles. The contracts include a reputation contract, an order-matching contract, and an aggregating contract. The aggregating contract gathers data of the selected oracles to find the most accurate result.

| Parameter                                                     | Value                                                         |
| ------------------------------------------------------------- | ------------------------------------------------------------- |
| Underlying Asset                                              | ChainLink                                                     |
| Project Website                                               | <https://chain.link/>                                         |
| Asset symbol                                                  | Link                                                          |
| Price Source                                                  | Binance                                                       |
| ​[Price Url](https://www.bitstamp.net/api/v2/ticker/ethusd/)​ | <https://api.binance.com/api/v3/ticker/price?symbol=LINKUSDT> |
| Price Path                                                    | price                                                         |
| Max. Leverage                                                 | 50x                                                           |

#### Maintenance Margin Coefficients

| Leverage   | Maintenance Margin Coefficient |
| ---------- | ------------------------------ |
| 50x        | 0.45                           |
| 25x        | 0.40                           |
| 10x        | 0.35                           |
| 5x or less | 0.30                           |


---

# 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.dmex.app/assets/link.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.
