💰 Fee Breakdown
All intent responses include a FeeBreakdown structure that details the cost components of a payment.
Fee Structure
Understanding Fees
- Source Chain Fee: The gas/transaction fee required on the payer's source chain (e.g., Solana or Base).
- Target Chain Fee: The gas fee for the final USDC transfer on Base.
- Platform Fee: AgentTech's service fee for processing the cross-chain settlement.
- Total Fee: The sum of all fees, which is deducted from the payment amount.
Example Response
{
"fee_breakdown": {
"source_chain": "base",
"source_chain_fee": "0.001",
"target_chain": "base",
"target_chain_fee": "0.0001",
"platform_fee": "1.00",
"platform_fee_percentage": "1.0",
"total_fee": "1.0011"
}
}