Once a policy triggers, the bond shows up inDocumentation Index
Fetch the complete documentation index at: https://docs.lumina-org.com/llms.txt
Use this file to discover all available pages before exploring further.
lumina.bonds.list(). The agent’s
job is to decide what to do with it.
Read positions
Decision rule
| Condition | Action |
|---|---|
| Need cash today | List on marketplace at face × discount (typically 95-98%) |
| Maturity is < 24 h away | Hold and redeem on-chain at maturity |
| Want to compound | Hold; redeem; immediately rotate into a new policy |
Listing logic
Pinning maturity
bond.maturityEpoch (where exposed) is a wall-clock seconds value. To get
seconds-until-maturity:
maturityEpoch on a particular response shape, query
the on-chain BondVault.epochInfo(epochId) directly via your RPC.