# Fundamentals

- [How It Works?](https://docs.kromatika.finance/fundamentals/how-it-works.md)
- [Uniswap V3 ](https://docs.kromatika.finance/fundamentals/how-it-works/uniswap-v3.md): Overview about Uniswap V3 trading process and a problem statement
- [Chainlink Keepers](https://docs.kromatika.finance/fundamentals/how-it-works/chainlink-keepers.md): Kromatika's implementation of the Chainlink Keepers functions and modification
- [Processing Limit Orders](https://docs.kromatika.finance/fundamentals/how-it-works/processing-limit-orders.md): The following page provides an overview of how we process a limit order on the Kromatika dapp.
- [Maximum Service Fee](https://docs.kromatika.finance/fundamentals/how-it-works/maximum-service-fee.md): This is how the maximum service fee is calculated.
- [Deck](https://docs.kromatika.finance/fundamentals/deck.md)
- [White Paper](https://docs.kromatika.finance/fundamentals/white-paper.md)
- [Kromatika DAO Manifesto](https://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto.md): Here you can find our Kromatika DAO Manifesto that was voted for by the community.
- [What is a DAO?](https://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto/what-is-a-dao.md)
- [Proposal Submission Guide](https://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto/proposal-submission-guide.md): Here you can find our step by step guide to submit .
- [Kromatika DAO Guilds](https://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto/kromatika-dao-guilds.md): Here you can find out more about the different guilds within Kromatika DAO
- [Kromatika DAO Incentive Structure](https://docs.kromatika.finance/fundamentals/kromatika-dao-manifesto/kromatika-dao-incentive-structure.md): Here you can find out more about the incentive structure for Kromatika core contributors
- [Optimism Grant](https://docs.kromatika.finance/fundamentals/optimism-grant.md): Kromatika DAO was awarded an Optimism Grant


---

# 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.kromatika.finance/fundamentals.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.
