# Architecture

- [Overview](https://docs.chainspot.io/architecture/overview.md): Architecture of the true omnichain DeFi
- [Liquidity Routing](https://docs.chainspot.io/architecture/liquidity-routing.md)
- [Yield Routing](https://docs.chainspot.io/architecture/yield-routing.md): A key module for enabling fast and secure management of omnichain DeFi positions without overpaying for unnecessary on-chain transactions.
- [Gamification Module](https://docs.chainspot.io/architecture/gamification-module.md): Loyalty must be rewarded with Chainspot Family loyalty program!
- [Enterprise Module](https://docs.chainspot.io/architecture/enterprise-module.md): The gateway to omnichain DeFi for wallets and fintech
- [AML Connector](https://docs.chainspot.io/architecture/enterprise-module/aml-connector.md): AML provider will be disclosed soon!
- [Accounting Module](https://docs.chainspot.io/architecture/enterprise-module/accounting-module.md): Financial reports for all DeFi transactions you got with Chainspot
- [Asterizm Client Server Module](https://docs.chainspot.io/architecture/asterizm-client-server-module.md): Where omnichain DeFi magic actually happens
- [Core Smart Contracts](https://docs.chainspot.io/architecture/core-smart-contracts.md): The section is still under development...
- [Transaction flow](https://docs.chainspot.io/architecture/transaction-flow.md): Step by step explanation of on-chain and off-chain operations


---

# 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.chainspot.io/architecture.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.
