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

# Welcome to Cascadia

Cascadia is a platform built to understand and incentivize positive consumer behavior.

Amazon’s first principle is Customer Obsession, which states that leaders start with the customer and work backwards. Working backwards is a mental model that keeps customers at the center of everything Amazon does, ensuring they’re not building technology for its own sake.

At Cascadia, we embrace the concept of working backwards. By understanding the context and background behind each individual’s needs — what drives them, what motivates them — we’re better able to craft products that will serve our users.

<figure><img src="/files/FCIlIntA4PIqzwPLtTrn" alt=""><figcaption></figcaption></figure>

Cascadia is a hybrid, layer-1 blockchain building [incentive](/gitbook/artificial-intelligence/incentives.md) layers for distributed networks. The incentive layer is one of the most fundamentally important DLT components, affecting all elements of the blockstack. However, this subject has largely been ignored to date, given the difficulty of tackling this subject matter. Proper incentive design requires a fundamental re-examination of blockchain architecture from first principles.

<figure><img src="/files/IDtaqjVFsjlaVNLtZeMV" alt=""><figcaption></figcaption></figure>

Cascadia is an EVM-compatible network optimized for fairness, speed, and security. We've adopted CosmWasm and the CometBFT consensus algorithm due to its flexibility and ease of customization. As pioneers of the neo-cybernetic movement, we're committed to developing innovative solutions to web3's problems via social and artificial intelligence. Cascadia seeks to create a unique value proposition by diving deeper than the consensus layer, to explore incentive alignment within distributed systems.

<figure><img src="/files/1MCzCNp4DUUoKSFbdIz2" alt=""><figcaption></figcaption></figure>

Cascadia's anticipated success can be attributed to the unwavering commitment of over five hundred global contributors. We're immensely proud of our talented and diverse community and are confident that together, we'll redefine what's possible with blockchain technology.


---

# 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://cascadia.gitbook.io/gitbook/readme.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.
