# Glossary

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><h3 id="dex">Base Token</h3></td><td>The target token to trade. For example, in the LRC-ETH trading pair, LRC is referred to as the base token.</td></tr><tr><td><h3>DEX</h3></td><td>Decentralized Exchange - An exchange that uses self-custodial wallets ensuring each person retains their assets at all times.</td></tr><tr><td><h3>EdDSA</h3></td><td>The signing algorithm is used by Loopring to sign off-chain requests. EdDSA is more circuit friendly compared to Ethereum's ECDSA algorithm.   </td></tr><tr><td><h3 id="eddsa"><code>nftData</code></h3></td><td>A hash of NFT parameters: minter address, NFT type, NFT ID, token address, and more.</td></tr><tr><td><h3 id="off-chain-requests">Off-chain Requests</h3></td><td>User requests are sent to the Loopring Exchange using Loopring's API.</td></tr><tr><td><h3 id="on-chain-requests">On-chain Requests</h3></td><td>User requests are sent to the Loopring Exchange through Ethereum transactions.</td></tr><tr><td><h3 id="quote-token">Quote Token</h3></td><td>The token to quote price. For example, in the LRC-ETH trading pair, ETH is referred to as the quote token.</td></tr><tr><td><h3 id="relayer">Relayer</h3></td><td>Loopring Exchange's backend system that handles order matching and settlement, deposits, withdrawals, Zero-Knowledge Proof generation, etc.</td></tr><tr><td><h3 id="size">Size</h3></td><td>The quantity of the base token in an order or a fill.</td></tr><tr><td><h3 id="volume">Volume</h3></td><td>The quantity of the quote token in an order or a fill</td></tr><tr><td><h3 id="zero-knowledge-proofs">Zero-Knowledge Proofs</h3></td><td>A method by which one party (the prover) can prove to another party (the verifier) that they know a value <em>x</em>, without conveying any information apart from the fact that they know the value <em>x</em>.</td></tr><tr><td></td><td></td></tr></tbody></table>

### &#x20;<a href="#dex" id="dex"></a>

### &#x20;<a href="#base-token" id="base-token"></a>

### &#x20;<a href="#quote-token" id="quote-token"></a>

### &#x20;<a href="#size" id="size"></a>

### &#x20;<a href="#volume" id="volume"></a>

### &#x20;<a href="#eddsa" id="eddsa"></a>

### &#x20;<a href="#eddsa" id="eddsa"></a>


---

# 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-protocol.loopring.io/glossary.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.
