MinaraSelf-evolving · General-purpose · Finance-native

Run your own Wall Street.

Minara Agent is a self-evolving, general-purpose AI agent, built for digital finance. It runs deep financial analysis, automated workflows, and autonomous trading across spot, perps, DeFi, equities, commodities, and FX.

curl -fsSL https://raw.githubusercontent.com/minara-ai/minara-agent/main/scripts/install.sh | bash
Install nowRead the docs View on GitHub

Why Minara

Six reasons Minara is different.

01

A general agent, built for global financial markets.

One agent for finance, not a single-trick bot. It researches, analyzes, and trades across the world's markets, and it learns from how its past calls turned out, so it gets better the more you use it.

02

Finance-native, from research to execution.

Research, scheduled tasks, and hands-off trading across crypto, stocks, commodities, and currencies. Whatever you trade, it all runs through one agent that remembers your context and applies the same safety checks.

03

Quant-desk power, without the quant desk.

The kind of edge that used to live inside big trading firms. Describe a strategy in plain English, test it on past data, and let Minara run it for you. Everything is open and auditable.

04

Tuned to how you actually trade.

Minara builds a picture of how you actually trade: how much risk you take, your past trades, the calls you got right and the ones you didn't. You can adjust it all, so its judgment matches your style and your track record.

05

Safe by construction.

Safety is built in, not bolted on. Every action has a permission level, anything that moves money shows you the exact order and waits for your OK, and a single stop button halts the agent instantly.

06

Private by design.

Roadmap

Connect your own model today, so your data never leaves your control. Coming soon: run everything on your own device for fully private trading.

Open-box

200+preset tools
40+built-in skills
4permission tiers

Registered, permission-tiered, and ready to call on first boot. No glue code, no tool shopping.

Browse the skill catalog

Safety

No private keys. No surprise trades.

  • Permission tiers
    READ_ONLY · CONFIRM_ONCE · ALWAYS_CONFIRM · MANUAL_ONLY are stamped onto every tool at registration. A pre-call hook gates Tier 3+ on autonomous turns unless the operator has flipped autopilot on.
  • Echo-back confirmations
    Every fund-moving handler runs a simulate, prints the resolved order, and waits for an explicit `confirm` before touching the wire. The only escape hatch is MINARA_SKIP_FUND_CONFIRM — documented and off by default.
  • Kill switch is a tool
    Toggle it from the REPL with /kill, from the autopilot dashboard, or set MINARA_KILLSWITCH=1 at boot. The agent can read it but operators always override.
  • No custodial access
    Trade execution flows through your Minara account credentials. Private keys live in your wallet, never in the agent's memory or audit log.