Funding Rate Arbitrage, run end to end by your AI
Most AI trading tools stop at advice. This one places the trade.
ProFunding is the execution layer for delta-neutral funding rate arbitrage. Your AI pulls live rates from 20+ perp DEXes, finds the best pair, opens both legs (market, limit, or TWAP), watches it 24/7, finds the optimal exit, and closes the pair. All of it across 14 tradable DEXes plus Hyperliquid's HIP-3. You talk. It trades.
What your AI can do
These aren't commands you need to memorize. Just talk naturally. Your AI figures out which tools to use.
Find the best trade
"What's the best funding arb right now?" Your AI searches every DEX we track, checks real order-book depth, runs a backtest, and tells you which pair to trade and why.
"Find me a delta-neutral trade above 100% APR with good liquidity"
Open it any way you want
Both legs in one command. Market for speed, a resting limit order to hold out for a price, or TWAP to slice a big size in over time. Same three choices on the way out.
"TWAP into a $5k delta-neutral on SOL, long Lighter short Aster, over 20 minutes"
Exit at the peak
Find-the-exit watches the funding spread on your open position and closes when it confirms the trade has stopped paying. No babysitting the chart for the top.
"Find the optimal exit for my SOL position with a 50% target APR"
24/7 position monitoring
Set conditions and walk away. The backend watches every 60 seconds. Funding flips? APR drops? PnL threshold hit? You get a Telegram alert or an automatic close.
"Watch my ETH position. Alert me if funding flips. Auto-close if PnL drops below -5%"
30 days of history on every pair
Funding rate history across every DEX. Your AI breaks down stability, trend direction, liquidity depth, and spread risk for any pair you ask about.
"Analyze PROVE on Hyperliquid vs Aster. Is the APR sustainable?"
Backtest before you trade
Run historical simulations on any pair and time range. See what your PnL would have been, with fees, slippage, and funding rate volatility factored in.
"Backtest ETH on HL/Lighter for the last 30 days with $1000"
Manage resting orders
List your open limit orders, cancel the ones you don't want, and check whether one filled. Your AI confirms the fill and finalizes fee accounting before moving on.
"Show my open orders on Aster, then cancel the ETH one"
Check everything in one question
Balances, open positions, live PnL across all your connected exchanges. One question instead of five browser tabs.
"How are my positions doing?" or "Am I up or down on Hyperliquid?"
How it works
Install in 30 seconds
One pip install. Paste your API key into Claude Desktop or Claude Code config. Done.
Ask it anything
Ask about opportunities. Tell it to open a trade. Set up monitoring. Natural language, not commands.
It watches while you sleep
Positions are monitored 24/7 on our servers. Funding flips? You get a Telegram alert. Or it auto-closes. Your call.
AI trading vs manual dashboard
The dashboard shows you data. Your AI acts on it.
| Dashboard | AI + MCP | |
|---|---|---|
| Find best opportunity | Sort, filter, pick from a table | “What's the best trade?” |
| Analyze a pair | Open chart, run backtest, check depth separately | “Analyze ETH on HL vs Lighter” |
| Open delta-neutral | Set size, leverage, click open | “Open $500 on that pair” |
| Enter a large size | Slice it manually or eat the slippage | TWAP or a resting limit, server-side |
| Time your exit | Watch the spread yourself | Find-the-exit closes near the peak |
| Monitor positions | Keep browser open | 24/7 server-side, Telegram alerts |
| Funding flips negative | Check manually, close yourself | Auto-close on conditions |
Built to trade real money
An AI that can spend your balance has to be honest about what it did.
Real fills, real fees
Every fill is read back from the exchange. The price, PnL, and builder fee you see are the numbers you actually got, not an estimate or a fabricated fill.
No phantom exits
Find-the-exit ignores frozen-feed spikes and single-tick peaks, and confirms a move before acting. It won't close you out on a glitch in the price feed.
Slippage-guarded TWAP
Each slice is skipped if it would cost more than your max slippage, and the job aborts after repeated skips instead of forcing a bad fill to finish.
Keys encrypted, never plaintext
Credentials are AES-256-GCM encrypted with envelope encryption. Use trade-only signer keys with no withdrawal rights, and store them from the web form to keep them out of the chat.
One-command kill switch
Tell your AI to revoke_all_credentials and every stored key is wiped instantly. Trading stops the moment you say so.
Set it up in 2 minutes
1. Install the MCP server
pip install profunding-mcp2. Generate your API key
Scroll down to the API Key section below.
3. Add to your AI config
For Claude Desktop: paste into Settings > Developer > Edit Config. For Claude Code: add to your MCP settings.
{
"mcpServers": {
"profunding": {
"command": "profunding-mcp",
"env": {
"PROFUNDING_API_KEY": "YOUR_API_KEY"
}
}
}
}4. Start talking
Open Claude and ask: “What are the best funding rate opportunities right now?”
Your API Key
Connect your wallet to generate a free API key
Same wallet you use on the dashboard. No extra signup.
Everything included. Free.
All 44 tools. No paywall. No trial. Just generate an API key and go.
All 44 tools
Organized into 9 categories. Full tool names and descriptions below.
Frequently asked questions
What is an MCP server?
MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude connect to external tools and data sources. The ProFunding MCP server gives your AI access to live funding rate data, trading execution, and position monitoring across 20+ perpetual DEXes.
What AI assistants work with ProFunding MCP?
Any MCP-compatible client: Claude Desktop, Claude Code, Cursor, and others. If your AI supports MCP, it can use ProFunding.
Is ProFunding MCP free?
Yes. Every tool is free: trading, monitoring, analytics, backtesting, smart scoring, all of it. Generate an API key and start using it. No credit card, no trial, no limits on features.
What is delta-neutral funding rate arbitrage?
You open equal long and short positions on different DEXes so price moves cancel out. Your profit comes from the funding rate difference between exchanges. ProFunding finds these opportunities across 20+ DEXes and lets your AI execute them on 13 of them plus HIP-3 sub-DEXes.
Which DEXes are supported?
Funding-rate data covers 20+ perp DEXes. Trading, limit orders, and TWAP are live on all 13 tradable DEXes (Hyperliquid, Lighter, Aster, Extended, Variational, Pacifica, Hibachi, Nado, Ethereal, Grvt, 01xyz, HotStuff, and RiseX), plus Hyperliquid HIP-3 sub-DEXes.
Are my API keys and credentials secure?
Yes. Exchange credentials are encrypted with AES-256-GCM using envelope encryption (per-credential key + master key). They are never stored unencrypted. Your MCP API key is wallet-scoped and can be regenerated anytime.
Do I need to keep my browser open?
No. Once you set up position monitoring, our backend watches your positions 24/7. You get Telegram alerts when conditions trigger. Your browser and AI assistant can be closed.
New to funding rate arbitrage? Read our beginner guide or explore delta-neutral trading in the glossary.