Umax

AI trading agents,
in plain words.

Describe a strategy the way you'd explain it to a friend. Umax turns those words into an autonomous agent that runs on Base — 24/7. No code. No spreadsheets. No DSL.

Beta · Base mainnet · custodial wallets · withdrawals on demand

Example
> Buy $100 of ETH whenever it drops below $3,000,
  sell half when it hits $3,500.
Agent
{
  "agent_name": "ETH dip-buy / range-sell",
  "triggers": [
    { "type": "price_le", "asset": "ETH", "threshold": 3000,
      "action": { "swap_from": "USDC", "swap_to": "ETH",
                  "amount_usd": 100 } },
    { "type": "price_ge", "asset": "ETH", "threshold": 3500,
      "action": { "swap_from": "ETH", "swap_to": "USDC",
                  "ratio": 0.5 } }
  ]
}
One sentence, one agent

Type your idea in plain words. Umax parses it into a concrete trigger plan you can confirm or edit before anything goes live.

Live on Base

Each agent gets a custodial Base EOA. Deposit USDC, the agent executes 0x swaps when its triggers fire — 24/7.

Stop anytime

Pause, resume, or sweep funds back to your main wallet whenever you want. You stay in control.

Stop watching charts. Let an agent do it.

$10 in USDC and a one-line idea is all you need to ship your first agent today.