PaladinFi Swap
PaladinFi Swap is a competitive multi-aggregator swap router for AI agents on Base (chainId 8453).
What it can do
- Swap Quote: Get a competitive multi-aggregator swap quote with ready-to-execute calldata. PaladinFi does not represent any returned route as the best available across the broader DeFi market.
- Swap Health: Return the swap router's health + configuration (fee recipient, bps, supported chains).
What data it sees
Do you need an account
No: the server works without sign-in
PaladinFi Swap is a competitive multi-aggregator swap router for AI agents on Base (chainId 8453). Returns ready-to-execute calldata your agent's wallet signs and submits. Currently routes through 0x Settler; 1inch and Odos planned. Flat 10 bps fee on the buy token, included in the calldata — no separate accounting on your side.
Tools
swap_quote(sellToken, buyToken, sellAmount, taker, chainId?, slippageBps?)— competitive route quote with ready-to-execute calldata for any ERC20→ERC20 swap on Baseswap_health()— service health, fee config, supported chains
Non-custodial
PaladinFi never holds user funds — your agent's wallet signs every transaction. PaladinFi does not represent any returned route as the best available across the broader DeFi market.
Compliance
OFAC SDN sanctions screening on the taker address is enforced server-side; sanctioned addresses receive HTTP 451 instead of a quote.
Links
- Landing: paladinfi.com/swap/
- API health: swap.paladinfi.com/health
- GitHub: paladinfi/paladin-swap-mcp
- Terms: paladinfi.com/terms/
- Privacy: paladinfi.com/privacy/
Operated by Malcontent Games LLC, dba PaladinFi (Ohio, USA).
Server tool list (2)
Raw names from tools/list. Only developers need these.
| swap_quote | Get a competitive multi-aggregator swap quote with ready-to-execute calldata. PaladinFi does not represent any returned route as the best available across the broader DeFi market. |
| swap_health | Return the swap router's health + configuration (fee recipient, bps, supported chains). |