Money Flows
Deposit USDC
Fund Synapse with USDC so bounded agent credentials can spend through Gateway.
Deposits are owner-controlled. The owner wallet moves USDC into SynapseCore, Gateway indexes the chain event, and the resulting balance becomes available for controlled agent spending.
Flow
- Owner wallet creates a deposit intent in Gateway.
- Owner signs and submits the USDC on-chain transaction.
- Gateway indexes the deposit event and reconciles it against the intent.
- Gateway exposes the indexed balance to owner dashboards and agent budget policy.
- Agent credentials spend against that balance through discovery and invocation.
deposit intent -> on-chain transfer -> indexed balance -> agent budget -> paid invocation
Agent boundary
Agents should never receive owner wallet credentials. They receive limited runtime credentials that can spend within policy, not sign chain transactions or withdraw funds.