Skip to content

Commit 75dd367

Browse files
committed
refactor(docs): reorganize Upshift content
1 parent 348833e commit 75dd367

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/fxrp/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ FXRP is deployed as an [Omnichain Fungible Token (OFT)](/fxrp/oft) using LayerZe
122122

123123
<Firelight />
124124

125-
## Upshift
125+
## Upshift Vaults
126126

127127
<Upshift />

docs/fxrp/upshift/_upshift.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
import DocCardList from "@theme/DocCardList";
22

33
[Upshift](https://upshift.finance) is a yield-generating protocol that supports FXRP through strategy-driven vaults on Flare.
4-
It provides [ERC-4626](https://eips.ethereum.org/EIPS/eip-4626)] style vaults that allow users to deposit FXRP and earn yield generated from on-chain DeFi strategies, while abstracting away strategy execution and risk management.
4+
It provides [ERC-4626](https://eips.ethereum.org/EIPS/eip-4626) style vaults that allow users to deposit FXRP and earn yield generated from on-chain DeFi strategies, while abstracting away strategy execution and risk management.
55

66
Upshift vaults support both instant and requested redemptions, depending on available liquidity.
77
Users receive vault shares that represent their proportional ownership of the vault's assets, with yield accruing as share value increases over time.
88

9+
[Upshift vault](https://app.upshift.finance/pools/14/0x373D7d201C8134D4a2f7b5c63560da217e3dEA28) is part of the XRP finance stack on Flare Network.
10+
It inherits the transparency model of the [FAssets](/fassets/overview) system: minting and redemption are proof-backed, and vault interactions are recorded on-chain.
11+
12+
- **Funds are on-chain:** User deposits, vault balances, withdrawal requests, and claims are executed as smart contract state changes on Flare.
13+
You can verify all vault holdings on [DeBank](https://debank.com/profile/0xEDb7B1e92B8D3621b46843AD024949F10438374B) portfolio tracker.
14+
- **User ownership is verifiable:** A user's position is represented directly on-chain and can be queried from smart contracts.
15+
- **Instruction flow is auditable:** XRPL-triggered actions are executed on Flare via [Smart Accounts](/smart-accounts/overview) with [Flare Data Connector](/fdc/overview) backed verification and onchain execution.
16+
You can verify all smart account activity on the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/smart-accounts).
17+
918
<DocCardList
1019
items={[
1120
{

0 commit comments

Comments
 (0)