Multi-wallet automation Nonce-safe queue Gas-aware rules

Farm MQT locally — automate many wallets safely.

Batch claims, compounding, and routine ops across multiple wallets with a local transaction queue. Use an encrypted vault file generated offline. No keys are stored on servers. Signing happens on your device.

✅ Non-custodial ✅ Encrypted vault ✅ Optional offline mode ✅ Exportable logs

What you get

All wallets + positions in one dashboard, plus a reliable tx queue for batching automation.

Designed for power users

Import many wallets from an encrypted vault file. Group, tag, and run rule-based actions with pacing.

Trust-first workflow

Generate vault offline → run locally → review tx previews → sign locally → broadcast via RPC.

How it works

Simple flow, strong security posture
1
Generate an encrypted vault (offline)

Create a vault file on an offline tool using a passphrase. Store the vault JSON locally. (No server upload, no telemetry.)

2
Run the Local Runner

Import the vault file, load wallets, and pull position data directly from the network via RPC. Organize wallets with tags and groups.

3
Automate with controls

Queue transactions with pacing, gas-aware checks, and previews. Sign locally, broadcast, and track status (confirmed / failed / retry).

Features

Everything you need for multi-wallet farming
Dashboard + earnings
  • Per-wallet and total earnings
  • Daily snapshots & trends
  • Position status, timers, expirations
Automation engine
  • Batch actions across wallet groups
  • Nonce-safe queue + retries
  • Pacing / windows / random delays
Cost + safety controls
  • Gas estimation and “skip if not profitable” rules
  • Transaction previews before signing
  • Logs + exportable audit trail

Security model

Explain it clearly, earn trust
Non-custodial by design

Vault encryption and transaction signing happen on your device. The app does not store or receive keys on a backend. Network access is only to your configured RPC endpoints.

Recommended setup: pinned builds + checksum verification, and use an encrypted vault file created offline.

Important

Never paste a seed phrase into any random website. Use the offline vault generator and verify checksums. Consider hardware signing or session keys if available for your setup.

What is an “offline vault”?

A local JSON file containing encrypted wallet material (seed/private key). It’s encrypted with a passphrase and can’t be used without it. The vault is meant to be generated on an offline tool and stored locally.

How do you protect against malicious updates?

Use pinned versions (no “latest”), publish checksums, and verify integrity. Prefer a downloadable Local Runner or offline-capable build.

Can I rotate or revoke?

Yes. Create a new vault, migrate wallets, and revoke token approvals as needed. Keep wallet groups small to reduce blast radius.

FAQ

Answer objections upfront
Why not WalletConnect?

WalletConnect is great for single-wallet UX. This tool is designed for multi-wallet automation and batching, where importing a local encrypted vault is more practical.

Do you ever receive my keys?

No. Vault generation and signing happen locally. The only outbound requests are to your RPC endpoints for chain reads/writes.

What if I want maximum security?

Use hardware signing (where supported), or delegated session keys / smart contract wallet permissions. Keep vaults small and rotate regularly.

Can I run offline?

You can generate the vault offline. The runner needs network access to read chain state and broadcast transactions, but can be run from a local bundle/localhost UI with no backend.