XMTP transactions Send and receive token transactions using wallet sendCalls (EIP-5792) specification. When to apply Reference these guidelines when: - Sending USDC or other tokens - Creating transaction requests - Handling transaction confirmations - Checking token balances - Working with smart contract wallets Rule categories by priority | Priority | Category | Impact | Prefix | |----------|----------|--------|--------| | 1 | Send | CRITICAL | | | 2 | Receive | CRITICAL | | | 3 | Balance | HIGH | | Quick reference Send (CRITICAL) - - Create USDC transfer requests - - Send wallet sendCalls m…