For Backers
Backers provide reserve capital for fixed-rate series and receive VRT shares. They take the capped variable side of the spread against the fixed rate signed in each quote.
How It Works
- Run the backer daemon/executor or connect an SDK client to
/ws/rfq. - Authenticate the WebSocket session by signing the server challenge.
- When an RFQ matches policy, sign a
QuoteMarket.Quotefor a pool, series, exact notional, VRT reserve amount, nonce, and deadline. - Keep at least
vrtAmountof the pool loan token in the maker wallet and approveQuoteMarketto spend it. - When the borrower accepts,
QuoteMarketpulls that reserve, deposits it into the series on the maker's behalf, andInterestRatePoolcredits VRT shares.
Quotes are one-shot: a successful fill marks the quote hash used. A maker can cancel one quote on-chain with cancelQuote, or invalidate all quotes at the current nonce with raiseNonce.
Try It Out
Use the simulator to explore backer economics under different rate scenarios.
Backer Simulator
See how leverage amplifies backer returns and how reinvestment compounds growth.
After each 4-week position expires, roll profits back in as new backing capital. More capital = more notional backed = more yield next cycle.
Strategy
Setting Your Rate
The fixed rate and reserve amount are the key pricing levers. The reserve must pass the pool's capacity check for the quoted notional. The production executor can create eligible series and submit policy-driven responses to live RFQs.
Diversification
Backing positions across maturities and lending markets can reduce concentration, but it does not remove smart-contract, liquidity, or rate risk.
Continuous Re-investment
VRT withdrawals are limited to freeAssets: effective series assets above the reserve still required for open FRT and accrued borrower claims. As maturity approaches, the future reserve requirement can fall and make more assets withdrawable.
Risk Management
- Variable below fixed — positive spread moves borrower prepaid to VRT assets.
- Variable above fixed — negative spread moves VRT assets into borrower prepaid, up to the pool cap.
- Break even — the cumulative capped variable factor matches the fixed factor before fees.
VRT remains exposed to quote pricing, reserve utilization, smart-contract risk, adapter risk, and the underlying lending market.
