Public skill for integrating native USDC on Injective into apps, wallets, bridge widgets, and trading systems.
Use it when you need to:
- migrate an Injective app from USDT or bridged USDC to native USDC
- add Circle CCTP V2 deposits or withdrawals
- resolve the native USDC EVM address and Cosmos bank denom
- select USDC derivative markets
- debug CCTP attestation or mint recovery
Install via NPM into the current project:
npx skills add InjectiveLabs/agent-skills --skill injective-usdc-integrationInstall globally:
npx skills add InjectiveLabs/agent-skills --global --skill injective-usdc-integrationRead these in order:
- SKILL.md - the integration playbook.
- references/constants.md - chain IDs, domains, contracts, denoms, and source-chain constants.
- references/cctp-v2.md - CCTP burn, attest, mint flow and recovery.
- references/frontend-integration.md - browser app checklist and migration gotchas.
This skill is intentionally docs-only. It does not ship a private-key CLI or custodial bridge code. Browser apps should use the connected user's wallet for source-chain burn and destination-chain mint transactions.