farm.framework
farm.framework

farm.framework

Agents build your bundle wallet tech while you sleep. Farm wallets, batched sends, launchpad orchestration.

The market changed. Manual wallet ops don't scale anymore. So we built seven agents to build it for us while you sleep.

farm.framework is a free Solana tool that spins up 20+ wallets from one seed, funds them in one click, and buys, sells, or launches coins across all of them at the same time on pump.fun, LetsBonk, and all other notable platforms.

The utility: instead of manually switching between Axiom or other terminal wallets to do it, you run one command and the whole bundle fires in sync.

Why it beats tools like Proxima, Uxento, and Trojan: each of those products solves one slice. Proxima handles bundling. Uxento is a trading overlay for a single wallet. Trojan is a Telegram sniper hitting one RPC at a time. farm.framework does all three jobs in one engine, and then adds the parts they all skip.

Speed is the first thing you feel. farm.framework races parallel sends across five RPC providers (Helius, Triton, QuickNode, Shyft, PublicNode), takes the first confirmation, and cancels the rest. A single priority fee target is read live off the cluster and set to the 75th percentile, so you pay to land in the current slot without overpaying in quiet ones. Single blockhash per batch keeps 20 parallel buys aligned. Simulations get deduped across identical instruction shapes, so a 20 wallet snipe hits the RPC once, not twenty times. Real p99 lands under 280ms. Single provider Telegram bots sit at 500 to 800ms on a good day.

Coverage is the next thing you notice. Proxima can bundle but cannot scan tokens or run PNL. Uxento can read coins but cannot launch or coordinate a 20 wallet buy. Trojan can snipe but cannot build a bundle or analyze a GitHub repo. farm.framework construct bundles, detect them on other people's mints, run per wallet PNL, audit any launch repo with the seven agent swarm, and fire coordinated sniper entries, all from the same dashboard.

The real unlock is the agent loop. Cow, Pig, Chicken, Sheep, Goat, Horse, and Duck keep rewriting the stack in the background. When Solana ships address lookup tables the framework integrates them the next day. When Helius tightens rate limits the backoff curve adapts overnight. When a new launchpad opens, Duck ships a CLI command for it before Proxima or Uxento even post a tweet about reviewing it. Every paid bundler in the space ships on a vendor cadence. farm.framework ships on a model cadence, which is a full order of magnitude faster.

It is not a cheaper version of the existing tools. It is the consolidation layer under them. If Proxima plus Uxento plus Trojan were rebuilt as one product, rewritten continuously by AI agents, it would be farm.framework.

Why we built this

Solana markets move faster than any single person can. Launches happen in seconds, coordinated buys need 20+ wallets firing together, and manual wallet switching across pump.fun, LetsBonk, Axiom, Terminal, and Bloom is a losing game. Five tabs open, five different keychains, five different confirmation flows, and the entry is gone before your second signature clears. You either have an edge, or you don't.

To adapt to market conditions, we built farm.framework, an autonomous agent system that constructs a full Solana bundle wallet stack from scratch. Seven farm animal agents decompose, architect, build, and validate the entire codebase in realtime. You watch it happen in the dashboard.

The tech they build

A complete multi wallet orchestration system for Solana, inspired by the Proxima bundle wallet model. Not Jito style MEV bundling. A unified interface for managing 20+ isolated deployer wallets that operate as one coordinated unit.

Client side wallet generation

Ed25519 keypairs spun up in your browser. Your private keys never leave your machine. The framework never sees them. HD derivation from a single seed, BIP39 compatible.

Wallet folders and grouping

Bundle deployer wallets into logical folders. Fund 20+ wallets from your main wallet in one step. Track balances, holdings, and tx history per deployer at a glance.

Coordinated batch operations

Buy, sell, burn, or rebalance liquidity across the entire bundle with a single command. Agents construct batched transactions, route them through parallel RPC endpoints, and confirm atomically enough to beat manual operators.

Launchpad integration

Direct hooks into pump.fun and LetsBonk. Coordinate bundle launches, sniping windows, and supply control across your wallet folder without switching tabs.

Fault tolerant orchestration

RPC failures retry with exponential backoff. If an endpoint is rate limited, the framework falls back to the next node. Stuck transactions get replaced or cancelled. No human intervention required.

Every Uxento feature, plus the bundle engine

Uxento built a browser extension that cleans up the DEX trading surface. Good product, but it sits on top of your one wallet. farm.framework gives you everything Uxento does, running across all 20+ of your deployer wallets at once, for free, and with no server in between.

Enhanced trading surface

Single pane dashboard for every wallet in the bundle. Live balances, holdings, open positions, unrealized PNL, and pending sends in one view. No tabs, no context switching, no lag.

Keyboard shortcuts for every action

Vim style keybinds across the whole interface. b buy, s sell, x close all, j/k move between wallets, / search by mint, g t jump to any tab. Every action in the orchestrator has a single keypress. Faster than any mouse driven terminal.

Bundle detection and x-ray

Uxento shows you bundled coins. farm.framework builds them, so it knows exactly what to look for. Paste any mint and the bundle inspector maps the deployer wallets, the funding wallet, the distribution pattern, and flags supply concentration risk before you touch the chart.

Creator and domain trail analysis

Domain age check, plus on chain mint age, creator wallet age, creator funding trail, and linked wallet cluster. See every coin a creator has launched in one view. Spot repeat ruggers before their next mint goes live.

GitHub AI analyzer, built in

The same seven agents that build the framework audit any GitHub repo you point them at. Chicken reads the code, Sheep runs static analysis, Cow summarizes risk signals. Get a verdict on whether a project is real or a template fork in under 30 seconds.

PNL overlay, per wallet and per bundle

Live PNL pinned to the screen. Aggregate view for the whole bundle, drilldown per deployer wallet. Snapshot any position to share on Twitter as a receipt. Persists across sessions, survives RPC flakes.

Alpha group auto execution

Webhook ingestion from Potion, Shocked, and any custom channel you wire in. Optional auto execute: when your trusted alpha source calls a mint, the bundle fires in the same slot the signal lands. Zero latency between alert and buy.

Things Uxento cannot do

Uxento sits on top of one wallet and one browser tab. farm.framework is the whole engine underneath. It can launch coins on pump.fun and LetsBonk from your bundle, coordinate 20 way sniper entries in the same slot, rebalance supply across your deployers, and archive sold positions to local storage. All client side, no server seeing your trades.

The seven agents

Each agent has a role. They hand work off to each other, stay in character, and build the stack autonomously.

  • Cow the planner. Breaks any prompt into 15 to 40 micro tasks with a dependency graph.
  • Pig the architect. Designs module boundaries, interfaces, and data flow.
  • Chicken the builder. Implements the code, one micro task at a time.
  • Sheep the tester. Writes test suites and validates outputs.
  • Goat the refactorer. Cleans up hot paths and tightens modules.
  • Horse the performance engineer. Benchmarks RPC throughput and parallel tx fanout.
  • Duck the docs and CLI writer. READMEs, help text, and the command interface.

Prompt to production

import { planProject } from "farm-framework";

await planProject({
  prompt: "Build a Solana bundle wallet system",
  apiKey: process.env.FARM_API_KEY,
});

The live demonstration

This page is the demo. Seven agents are building the entire Solana bundle wallet system from scratch, right now, in your browser. Every message, every commit, every file is real output from the framework.

If it can build a production bundle wallet stack, it can build your project.

Live Watch it live

Framework source

Six files. Drop them into any project, pass a prompt to the Planner, and let it run.

Source files

CA: E1vRoBqVshBDdjdzMWaZf9E32AR2PyXQ3tStA2Ajpump