For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

Outline of events emitted by Agent Wallet:

Event
When

transaction.broadcast

A signed tx has been submitted to the chain.

transaction.confirmed

The tx reached the configured confirmation depth.

transaction.failed

The tx reverted or was dropped.

funds.deposited

An inbound transfer was credited to the sub-wallet.

screening.alert

An inbound transfer triggered a screening hit; the sub-wallet was frozen.

Each event will be documented with a sample payload and field reference. For now, follow the patterns in Webhooks Overview and verify signatures per Signature Verification.

Last updated