Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/curators/pools/create-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/curators/pools/manage-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 6 additions & 8 deletions docs/explore/index.md
Original file line number Diff line number Diff line change
@@ -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
## Vesu V2
Vesu V2 builds on the original protocol launched in July 2024, with a stronger focus on simplicity, efficiency, and risk isolation.
2 changes: 1 addition & 1 deletion docs/user-guides/borrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/earn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
60 changes: 60 additions & 0 deletions docs/user-guides/explore.md
Original file line number Diff line number Diff line change
@@ -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]
2 changes: 1 addition & 1 deletion docs/user-guides/more/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
position: 10
position: 99
label: More
collapsible: true # make the category collapsible
collapsed: true # keep the category open by default
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guides/multiply-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down