Know where every dollar is while it is moving
When USDC moves natively between chains it is burned on one side before it is minted on the other. This gives your treasury one ledger that shows what has settled, what is still in flight, and what has stalled.
Highlights
A single cross-chain cash position, current at any moment
Dollars in flight visible while they move between chains
Stalled transfers flagged against your own SLA
Volume and settlement latency for every corridor you run
Trusted by leading financial and blockchain teams
Account for dollars while they are in transit
Under CCTP, a transfer burns USDC on the source chain and mints it on the destination. For the minutes in between, that dollar exists on neither balance sheet, and your cash position is split across two ledgers.
A true cross-chain cash position
Settled balances per chain plus in-flight amounts by destination, in one query, so when someone asks where the money is your team has one number rather than an assembly job.
Nothing silently stuck
Transfers that pass your settlement SLA are flagged and checked automatically, so you hear about a delayed payment before whoever is waiting on it does.
Corridors you can manage deliberately
Volume and settlement latency by source and destination give you the evidence to take a routing change to whoever signs off on it, with the numbers already attached.
What your settlement ledger includes
Both halves of every transfer, correlated, in a database your team already queries.
Both sides of the transfer
Burns on the source chain and mints on the destination are indexed together and correlated, so each movement is one row rather than two unrelated events.
Settled, in flight, or delayed
Every transfer carries a status and a settlement time, so you can separate what has landed from what is still moving and what has taken too long.
Liquidity by chain and by corridor
Sum settled balances per chain and in-flight amounts per destination to see where your working capital actually sits at any moment.
An automatic watchdog
A scheduled Compose task picks up anything older than your threshold, checks the transfer’s attestation status with Circle, and alerts on whatever has not completed.
Every chain in one pattern
The same pipeline shape is repeated per chain and combined, so adding a corridor means adding a source rather than building a new integration.
Latency you can report on
Because both timestamps are in your ledger, settlement duration is a column: you can report median and worst-case latency per corridor without instrumenting anything.
Built for regulated environments
Controls, documentation and support your reviewers expect, ready before they ask.

SOC 2 Type II
Independently audited controls, with reports available for your security review.
Dedicated infrastructure
Isolated compute and single-tenant options for your production workloads.
Granular access controls
Role-based permissions and audit logging across your whole organization.
Full observability
Monitoring, alerting and data-lineage visibility your auditors can follow.
Data residency
Cloud, on-premise or co-located, so data sits where your obligations require.
Regulation-ready data
Structured for MiCA, FATF Travel Rule and BSA/AML/KYC, with retention you set.
Deliver on your timeline
Banks, payment platforms and trading firms use Goldsky to get onchain products live in weeks. Our engineers work alongside yours from the first call through production.
Scoping call
We map your use case, the chains involved and the systems the data lands in, then give you a delivery estimate.
Technical deep-dive
Our engineers work with yours to confirm the design and the integration points.
Kickoff and go live
We stand up your integration and validate the data against your systems, ready for your team to build on.
Ongoing support
24/7 support in a shared channel with the engineers who run your infrastructure.
Scoping call
We map your use case, the chains involved and the systems the data lands in, then give you a delivery estimate.
Technical deep-dive
Our engineers work with yours to confirm the design and the integration points.
Kickoff and go live
We stand up your integration and validate the data against your systems, ready for your team to build on.
Ongoing support
24/7 support in a shared channel with the engineers who run your infrastructure.
Build a settlement ledger today
Everything your team (or AI agents) need to build a working solution today. Read the guide or copy the prompt below to have your agent help you ship it.
Hand this to your coding agent
I'm building a cross-chain USDC settlement ledger using Goldsky. ## Set up your tooling first ```bash npx skills add goldsky-io/goldsky-agent ``` That installs to Claude Code, Cursor, Codex, Windsurf and 30+ other agents. Then connect Goldsky's MCP server at `https://docs.goldsky.com/mcp` however your tool does it — per-client setup is at https://docs.goldsky.com/mcp-server Finally, use the `auth-setup` skill to install the Goldsky CLI if it's missing, and confirm I'm logged in before you start. ## What I'm building Follow the Goldsky guide at https://docs.goldsky.com/solutions/cross-chain-settlement Help me: 1. Set up a Turbo pipeline that indexes CCTP burn events across Ethereum, Base and Arbitrum into one table 2. Set up a second pipeline for the mint side on each destination chain 3. Write the reconciliation query that joins them on source domain and nonce and returns settled, in-flight and delayed 4. Add a scheduled Compose task that checks Circle's attestation API for transfers older than a 20 minute SLA and alerts on incomplete ones ## How to work - Confirm dataset names yourself rather than assuming them - Write the files, and create any Goldsky secrets the pipeline needs - Validate locally — `goldsky turbo validate` for pipelines, a local task call for Compose - Ask me for anything you can't determine: contract addresses, endpoints, thresholds, which database we're writing to - Put credentials straight into Goldsky secrets, never into this chat **Stop before deploying anything live**, then show me the commands to run.
Ready to see your whole cash position at once?
Bring your corridors and settlement SLA to a 30-minute call and leave with a concrete plan.
Frequently asked questions
How long does a transfer normally take?
Which chains does this cover?
Are we tracking real USDC, or a wrapped representation?
Does the reconciliation logic run inside Goldsky?
What will our security and procurement teams need from you?
Where does the settlement ledger live, and who owns it?