Skip to main content
The Ryvo program emits Anchor events for every state-changing instruction. Indexers, gateways, and monitoring systems should key off these events rather than scraping transaction logs.

Participant events

ParticipantInitialized

InboundChannelPolicyUpdated

Funding and withdrawal events

Deposited

WithdrawalRequested

WithdrawalCancelled

Withdrawn

Channel events

ChannelCreated

ChannelFundsLocked

ChannelUnlockRequested

ChannelFundsUnlocked

ChannelAuthorizedSignerUpdateRequested

ChannelAuthorizedSignerUpdated

Settlement events

IndividualSettled

Emitted by settle_individual.

CommitmentBundleSettled

Emitted by settle_commitment_bundle.

ClearingRoundSettled

Emitted by settle_clearing_round. total_gross is the sum of all cumulative deltas implied by the round. total_net_adjusted is the participant-balance adjustment total recorded alongside full channel advancement in the round.

Authority events

ConfigUpdated

ConfigAuthorityTransferStarted

ConfigAuthorityTransferred

RegistryAuthorityTransferStarted

RegistryAuthorityTransferred

See also