> For the complete documentation index, see [llms.txt](https://help.zke.com/symbol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.zke.com/symbol/lrc-loopring.md).

# LRC(Loopring)

* Issue Time

  2017-08-31
* Total Supply

  1,374,513,897 LRC
* Circulation

  1,245,991,468  LRC
* White paper

  <https://github.com/Loopring/whitepaper/raw/master/zh\\_whitepaper.pdf>
* Website

  <https://loopring.org/#/>
* Block Explorer

  <https://etherscan.io/token/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD>

Loopring aims to build an open protocol for scalable, non-custodial, orderbook-based exchanges on Ethereum by leveraging zero-knowledge proofs. The project team claims that with zkRollup, Loopring 3.0 can settle up to 2,025 trades per second, while guaranteeing the same level of security as the underlying Ethereum blockchain. loopring.io currently provides 4 trading pairs: LRC/ETH, ETH/DAI, ETH/USDT, and USDT/DAI. All LRC holders can stake LRC to earn part of the protocol fees paid by all exchanges built on top of Loopring. Loopring DEX owners must stake some LRC for economic security and building their reputation. The same LRC staked by a DEX owner for reputation will also reduce the protocol fee the DEX must pay for each trade.

{% hint style="info" %}
Trade on ZKE Exchange：<https://www.zke.com/&#x20>;

Twitter：<https://twitter.com/ZKE\\_com>

Telegram：<https://t.me/ZKEGlobal>
{% endhint %}


---

# 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://help.zke.com/symbol/lrc-loopring.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.
