# Glossary

## Glossary

<table data-header-hidden><thead><tr><th width="212"></th><th></th></tr></thead><tbody><tr><td><a href="/pages/JUt8WOD0rPkk5XKU7TZs">Ecosystem Book</a></td><td>Refers to the order book that deals with orders where both taker and maker orders originate from traders who have funds held in our Smart Contract. <br><br>*We currently do not have any front end that supports the Ecosystem Book and interactions must happen via the <a href="/pages/eMDBtORxzrRUH5SE0Rte">Smart Contract</a> and API</td></tr><tr><td>Exchange</td><td><p></p><p>It is the <a href="/pages/eMDBtORxzrRUH5SE0Rte">infrastructure</a> <strong>r</strong>esponsible for maintaining the CLOB and providing access to it through <a href="/pages/BJHxTO6zomOmZkQWgcLU">endpoints</a> for both users from our ecosystem and outside of our ecosystem through Routers.</p></td></tr><tr><td>Passive orders &#x26; <br>non-passive orders</td><td><p>Passive orders are orders that <strong>add liquidity</strong> to the order book  </p><p>Non-passive orders are orders that <strong>remove liquidity</strong> from the order book.</p></td></tr><tr><td>Routers </td><td>External parties that send orders to our Exchange. See detailed explanation <a href="/pages/hJZQ3f3QIDx1fBLaaqFU">here</a>  </td></tr><tr><td><a href="/pages/2cLYqQ8uCJlM0Jk0YUzY">Router Book</a></td><td>Refers to the order book that deals with taker orders that originate from traders outside our ecosystem (and therefore do not have funds in our Smart Contract). This happens when users interact with LayerAkira via a wallet, aggregator or external DEX. </td></tr><tr><td>Smart Contract </td><td>Is the <a href="/pages/eMDBtORxzrRUH5SE0Rte">set of smart contracts</a> that holds the user funds and performs necessary validation checks before any trading activity is executed. It allows users to perform certain activities (e.g., withdrawals) on-chain without direct interaction with the Exchange and emits events to the blockchain for each trading activity.</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://layer-akira.gitbook.io/layerakira-documentation/about/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.
