lifi-stablecoin-swap
Build a production 1:1 stablecoin swap with LI.FI Intents — an interface or backend where the amount the user sends equals the amount they receive (no visible gas or solver fees), same-chain or cross-chain, filled by LI.FI's solver network and verifiable on-chain. USE THIS SKILL WHEN USER WANTS TO: - Build a 1:1 stablecoin swap interface ("send 100 USDC, receive 100 USDC"), same- or cross-chain - Add stablecoin transfers with a guaranteed output amount to an app, backend, or bot - Build enterprise/fintech-grade transfers with no visible gas or solver fees for the end user - Implement the LI.FI
npx skills add internet-court/internet-court-skill --skill lifi-stablecoin-swap --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Build a 1:1 Stablecoin Swap with LI.FI Intents A normal crypto transfer leaks value to gas and spreads — send 100 USDC, ~99.8 arrives. For a neobank, payment processor, or regulated fintech, that's a non-starter: their users expect that sending 100 means 100 arrives. LI.FI Intents lets you offer exactly that — **send 100 USDC, receive 100 USDC** (or USDT, or another supported stablecoin), same-chain or cross-chain. A solver from LI.FI's network fronts the destination gas and sources the liquidity, then settles against the user's deposit, so the end user sees one number from start to finish, provable on a public block explorer. The primary integration is the **`@lifi/intent` TypeScript SDK** — it requests the quote, builds the on-chain order, and tracks it. The raw REST API is in §7 for non-TypeScript backends. --- ## 1. Enable 1:1 quoting on your integrator account 1:1 stablecoin quoting is a capability provisioned on your **LI.FI integrator account**: 1. Register an integrator ID on the **LI.FI Partner Portal** — https://portal.li.fi 2. Complete an integration agreement with LI.FI. As part of onboarding, 1:1 stablecoin quoting is enabled for your integrator. 3. Quote requests ma
- 1. Enable 1:1 quoting on your integrator account
- 2. The flow
- 3. Quote (1:1)
- 4. Build & open the order
- 5. Track the order to settlement
- 6. The interface
- 7. Option 2 — raw REST (any language)
- Contract addresses (same on supported EVM chains)
- Resources
npm install @lifi/intent viem
What does the lifi-stablecoin-swap skill do?
Build a production 1:1 stablecoin swap with LI.FI Intents — an interface or backend where the amount the user sends equals the amount they receive (no visible gas or solver fees), same-chain or cross-chain, filled by LI.FI's solver network and verifiable on-chain. USE THIS SKILL WHEN USER WANTS TO: - Build a 1:1 stablecoin swap interface ("send 100 USDC, receive 100 USDC"), same- or cross-chain - Add stablecoin transfers with a guaranteed output amount to an app, backend, or bot - Build enterprise/fintech-grade transfers with no visible gas or solver fees for the end user - Implement the LI.FI
How do I install it?
Run `npx skills add internet-court/internet-court-skill --skill lifi-stablecoin-swap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.