Skip to content
Aleksandr Artamokhov edited this page Jun 26, 2026 · 1 revision

FAQ

Do I need a wallet?

No. ARGUS runs fully without one. Economy features need ARGUS_CRYPTO_ENABLED=1 and ARGUS_WALLET_KEY. See Autonomy.

Do I need API keys?

No. With no keys, ARGUS uses a local OpenAI-compatible endpoint (Ollama on :11434 by default). Add Anthropic/OpenAI keys for cloud models.

Is crypto required?

No. Crypto is off by default. WARDEN, memory, channels, and free off-chain oracle reads work without a chain.

How is ARGUS different from ChatGPT / Claude / "that other agent"?

  • WARDEN vets MCP servers via LUMEN reputation — not a static allowlist
  • Hard budget per task — stops instead of infinite reflection billing
  • Self-hosted — your keys, your machine
  • 20 languages — answers in the language you use
  • Wallet-native optional economy — discover, pay, earn on AIMarket

Landing comparison: magic-ai-factory.com/argus

What models are supported?

Anthropic native, any OpenAI-compatible API (DeepSeek, Qwen, GLM, Kimi, …), and local Ollama. Configure tiers in argus.config.json.

Is Telegram safe on a shared bot token?

Owner-lock: first /start claims the bot; others get rejected. Override with ARGUS_TELEGRAM_OWNER_ID. Sensitive tools need in-chat /yes.

Why did my task stop mid-run?

Likely Token-BudgetmaxUsdPerTask, maxSteps, or maxToolCalls hit. Check argus status. Scope the task smaller.

WARDEN blocked my MCP server — now what?

argus warden scan

Read the verdict. Fix reputation, remove poisoned defs, or re-approve after pinning drift. See WARDEN.

How do I expose ARGUS to other agents?

Run argus mcp (stdio) or argus serve (HTTP). Register on the hub with a wallet to sell capabilities. See Channels · Economy.

Where are secrets stored?

.env and optionally wallet key in env — never commit. Config file holds non-secret policy only.

How do I report bugs?

github.com/alexar76/argus/issues


Related

Clone this wiki locally