> For the complete documentation index, see [llms.txt](https://lite-paper-v1.kado.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lite-paper-v1.kado.money/master.md).

# Kado Lite Paper

![Kado](/files/-Mk_JMvsO0hpYxopOf66)

### Overview

Learn more about our platform, roadmap, and how we think about the future of crypto commerce. Thanks for being a (potential) customer and we look forward to building solutions for consumers like you to more easily live a full crypto-native lifestyle; invest, save, and **spend in the DeFi ecosystem**.

{% content-ref url="/pages/-MlHao1Y9WUUSTk24bkK" %}
[What is Kado?](/lite-paper-v1/what-is-kado.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlHfcwYSwt1Ejw13xPX" %}
[What does Kado Solve?](/lite-paper-v1/what-does-kado-solve.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlHiMQ1TJT1845Zfg1e" %}
[Kado Products](/lite-paper-v1/kado-products.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlHmYS\_3DaeqIKN7KZP" %}
[Kado Differentiators](/lite-paper-v1/kado-differentiators.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlHqipAwqHCDklKuLgI" %}
[Kado Roadmap](/lite-paper-v1/kados-roadmap.md)
{% endcontent-ref %}

Subject to changes and/or edits at Kado's discretion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://lite-paper-v1.kado.money/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
