diff --git a/docs/general-info/add-status-network.md b/docs/general-info/add-status-network.md index 75af48d..5d6d461 100644 --- a/docs/general-info/add-status-network.md +++ b/docs/general-info/add-status-network.md @@ -5,8 +5,7 @@ keywords: [Status Network, MetaMask setup, add network, wallet configuration, RP --- import AddToMetaMask from '@site/src/components/AddToMetaMask'; - -# Add Status Network +import CopyCell from '@site/src/components/CopyCell'; This guide shows how to add the **Status Network** to your wallet. @@ -14,7 +13,6 @@ You can add Status Network Testnet directly by clicking on the button below: - ## Manual Configuration To add **Status Network Testnet** as a custom network to MetaMask: @@ -39,10 +37,10 @@ To add **Status Network Testnet** as a custom network to MetaMask: | Name | Value | |------------------|------------------------------------------| | **Network Name** | Status Network Testnet | - | **RPC URL** | https://public.sepolia.rpc.status.network | + | **RPC URL** | https://public.sepolia.rpc.status.network | | **Chain ID** | 1660990954 | | **Currency Symbol** | `ETH` | - | **Block Explorer URL** | https://sepoliascan.status.network | + | **Block Explorer URL** | https://sepoliascan.status.network | 5. **Save the Network**: @@ -94,4 +92,4 @@ You should now be able to connect to the Status Network Testnet by selecting it --- -By following this guide, you've successfully added the Status Network to your MetaMask wallet! \ No newline at end of file +By following this guide, you've successfully added the Status Network to your MetaMask wallet! diff --git a/docs/general-info/network-details.md b/docs/general-info/network-details.md index 0d8d6eb..9537987 100644 --- a/docs/general-info/network-details.md +++ b/docs/general-info/network-details.md @@ -13,12 +13,12 @@ import CopyCell from '@site/src/components/CopyCell'; ## Status Testnet | Name | Value | -|---------------------|-------------------------------------------| -| **Network Name** | Status Network Testnet | +|---------------------|--------------------------------------------| +| **Network Name** | Status Network Testnet | | **RPC Endpoint** | https://public.sepolia.rpc.status.network | | **Chain ID** | 1660990954 | | **Chain ID (Hex)** | 0x6300b5ea | -| **Currency Symbol** | ETH | +| **Currency Symbol** | ETH | | **Block Explorer** | https://sepoliascan.status.network | | **Bridge** | https://bridge.status.network | | **WebSocket RPC** | Get in touch with us on [Telegram](https://t.me/statusl2) to get a websocket RPC | @@ -27,9 +27,10 @@ import CopyCell from '@site/src/components/CopyCell';
These are the official network details for the Status Network testnet. You can use these details to: + - Add the network to your wallet - Configure development environments - Connect dApps to the network - Verify smart contracts -For instructions on adding the network to your wallet, see our [Add Status Network guide](./add-status-network.md). \ No newline at end of file +For instructions on adding the network to your wallet, see our [Add Status Network guide](./add-status-network.md). diff --git a/docs/tokenomics/pre-deposits.md b/docs/tokenomics/pre-deposits.md index 0503f87..6929b68 100644 --- a/docs/tokenomics/pre-deposits.md +++ b/docs/tokenomics/pre-deposits.md @@ -44,9 +44,9 @@ GUSD is a yield-generating meta-stablecoin fully backed by USDT, USDC, and USDS, The GUSD vault implements a multi-layered yield strategy through [Steakhouse Financial](https://steakhouse.financial/) and [Morpho](https://morpho.org/): -1. Deposited stablecoins are routed to **Generic Protocol's asset-specific vaults** (e.g., USDC Vault at [`0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f`](https://etherscan.io/address/0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f)). -2. The vault allocates assets to **Steakhouse Financial MetaMorpho vaults** (e.g., steakUSDC at [`0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB`](https://etherscan.io/address/0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB)). -3. Steakhouse vaults supply assets to **Morpho lending markets** ([`0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb`](https://etherscan.io/address/0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb)), earning lending yield. +1. Deposited stablecoins are routed to **Generic Protocol's asset-specific vaults** (e.g., [USDC Vault](https://etherscan.io/address/0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f)). +2. The vault allocates assets to **Steakhouse Financial MetaMorpho vaults** (e.g., [steakUSDC](https://etherscan.io/address/0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB)). +3. Steakhouse vaults supply assets to [**Morpho lending markets**](https://etherscan.io/address/0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb), earning lending yield. A portion of the generated yield will seed Status Network's native funding pool upon mainnet launch. @@ -57,7 +57,7 @@ The GUSD vault does **not** issue a receipt token. Your deposit is recorded in G ### DepositorHelper contract Status Network pre-deposit interacts with Generic Protocol through the DepositorHelper: -[`0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919`](https://etherscan.io/address/0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919) (Ethereum Mainnet) +[`0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919`](https://etherscan.io/address/0x79B4cDb14A31E8B0e21C0120C409Ac14Af35f919) ### Deposit flow (GUSD)