Capital Lifecycle
Overview
Section titled “Overview”Capital in Upside follows a defined lifecycle from deposit through yield generation to exit. This page traces that path and shows how principal protection, yield routing, and buyback and burn connect.
Deposit to Strategy
Section titled “Deposit to Strategy”When an investor deposits collateral:
- Collateral is received by the raise contract
- Capital is routed to the yield strategy (Aave V3 at launch)
- A
pFTposition NFT is minted recording the deposit details - Capital immediately begins earning yield in the strategy
All deposited capital is put to work. There is no idle reserve.
Yield Generation and Distribution
Section titled “Yield Generation and Distribution”Strategy yield follows a waterfall, with a platform fee taken first:
Gross strategy yield -> Platform fee (10% of yield) -> DAO -> Net yield (90%) -> Project -> Ecosystem budget -> Buyback and burn allocationSee Fees and Economics for full fee breakdown and economics.
Project-side routing between ecosystem budget and buyback/burn is configured by project policy. Claiming is permissionless, anyone can trigger the yield claim function. Cadence is operationally flexible (daily, weekly, or threshold-driven).
Exit Paths and Capital Effects
Section titled “Exit Paths and Capital Effects”Redeem (exercise PUT)
Section titled “Redeem (exercise PUT)”When an investor redeems:
- Collateral is partially or completely withdrawn from the strategy
- Collateral is returned directly to the investor
- The position’s FT allocation is released back to the available pool
collateralSupplydecreases
Capital leaves the system entirely.
Withdraw (claim FT)
Section titled “Withdraw (claim FT)”When an investor withdraws FT:
- FT tokens are transferred to the investor
- The equivalent collateral is tracked under
capitalDivesting[token] - Collateral remains in the strategy until admin pulls it for buyback/burn
Capital transitions from active backing to divesting state.
Buyback and Burn
Section titled “Buyback and Burn”Two sources feed buyback and burn operations:
- Yield surplus allocated to buyback by project policy
- Released capital from exits via withdraw (
capitalDivesting)
How exits via withdraw fund buyback
Section titled “How exits via withdraw fund buyback”When investors claim FT (exit via withdraw), backing capital for that portion is released into capitalDivesting. Admin can later pull this capital for buyback and burn operations.
Supply dynamics
Section titled “Supply dynamics”The project’s token circulating supply only increases when investors withdraw. Investors only withdraw when the token price exceeds their redemption value. Unlike traditional vesting where tokens unlock on a timer regardless of performance, new tokens only enter circulation when the raise is succeeding.
The capital released by each withdrawal funds buybacks that offset the new supply. Supply inflation has a built-in counterweight.
Capital flow summary
Section titled “Capital flow summary”Deposit -> Active backing (in strategy, earning yield) -> Redeem: collateral returned to investor (exits system) -> Withdraw FT: collateral moves to capitalDivesting -> Admin pulls for buyback and burn -> Tokens bought back and burned, reducing supply