Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt

Use this file to discover all available pages before exploring further.

For EVM-style pending transactions, CAW supports two recovery flows:
  • speedup_transaction to replace the pending transaction with a higher-fee version
  • drop_transaction to cancel it with a replacement transaction to the same nonce

Speed up a transaction

caw tx speedup --tx-id <TRANSACTION_UUID>

Drop a transaction

caw tx drop --tx-id <TRANSACTION_UUID>

When to use which

ActionUse when
speedup_transactionYou still want the same operation to execute, just faster
drop_transactionYou want to cancel the pending operation altogether
For recovery, always pair these actions with Transaction Tracking.