> For the complete documentation index, see [llms.txt](https://wp.candao.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.candao.io/why-now.md).

# Why Now?

## The Moment Before the Shift

Imagine reading this in 2030:

> *"Remember when we used to pay Airbnb 20%? When Upwork took a cut of every invoice? When we didn't own our data, and AI agents were just lab demos?"*

**That world is ending.** The tools to replace it exist today. Candao is the execution layer that makes the Zero Fee Economy real.

***

## The AI Tipping Point (2026)

The convergence of three forces makes this moment unique:

### 1. AI Agents Have Arrived

* GPT-5 and competing models enable autonomous task execution
* Multi-agent coordination is production-ready
* The gap between human intent and AI action has collapsed
* Personal AI agents are no longer science fiction

### 2. Platform Trust Has Eroded

* Public backlash against extractive platform economics
* Creator economy demanding fairer revenue splits
* Regulatory pressure on Big Tech monopolies
* Users increasingly value data ownership

### 3. Blockchain Costs Have Collapsed

* L2 scaling delivers sub-cent transactions
* Wallet UX has become consumer-friendly
* Real-world asset tokenization is proven
* Cross-chain interoperability is mature

**The window is now.** The technology exists. The demand exists. Candao is the execution layer.


---

# 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://wp.candao.io/why-now.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.
