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

# Continuous ESD

![Continuous ESD Architecture](/files/-MV8VQx95zo5fSd45Yac)

### Overview

By transitioning our stability mechanism from supply-based to reserve-based we can create a much simpler lock-less continuous decentral bank.

### Two Token Model

We will migrate to a two token model with `ESDS` as the transferrable governance token + seigniorage share, and `ESD` as the stablecoin. This structure with give us three main advantages:

* Decouples incentive to lockup circulating supply from growth.
* Decouples governance security from locked up circulating supply.
* Enables a smooth **issuance reset** while maintaining ownership incase v1's peg is not salvageable.

#### Migration and Issuance Reset

To migrate from v1 to this new model, a series of proposals will be made to pause regulation and bonding in the current DAO. From this we'll be able to solidify the final total supply of v1 `ESD` and `ESDS`.

New ESDS will be claimable `1:1` from v1 `ESDS` and `1:n` from v1 `ESD` where `n` is the final v1 bonding `ESD:ESDS` exchange rate.

Once all v1 migration proposal have been committed, governance will be paused to ensure the safety of the migration path as v1 governance power moves to the new model.

#### Continuity

This model will allow us to remove lockups and even epochs in favor of a continuous system that looks more like Compound. The obvious benefit of this would be greater composability with yield aggregation protocols like Yearn, bringing more efficient market participants to contribute to stability.


---

# 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:

```
GET https://emptysetsquad.gitbook.io/continuous-esd/master.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.
