# Terminal

Standard is a decentralized exchange with open source codes so that developers can build on top of it. Similar to Uniswap V4's [hook](https://docs.uniswap.org/contracts/v4/concepts/hooks), Standard has terminal which is a powerful way to add custom logic at important points during trading operations on Standard exchange. It allows projects to use it as their own trading terminal on top of their app, games, or anything you can imagine. Standard Terminal has the same logic and shared liquidity from Standard, with its own set of rules, such as fees or exclusive pairs.

For Terminal integration, complete this form and submit.

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSdKsJj6Nz2UioMu8LQLjJOm_2C96shZvnZyRH4aVAoSHBsFzg/viewform?usp=sharing>" %}


---

# 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.standard.im/apps/spot/for-projects/terminal.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.
