assetfare_observe_cctp
Verify Circle attestation and the forwarded USDC mint on Base or Arbitrum for a submitted legacy CCTP burn, then advance the session record. No signing or submission.
Instructions
Verify Circle attestation and the forwarded Base or Arbitrum USDC mint for a caller-submitted legacy v1 burn, then advance the session record. Use only after the CCTP burn is submitted; use assetfare_read_session for inspection without advancement and a v2 session observe tool for v2 routes. Makes a network request but never signs or submits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Legacy v1 session UUID returned by assetfare_create_session. Use only with the unversioned legacy workflow; do not pass a v2 session ID. | |
| access_token | Yes | Sensitive legacy v1 wallet-bound bearer token returned by assetfare_finish_wallet_auth. Use only with unversioned legacy session tools; never log or use it as a v2 session capability. | |
| burn_signature | Yes | Finalized Solana burn signature already submitted by the caller for this legacy CCTP step. | |
| idempotency_key | Yes | Caller-generated retry key, 8-128 characters. Reuse it only when retrying the same logical mutation; choose a new key for a new operation. |