# Unyfy Protocol

- [Trading Interface](https://docs.unyfy.xyz/unyfy/unyfy-protocol/trading-interface.md)
- [Community Venues](https://docs.unyfy.xyz/unyfy/unyfy-protocol/trading-interface/community-venues.md)
- [Order Book Management](https://docs.unyfy.xyz/unyfy/unyfy-protocol/trading-interface/order-book-management.md)
- [Dark Pool](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool.md)
- [Defragmentation of Shielded State](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/defragmentation-of-shielded-state.md)
- [Price Shielding](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/price-shielding.md)
- [Representing the Limit Order Book](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/representing-the-limit-order-book.md)
- [Client Functions](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/client-functions.md)
- [ZKPs for Attesting to Valid State Transitions](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/zkps-for-attesting-to-valid-state-transitions.md)
- [Bid v/s Ask Balance Updates](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/bid-v-s-ask-balance-updates.md)
- [Chain](https://docs.unyfy.xyz/unyfy/unyfy-protocol/dark-pool/chain.md): The chain is the source of truth for dark pool state and token ownership


---

# 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.unyfy.xyz/unyfy/unyfy-protocol.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.
