diff --git a/docs/curators/pools/create-pool.md b/docs/curators/pools/create-pool.md index ac6670e..6189cc7 100644 --- a/docs/curators/pools/create-pool.md +++ b/docs/curators/pools/create-pool.md @@ -16,7 +16,7 @@ Vesu's permissionless nature enables everyone to create new lending pools callin ## Step-by-step Guide -Click the blue __Create Pool__ button on the [Curator Dashboard](http://curator.vesu.xyz). +Click the blue __Create Pool__ button on the [Pools Dashboard](https://vesu.xyz/pro/pools). **1. Define Pool** - Name of your pool. diff --git a/docs/curators/pools/manage-pool.md b/docs/curators/pools/manage-pool.md index 5addc89..674f7b5 100644 --- a/docs/curators/pools/manage-pool.md +++ b/docs/curators/pools/manage-pool.md @@ -9,7 +9,7 @@ If you are the Curator of a Vesu pool, that is not immutable, you can update the In order to update the configuration of an existing pool, follow the steps below: -1. Head over to the Vesu Pools [page](https://vesu.xyz/pools). +1. Head over to the [Pools page](https://vesu.xyz/pro/pools). 2. Connect your Starknet wallet. The pools you have the Curator role for will be highlighted. 3. Select the pool you want to update to open the pool configuration wizard. 4. Use the wizard to navigate to the parameter(s) that you want to update and update the values. diff --git a/docs/explore/index.md b/docs/explore/index.md index 02f451e..88887cd 100644 --- a/docs/explore/index.md +++ b/docs/explore/index.md @@ -1,14 +1,12 @@ # Welcome to Vesu -Vesu V2 is a fully open and permissionless lending protocol built on Starknet. +Vesu is the leading lending protocol on Starknet and a core part of the growing BTCFi ecosystem. -Anyone can supply assets to earn yield, borrow against collateral, or create new lending markets. +Users can earn yield, borrow against collateral, and put assets to work directly from self-custodied wallets. -Vesu is designed as an open infrastructure: transparent, accessible, and free to use by anyone. +Built as open lending infrastructure for Starknet, Vesu is transparent, composable, and accessible to anyone. -Vesu V2 builds on the same battle-tested concepts than the initial version of the Vesu lending protocol, that was launched in July 2024, but further optimizes for simplicity and security by: +Unlike many lending protocols adapted from EVM designs, Vesu was built natively in Cairo to fully leverage Starknet’s architecture. -- Isolating pools (and respective funds) into separate `Pool` instances -- Removing hooks and extensions -- Simplifying pool state and logic into a single `Pool` contract -- Externalizing `vToken` into stand-alone ERC-4626 vaults \ No newline at end of file +## Vesu V2 +Vesu V2 builds on the original protocol launched in July 2024, with a stronger focus on simplicity, efficiency, and risk isolation. \ No newline at end of file diff --git a/docs/user-guides/borrow.md b/docs/user-guides/borrow.md index 434da3f..9307ea3 100644 --- a/docs/user-guides/borrow.md +++ b/docs/user-guides/borrow.md @@ -5,7 +5,7 @@ sidebar_label: Borrow sidebar_position: 7 --- -Borrow one token using another as collateral. This guide explains how to open and close a borrow position using the Pro interface on Vesu. +Borrow one token using another as collateral. This guide explains how to open and close a borrow position using the PRO mode. Vesu also offers a [LITE](./lite-mode.md) and a [BTCFI](./btcfi-mode.md) mode, designed for users who want a more guided borrowing experience with curated default markets. diff --git a/docs/user-guides/earn.md b/docs/user-guides/earn.md index 6bff192..4c7ee5c 100644 --- a/docs/user-guides/earn.md +++ b/docs/user-guides/earn.md @@ -5,7 +5,7 @@ sidebar_label: Earn sidebar_position: 6 --- -Supply assets to earn yield on Vesu. This guide explains how to open and close an Earn position using the PRO interface. +Supply assets to earn yield on Vesu. This guide explains how to open and close an Earn position using the PRO mode. Vesu also offers a [LITE](./lite-mode.md) and a [BTCFI](./btcfi-mode.md) mode, designed for users who want a more guided earning experience with curated default markets. diff --git a/docs/user-guides/explore.md b/docs/user-guides/explore.md new file mode 100644 index 0000000..e51c6ac --- /dev/null +++ b/docs/user-guides/explore.md @@ -0,0 +1,60 @@ +--- +id: explore +title: Explore +sidebar_label: Explore +sidebar_position: 10 +--- + +The Explore section gives an overview of activity across Vesu. + +It includes pages for browsing positions, analyzing pools, and monitoring liquidations across the protocol. + +Explore is currently available in Pro mode. + +## Positions + +The Positions page displays all active positions on Vesu in real time. + +Users can filter positions by: + +- Pool +- Asset +- Wallet address +- Position type + +This makes it easy to explore protocol activity, monitor large positions, or analyze how assets are being used across different pools. + +[Screenshot coming soon] + +## Pools + +The Pools page provides the most detailed view into each pool on Vesu. + +Each pool page includes: + +- Pool parameters +- Supported assets +- Lending pairs +- Activity and utilization data +- Curator and fee configuration + +Pool curators can also manage and adjust their pools directly from this page. + +Clicking on a pool opens its full configuration and activity view. + +[Screenshot coming soon] + +## Liquidations + +The Liquidations page helps monitor positions at risk and recent liquidation activity across Vesu. + +Users can filter by: + +- Pool +- Wallet address +- Asset +- Health factor + +This page can be used to track market risk, monitor volatile positions, and review past liquidation events. + +[Screenshot coming soon] diff --git a/docs/user-guides/more/_category_.yml b/docs/user-guides/more/_category_.yml index e163758..de3b4e2 100644 --- a/docs/user-guides/more/_category_.yml +++ b/docs/user-guides/more/_category_.yml @@ -1,4 +1,4 @@ -position: 10 +position: 99 label: More collapsible: true # make the category collapsible collapsed: true # keep the category open by default diff --git a/docs/user-guides/multiply-basics.md b/docs/user-guides/multiply-basics.md index 2210c86..8c35a11 100644 --- a/docs/user-guides/multiply-basics.md +++ b/docs/user-guides/multiply-basics.md @@ -5,7 +5,7 @@ sidebar_label: Multiply sidebar_position: 8 --- -his guide explains how to open and close a Multiply position using the PRO interface on Vesu. +This guide explains how to open and close a Multiply position using the PRO interface on Vesu. Vesu also offers a [LITE](./lite-mode.md) and a [BTCFI](./btcfi-mode.md) mode, designed for users who want a more guided experience with curated default markets.