SystemSelf reportedCryptoai-agentai-agent-toolsai-coding-assistantautogptautonomous-agents

swapper-toolkit

DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.

System Structure

Data Used
암호화폐 거래소 시장 데이터가격/거래량 데이터
Rules / Strategy

저장소별 전략/실행 조건 확인 필요

Execution

주문 실행은 사용자가 별도 통합/설정

Editor Summary

저장소 설명과 공개 메타데이터 기준으로 AI/LLM 또는 머신러닝 활용, 거래소 API/프레임워크 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 암호화폐 거래소 시장 데이터, 가격/거래량 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "주문 실행은 사용자가 별도 통합/설정"라고 보수적으로 기록했습니다. GitHub 지표는 별 825개, 포크 34개입니다.

Repositoryswapperfinance/swapper-toolkit
Creatorswapperfinance
Stars / Forks★ 825 / 34
LicenseMIT
Last Updated2026-04-07
Snapshot Date2026-07-08 (README below is a copy from this date)

This is third-party open-source code. QuantField does not guarantee its behavior or safety. Review the code before installing or running it.

README

Swapper AI Agent Toolkit

The payment layer for AI agents. Deposit funds, swap tokens, and manage wallets — directly from your AI agent or coding assistant.

Works with Claude Code, Cursor, Windsurf, OpenClaw, GitHub Copilot, CrewAI, AutoGPT, and any AI agent framework that supports the open skills standard.

Powered by Chainlink CRE, Chainlink CCIP, and Mastercard.

Installation

npx skills add swapperfinance/swapper-toolkit

Available Skills

/swapper-deposit — Direct Deposit

Deposit and bridge funds into wallets and DeFi protocols. Card, wallet, or crypto transfer — straight into the protocol.

  • Direct deposits to any wallet address
  • Cross-chain bridge transfers via Chainlink CCIP
  • Protocol deposits — lending, staking, liquidity pools
  • Fiat on-ramp — Mastercard, Visa, Apple Pay, Google Pay (170+ countries)

Triggers when:

  • User asks to deposit, fund, top-up, or bridge assets
  • Agent detects a wallet has insufficient funds mid-task
  • User wants to convert fiat to crypto and deposit into DeFi
  • User wants to fund a wallet before executing a strategy

Example:

User: "Deposit $100 USDC into Aave on Base"

Swapper Deposit Skill:
→ Chain: Base (8453)
→ Token: USDC
→ Protocol: Aave
→ Amount: $100
→ Opening deposit link...

✓ Deposit link generated. Confirm in your browser.

Supported chains: Ethereum, Base, Arbitrum, Optimism, Polygon, Fast, Solana, HyperEVM, BNB Chain, Avalanche

/swapper-trade — Token Swap (Coming Soon)

Swap tokens across chains and DEXs. Cross-chain swaps via Chainlink CCIP.

  • Same-chain swaps across major DEXs
  • Cross-chain swaps via CCIP
  • Optimal route finding
  • Slippage protection

/swapper-wallet — Wallet Management (Coming Soon)

Create, fund, and manage agent wallets.

  • Smart wallet creation with account abstraction
  • Multi-chain wallet setup
  • Wallet funding via fiat or crypto
  • Balance checking

SDK Integration

For developers building apps who want to embed the deposit flow:

npm i @swapper-finance/deposit-sdk
import { openSwapperModal } from "@swapper-finance/deposit-sdk";

openSwapperModal({
  integratorId: "your-integrator-id",
  dstChainId: "8453",
  dstTokenAddr: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  depositWalletAddress: "0xYourWalletAddress",
  styles: { themeMode: "dark" },
  supportedDepositOptions: ["transferCrypto", "depositWithCash"],
});

Safety

  • Explicit confirmation — every transaction requires user approval
  • Transparent fees — slippage, gas, and risks surfaced before confirmation
  • Key security — private keys are never stored or accessed
  • Transactions are never auto-approved

Powered by

  • Chainlink CRE — End-to-end workflow orchestration for deposits, compliance, and settlement
  • Chainlink CCIP — Cross-chain interoperability across 60+ blockchains
  • Mastercard — Global card payment processing (170+ countries)

Documentation

License

MIT