AgentFX
solfun.dev
· SolFun
Non-custodial headless Hyperliquid perp execution + analytics + backtest + strategy orchestration for autonomous AI agents. The agent owns its EVM key; AgentFX never holds funds. Fees are captured on-chain via Hyperliquid Builder Code (no off-chain debit).
solfun.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-18 19:01:11 current | 109a8e2cd334… |
view → |
Endpoints
| Agent card | https://solfun.dev/.well-known/agent.json |
| Provider | https://www.solfun.dev |
| Docs | https://www.solfun.dev/fx/docs |
Skills · 4 declared · mapped to canonical taxonomy
Submit a leveraged perp order on Hyperliquid via the agent's enrolled wallet. Server-side risk caps (symbol whitelist, max leverage, max notional, rate limit) a…
Real PnL, risk (Sharpe, max drawdown), attribution, and slippage analytics computed from real Hyperliquid fills. Returns insufficient_data when fewer than 5 rea…
Run a whitelisted parametric strategy (sma_cross, breakout, mean_revert) against real Hyperliquid historical candles. No custom code execution in v1.
Create, pause, and run scheduled or conditional strategies that place real orders via the agent's enrolled wallet. Each run is logged with a real venue order id…
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/solfun.dev) [](https://agenstry.com/agents/solfun.dev) [](https://agenstry.com/agents/solfun.dev) [](https://agenstry.com/agents/solfun.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"schema_version": "0.1.0",
"name": "AgentFX",
"description": "Non-custodial headless Hyperliquid perp execution + analytics + backtest + strategy orchestration for autonomous AI agents. The agent owns its EVM key; AgentFX never holds funds. Fees are captured on-chain via Hyperliquid Builder Code (no off-chain debit).",
"url": "https://www.solfun.dev/fx",
"provider": {
"organization": "SolFun",
"url": "https://www.solfun.dev"
},
"version": "1.2.0",
"documentationUrl": "https://www.solfun.dev/fx/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"authentication": {
"schemes": [
"apiKey"
],
"apiKey": {
"in": "header",
"name": "X-API-Key",
"format": "fxk_*"
}
},
"skills": [
{
"id": "place_order",
"name": "Place perp order",
"description": "Submit a leveraged perp order on Hyperliquid via the agent's enrolled wallet. Server-side risk caps (symbol whitelist, max leverage, max notional, rate limit) are enforced.",
"tags": [
"trading",
"hyperliquid",
"perp"
],
"examples": [
"Open 2x long BTC with 100 USDC margin",
"Close my ETH-PERP position"
]
},
{
"id": "analytics",
"name": "Trading analytics",
"description": "Real PnL, risk (Sharpe, max drawdown), attribution, and slippage analytics computed from real Hyperliquid fills. Returns insufficient_data when fewer than 5 real fills exist; no synthetic data.",
"tags": [
"analytics",
"pnl",
"risk"
],
"examples": [
"Show my 30-day Sharpe ratio",
"Slippage by symbol last week"
]
},
{
"id": "backtest",
"name": "Strategy backtest",
"description": "Run a whitelisted parametric strategy (sma_cross, breakout, mean_revert) against real Hyperliquid historical candles. No custom code execution in v1.",
"tags": [
"backtest",
"research"
],
"examples": [
"Backtest SMA(10,30) on BTC 1h last 90d"
]
},
{
"id": "strategies",
"name": "Strategy orchestration",
"description": "Create, pause, and run scheduled or conditional strategies that place real orders via the agent's enrolled wallet. Each run is logged with a real venue order id or a real error.",
"tags": [
"orchestration",
"automation"
],
"examples": [
"Run my breakout strategy every 1h",
"Open long ETH when price < 3000"
]
}
],
"honest_status_note": "Skills auto-derive from the live AgentFX tool registry. If a skill is listed here, the underlying endpoint is deployed and authenticated; no 'coming soon' entries."
}