Two tokens per vault
Each vault issues two share tokens, one per tranche:
Both tokens are claims on the same pool of strategy positions, there is one vault, one set of strategies, one pool of capital. What differs is how each period’s gains and losses are allocated between the two tranches.
Share Pricing
Berafarm shares are non-rebasing, your token balance never changes on its own. What changes is the share price, how much of the underlying asset each share redeems for.- At deposit, you mint
deposit ÷ your tranche's share priceshares. - At withdrawal, you redeem
shares × your tranche's share priceof the underlying. - Share prices start at 1.0 and move as the vault performs.
Diverging prices are the waterfall
Here is the key mental model: the risk tranching lives entirely in the share prices. Each period, the vault’s total gain or loss is split between the tranches by the waterfall rules. The Stable token’s share price is designed to grind steadily upward toward its target yield. The Alpha token’s share price captures the residual, it rises faster in strong periods and falls first in losing periods. This means the entire tranche mechanism is publicly auditable: chart the two share prices over time and you are looking directly at the waterfall in action.Transferability
Share tokens are standard ERC-20s and fully transferable, you can move a position between your own wallets or transfer it to someone else, and the receiving address holds the position in that same tranche. There is no in-place conversion between tranches: moving from Stable to Alpha (or back) means withdrawing from one and depositing into the other, paying the standard exit and entry fees if any.Fee accrual in shares
Ongoing protocol fees are collected by minting shares to the treasury, not by removing assets from strategies. On-chain, this appears as periodic mints of both tranche tokens to the fee address. Two consequences worth understanding:- Capital never leaves the strategies to pay fees: your deposit stays fully deployed at all times.
- The treasury holds the same exposure you do: protocol fee revenue rises and falls with vault performance, keeping incentives aligned.