Skip to content

State and Interfaces

VariableDescription
collateralSupply[token]Active backing collateral supply per token type
capitalDivesting[token]Released collateral available for project pull (capital divesting)
ftOfferingSupplyFT available for sale to new investors
ftAllocatedFT currently allocated to active positions

Mechanism docs in this site follow FT implementation terms:

Mechanism TermImplementation Term
PositionpFT ERC-721 NFT
Redeem / exercise PUTdivest / divestUnderlying
Withdraw / claim FTwithdrawFT
HoldNo transaction (default state)
Deposit / investinvest

Key entry points are listed below. See Contract Map for full contract descriptions.

  • checkAndRecordOutflow(amount) — verify and record outflow against limits
  • recordInflow(amount) — record inflow for elastic buffer

Event signatures are defined in each contract’s source. See Contract Map for contract locations.