> For the complete documentation index, see [llms.txt](https://docs.sharedstake.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharedstake.finance/sharedstake-v2/phased-launch.md).

# Phased launch

SharedStake v2 will follow a phased rollout.&#x20;

This ensures :

* a small immutable core
* time to thoughtfully build and deploy enhancements
* better, more digestable & frequent updates and marketing
* lower call cost gas for users
* smaller attack surface
* smaller audit area
* inheritance of v1 features such as
  * audit
  * guarded launch
  * battle tested mainnet endurance

{% hint style="info" %}
These plans are sucject to change
{% endhint %}

## Phase 1

Phase 0-1 features the core of v2 and the launch

It is:

* Non-custodial
* Non-upgradeable
* Gaurded launch
* Allows all users to deposit&#x20;
* Redeem via a buffer
* Buffer supports peg on secondary markets
* Redeem via withdrawals
* Features only 7 contracts
* Uses well audited standard contracts from Open Zeppelin and Solmate
* Inspired by and uses audited code from SharedStake v1, Stakewise and Frax

Future phases will add contracts to this core

Contracts for RC1 have been deployed to Goerli - Jun 8 & 14 / 2023&#x20;

1. **Boosted yield & trust at the cost of node operator decentralization**&#x20;

Phase 1 features the same node operator we've had for 26 months or 2+ years now for sharedstake.&#x20;

And a simple gas minimized mechanism to lower operating costs.&#x20;

This lets us buildup a buffer of high performance returns with verifiable historical performance.&#x20;

This buffers helps us as we offer permission-less validator creation in later phases which may drop deposit utilization, performance in the hands of novice operators and thus yield.&#x20;

With the phase 1 yield buffer we expect our yield from staked ETH to be more competitive in later phases.&#x20;

2. **Lossy peg**&#x20;

In this stage any pegs are directed and managed by community liquidity.&#x20;

We hope to learn where the community prefers to direct liquidity first to avoid incentivizing suboptimal routes.&#x20;

Users can provide liquidity in either sgETH or wsgETH.&#x20;

The loss of interest may have advantages that make up for it:

* advertise sharedstake as a better option due to higher yield of wsgETH due to less sgETH staked for rewards
* better yield for sgETH-ETH LPs as stablecoin AMMs like curve are designed for pegged tokens that maintain the pool initial price&#x20;

2.

<figure><img src="/files/0NrhLIQ20LUCn2O01s81" alt=""><figcaption><p>Green - standard solmate/OZ/ERC <br>Yellow - Custom contracts or arguments<br>Blue - external operator </p></figcaption></figure>

## Phase 2&#x20;

Phase 1 increases fees from 6% to 9% of yield.&#x20;

It features better source attribution for deposits. Allowing trustless partnerships with other frontend operators and referrals.  Referees and frontend operators receive 1% of staking yield respectively.

It also introduces the ability for depositers to signal their client preference.&#x20;

This is facilitated via a deposit helper contract which fires events with the depositers preferences.&#x20;

The event is used to generate a merkle airdrop using the fees routed to the DAO multisig

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

### Phase 3

Phase 2 introduces other node operators. Decentralized permissionless node operator signups via ERC-6551 account creation using the $STEAK nft and locked SGT

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

## Phase 4

Phase 4 introduces a fee switch and fee redistribution to locked SGT stakers.&#x20;

With the deprecation of the current veSGT locked liquidity module this will need a new staking scheme.&#x20;

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

## Phase 5

Phase 5 introduces a multi-chain minter subsystem.&#x20;

Allowing users on other chains, L1s, L2s to mint sgETH and earn yield.&#x20;

&#x20;

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


---

# 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://docs.sharedstake.finance/sharedstake-v2/phased-launch.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.
