swapper-deposit

swapper-deposit is a skill for Claude Code, Codex from swapperfinance/swapper-toolkit. It costs 158 tokens per session (1,934 once invoked), scanned A, original, MIT.

A tool for adding money or cryptocurrency to a wallet or blockchain-based finance service, including moving assets between blockchains. It can use card payments, digital-asset transfers, and Chainlink CCIP, a service for cross-chain transfers.

In plain words
What is it for?
Use it to deposit assets, bridge them between supported chains, or fund lending, staking, and liquidity services. It requires a receiving wallet, destination chain, and token details.
Why use it?
It helps fund a wallet or protocol when the needed assets are missing or are on another blockchain.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/swapperfinance/swapper-toolkit/swapper-deposit
Any agent
npx skills add swapperfinance/swapper-toolkit --skill swapper-deposit
Clone the repo
git clone --depth 1 https://github.com/swapperfinance/swapper-toolkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for swapper-deposit

README.md
[![agentmods](https://agentmods.dev/badge/skills/swapperfinance/swapper-toolkit/swapper-deposit.svg)](https://agentmods.dev/skills/swapperfinance/swapper-toolkit/swapper-deposit)
Your own site
<a href="https://agentmods.dev/skills/swapperfinance/swapper-toolkit/swapper-deposit"><img src="https://agentmods.dev/badge/skills/swapperfinance/swapper-toolkit/swapper-deposit.svg" alt="Measured on agentmods" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,934 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00158 $0.01934
Opus 5 $0.00079 $0.00967
Sonnet 5 $0.00032 $0.00387
Haiku 4.5 $0.00016 $0.00193

Measured 4d ago against content hash 7c1f6168eb0a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

swapper-deposit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/swapper-deposit/SKILL.md · 171 lines

How it starts

The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Swapper Deposit Skill

When to activate

  • The user explicitly asks to deposit, fund, top-up, or bridge assets into a wallet.
  • Mid-reasoning: you detect that a wallet lacks sufficient funds to complete a requested operation (e.g., a trade, deployment, or transfer fails due to insufficient balance).

What you need from the user

Collect the following before generating the deeplink. Ask for any missing values:

Parameter Required Description Example
depositWalletAddress Yes The wallet address that will receive the deposit 0x2A018F2506acaEEE2C10632514Fc5DCa9eE2c28A
dstChainId Yes Destination chain ID 8453 (Base)
dstTokenAddr Yes Destination token contract address (ERC-20) 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Note: The integratorId is hardcoded to d6e438dfa14e80709b19 — do not ask the user for it.

Native tokens (gas tokens): For native asset deposits (ETH, POL, BNB, etc.), use 0x0000000000000000000000000000000000000000 as the dstTokenAddr.

Common chain IDs

Chain ID
Ethereum 1
Base 8453
Arbitrum 42161
Optimism 10
Polygon 137
Fast fast

Build the URL using this base and required query parameters:

https://deposit.swapper.finance?integratorId=d6e438dfa14e80709b19&dstChainId=CHAIN_ID&dstTokenAddr=TOKEN_ADDR&depositWalletAddress=WALLET_ADDR&utm_source=swapper-deposit&extendedView=true

Optional parameters

  • styles — JSON string (URL-encoded) for theming, e.g. styles=%7B%22themeMode%22%3A%22dark%22%7D

Read the full file on GitHub · 171 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 171 lines · 158 tokens per session scan A 7c1f6168eb0a

Subscribe to this mod's changes

swapper-deposit is a skill published in the GitHub repository swapperfinance/swapper-toolkit (846 stars, last pushed 4mo ago), licensed MIT. It adds 158 tokens to every session and 1,934 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.