docs: CCTP native-USDC deposit integration guide#1
Open
evchip wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Integration partners (Injective is in flight) need public documentation for funding Amplifi accounts with native USDC via CCTP. The flow shipped today in the main repo (amplifi#1597, amplifi#1598) and was verified end-to-end on production, but nothing in the docs describes it.
What changed
New Integrations section with one page, "Deposit via CCTP (Native USDC)":
app.amplifi.finance/apibase URL.forwarding: trueresponse semantics.Numbers and semantics match the live production behavior verified today (deposit credited hands-free ~40s after mint).
User prompts
(After the live CCTP e2e run passed end-to-end on production and the user prepared to share the reference script with the partner:)
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime, auth, or data-path impact.
Overview
Adds a new Integrations section to the docs site and publishes Deposit via CCTP (Native USDC) for partners funding Amplifi with native USDC over Circle CCTP.
The page documents the five-step flow against
app.amplifi.finance/api: provision deposit wallet, burn on source chain (Fast vs standard CCTP settings), relay mint on Polygon, confirm with the Polygon mint tx hash, then poll balance until credited. It also covers the confirm endpoint’s 2xx / 4xx / 5xx behavior and idempotent re-confirms,forwarding: truesemantics, and operational constraints ($2 minimum, ~30–60s credit after mint, withdrawals as USDC.e on Polygon).Navigation is wired via
content/docs/meta.jsonandcontent/docs/integrations/meta.json.Reviewed by Cursor Bugbot for commit d534438. Bugbot is set up for automated code reviews on this repo. Configure here.