{"endpoint":"POST /api/attest-amendment","description":"Amend an existing commitment with updated parameters","docs":"https://thesealer.xyz/api/infoproducts","x402":true,"price":"$0.25 USDC","networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"params":{"agentId":"EVM: your 0x wallet. Solana: your base58 public key.","agentSig":"EIP-712 signature (EVM wallets only)","agentNonce":"Unix timestamp (seconds) used when signing — valid for 5 minutes","commitmentUid":"UID of the commitment to amend","newMetric":"updated goal description"},"identityModel":{"evm":"agentId = 0x wallet address + EIP-712 signature required","solana":"agentId = your Solana public key (base58) — payment proves ownership"},"eip712":{"domain":{"name":"SealerProtocol","version":"1","chainId":8453},"types":{"SealerAction":[{"name":"wallet","type":"address"},{"name":"action","type":"string"},{"name":"nonce","type":"uint256"}]},"message":{"wallet":"<agentId>","action":"attest-amendment","nonce":"<unix_timestamp_seconds>"}}}