# Introduction

### Experimental DeFi on Ethereum

> Two tokens. One stabilizer. No safety nets.\
> WarpSpeed is a dual-token CDP experiment built on Cypher, an Ethereum execution environment.\
> Mint WARP. Mint SPEED. Watch them fight for equilibrium.

***

## Why Experimentation?

### DeFi Was Born Weird

The most important protocols in DeFi didn't come from product roadmaps. They came from people who asked dangerous questions and shipped the answer before anyone could say no.

MakerDAO asked: *what if a stablecoin didn't need a bank?* Uniswap asked: *what if a market didn't need a market maker?* Compound asked: *what if lending didn't need a lender?* Each one broke something that finance took for granted, and the debris became infrastructure.

The golden era of DeFi — 2019 through 2021 — wasn't golden because prices went up. It was golden because people treated Ethereum like a lab. Contracts were deployed with experimental parameters. Mechanisms were stress-tested with real money. Some exploded. The ones that survived became the primitives everything runs on today.

Somewhere along the way, the experiments stopped. DeFi became an optimization game — fork Uniswap, fork Aave, add points, launch a token, call it innovation. The protocols got safer and the design space got smaller. Layer 2s multiplied but the ideas running on them didn't.

### Back to the Roots

WarpSpeed exists because experimentation is how DeFi stays alive.

Ethereum is still the only chain with the depth, the tooling, and the culture to support genuine mechanism design. Not "mechanism design" as a whitepaper buzzword — mechanism design as in: deploy a contract, let people interact with it, and see what emergent behavior shows up when the incentives are real.

WarpSpeed doesn't pretend to be a stablecoin. It doesn't pretend to be a yield protocol. It's a dual-token system with a dynamic stabilizer and a set of rules that create a game. The game has no predetermined outcome. That's the point.

DeFi experimentation was good for Ethereum in 2020. It's still good for Ethereum now.


---

# 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.warpspeed.fyi/introduction.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.
