Sally
SALLY
Sally v2.1 · live on Base + BSC

MEET SALLY.
YOUR ONCHAIN TRADING STACK.

A cross-DEX router spanning V2 · V3 · V4 · CL · Stable pools across Base + BSC, a real buy → sell honeypot simulator, live analytics, and on-chain governance with a 48h timelock. Every contract sits at the same address on both chains — and you can verify each one on the explorer right now. Refer a friend and earn 50% of the protocol fee on their swaps.

Non-custodialVerifiable on-chain
Routes across both chains Same address on Base + BSC Earn 50% of the protocol fee
Sally
DID:0x7a3f…
online
v2.1 · BSC
BNB$CAKE$USDT$BTCB$ETH$USDC$BNB$CAKE$USDT$BTCB$ETH$USDC$
Protocol fee
live · on-chain
Chains
2
Base · BSC
DEXes routed
12
8 Base · 4 BSC
ETH price
live · CoinGecko
Protocol activity

Live on-chain stats

Indexed across Base + BSC, refreshed every 30s.

Indexed on-chain · Base + BSC
connecting…
Total Volume
all-time · USD
Total Swaps
on-chain
Fees Collected
protocol fees
Liquidity Volume
added + removed
Unique Users
wallets
Verify it yourself

Don’t trust us — check the chain.

Every core contract is deployed at the same address on Base and BSC, owned by on-chain governance behind a 48h timelock. Open any of them on the block explorer.

DexCross router
same on both chains
V2 · V3 · V4 · CL · Stable routing
0x7777D0e2…74e87777
Liquidity controller
same on both chains
pools · LP locks · referral fees
0x7777d7fF…bEbe7777
Treasury
same on both chains
protocol-fee custody
0x7777D7dC…30887777
Lens
same on both chains
read-only data aggregation
0xa28BdAAb…10E9e132
On-chain governance
OZ Governor · 48h timelock owns the router & liquidity proxies
Governor
OZ Governor · token-vote
Timelock
48h delay · owns the proxies
vSALLY
wrapped SALLY voting power

Addresses are read directly from the app's contract registry — the same ones every swap, pool, and governance action uses. Click through to read or verify any contract on the block explorer.

Live today

Eight tools, shipped and on-chain.

No waitlist, no install — these run in your browser against the live contracts right now.

01 · Trade
live
Swap

DexCross finds the best 1–3 hop route across every registered DEX and pool type on Base and BSC — no third-party router fee in the path.

  • V2 · V3 · V4 · CL · Stable pools
  • Best-route across registered DEXes
  • Live price + token safety badge
  • Slippage + price-impact guards
Open the swap →
02 · Safety
live
Honeypot checker

A real on-chain buy → approve → sell simulation, plus owner / proxy / bytecode and liquidity checks. The token you check never leaves our infrastructure.

  • Buy → approve → sell roundtrip
  • Owner · proxy · bytecode scan
  • Liquidity + LP-lock read
  • Address or symbol input
Check a token →
03 · Liquidity
live
Pools

Manage V2, V3 and V4 liquidity positions in one place — add, remove, increase, or adjust a range, including fees on locked positions.

  • V2 · V3 · V4 positions
  • Add · remove · increase
  • 1-tx range adjust
  • Locked-position fees
Open pools →
04 · Analytics
live
Live stats

Indexed on-chain on Base: volume, fees, liquidity volume and unique users, per-token leaderboards, and a treasury money-flow Sankey.

  • Volume · fees · TVL · users
  • Per-token leaderboards
  • Treasury flow Sankey
  • Refreshed every 30s
View stats →
05 · Governance
live
Governance

Wrap SALLY into vSALLY voting power and run the full OpenZeppelin Governor flow on-chain — every change passes a 48h timelock.

  • Wrap · delegate · vote
  • Propose · queue · execute
  • 48h timelock
  • OZ Governor (token-vote)
Open governance →
06 · Earn
live
Referral

Share an opaque /r/ link. Anyone who lands on it is tied to you by a sticky cookie, and 50% of the protocol fee on their swaps accrues to you — enforced on-chain.

  • Earn 50% of the protocol fee
  • Enforced on-chain
  • Opaque, tamper-resistant /r/ slug
  • Claim any time from your dashboard
Get your link →
07 · Proof
live
Locks

Shareable LP-lock proofs for any wallet or a single lock key, with unlock timelines — embeddable as a widget.

  • Locks by wallet or key
  • Unlock timelines
  • V2 · V3 · V4 positions
  • Embeddable widget
View locks →
08 · Assistant
live
Chat

A bring-your-own-key AI chat that can read on-chain data and build transaction proposals you review and sign — locked to your connected wallet’s chain.

  • Bring your own model key
  • Transaction proposal cards
  • Single-chain, wallet-locked
  • GFM markdown + tables
Open chat →
Sally
in developmentillustrative
SALLY.
sally:base:0x7a3fE2cD9aB18FfE8c4D1e6B7a91234567890aBc
IDENTITYv2.1
concept
In development · the agent

The next layer: a local trading agent.

The tools above are live today. Next, we’re building Sally the agent — a local service that holds your wallets in a KEK-encrypted keystore and signs in-process, so an LLM never sees the private key. The design: every wallet gets a tier — hot (signs autonomously), warm (manual confirm), or cold (returns an unsigned tx) — and every request passes a server-side policy gate(daily caps, slippage ceilings, allowlists, honeypot gates) that only a passphrase-gated dashboard can edit. Here’s how it’s shaping up.

3-tier custody you control
Hot wallets sign in-process · warm wallets wait for your confirm · cold wallets only ever return unsigned tx for external signing.
Lives at 127.0.0.1:7474
Binds to loopback by default. Auth is x-secret bearer with sk_live_* keys, each scoped to a wallet allowlist and a tool set.
Speaks your language
OpenClaw (JS/TS) and Hermes (Rust/Python) wrap her as MCP-callable tools — same skills, different stack. Bring your own LLM.
The policy gate comes first
Daily caps, allowlists, slippage caps, rule engine. The LLM gets read access; only the passphrase-gated dashboard can write.
In development · architecture

Three layers, one agent — keys stay on your hardware.

The planned design: Sally sits between your LLM and your wallet, entirely on your own machine.

AI
Your LLM
Claude · GPT · Llama
cloud or local
</>
OpenClaw / Hermes
LLM tool-bridge
JS/TS or Rust/Py
Sally API
127.0.0.1:7474
sk_live_* bearer
🔑
3-tier custody
hot · warm · cold
KEK keystore
Base / BSC
on-chain contracts
vanity-parity
↑ MCP tool calls · scoped per-key
🔒 policy gate · server-side
in-process signing → public chain ↓
In development · planned flow

From prompt to signed tx.

  1. 1
    Install the local service.
    One binary that runs Sally on 127.0.0.1 — your machine, your loopback, your dashboard. (CLI not shipped yet.)
  2. 2
    Pick your stack.
    OpenClaw for JS / TS, Hermes for Rust / Python — the same MCP tools and skills, different ergonomics.
  3. 3
    Provision wallets + scopes.
    From the dashboard: add wallets, set each tier (hot / warm / cold), and mint a scoped key for the LLM with a wallet allowlist and tool scope.
  4. 4
    Set the rules. Step back.
    Daily caps, profit-sweep to savings, gas-refill threshold, daily-loss kill-switch. The LLM can read them, never edit them.
sally@localhost · ~/.sallypreview
In development · dashboard preview

The dashboard you’ll get with Sally.

A passphrase-gated control panel for the agent. The LLM reads what it’s allowed to; only you can write. (Design preview.)

sally · dashboardpreview
Wallets & tiers
Hot (Sally signs in-process) · warm (manual confirm) · cold (returns unsigned tx). Per-wallet caps, allowlists, and audit trail.
KEK-encrypted at rest · zeroized after sign
Limits & allowlists
Daily caps, per-tx max, slippage ceiling, gas-ceiling, token allowlist, honeypot-required, trading-hour gates.
server-side gate · LLM read-only
Rule engine
Profit-sweep to savings, gas-refill below threshold, daily-loss kill-switch, scheduled rebalance — event-driven, atomic, LLM-uneditable.
8 triggers · 8 actions · safety guards
Holdings & PnL
Tokens Sally bought, live value, 24h / 7d change, allocation pie, on-chain risk score, fee-on-transfer flagging.
shortest-stable-path pricing
Transaction log
Every swap, LP action, rebalance, rule firing — with route, slippage, gas, and the policy reason it passed.
exportable as CSV / JSON
Audit & kill-switches
Append-only audit trail with X-Agent-Source. Four killswitches: pause-all · pause-writes · revoke-keys · drain-to-cold.
row-level security · LLM-attributed
The full stack

What’s live, and what’s next.

The on-chain layer is live and verifiable today. The local agent, its toolkits, and the desktop app are in active development — each tagged honestly below.

01 · On-chain
live
Contracts

DexCross router (V2 · V3 · V4 · CL · Stable), liquidity controller, and treasury — deployed at the same address on Base and BSC, owned by on-chain token-vote governance.

  • DexCross 1–3 hop routing
  • V2 · V3 · V4 · CL · Stable pools
  • Built-in honeypot simulator
  • vSALLY-governed, 48h timelock
Source coming soon
02 · Local service
planned
Sally API

Planned custodial trading service that runs on your machine. Holds KEK-encrypted wallets in 3 tiers, gates every call through a server-side policy, and broadcasts via in-process signing.

  • Bearer auth · scoped keys
  • Per-key wallet + tool scope
  • Append-only audit log
  • Internal-transfer rule engine
Read the spec →
03 · UI
planned
Dashboard

Planned control panel — the only place rules can be edited. Passphrase-gated, optional WebAuthn; modules for wallets, limits, rules, audit, kill-switches, and a money-flow Sankey.

  • Master passphrase + WebAuthn
  • LLM is permanently read-only
  • Kill-switches · drain to cold
  • Live WebSocket stream
Read the spec →
04 · LLM tool-bridges
planned
OpenClaw + Hermes

Planned MCP toolkits with the same surface — OpenClaw for the JS / TS ecosystem, Hermes for Rust / Python. Both authenticate with a key scoped to a wallet allowlist.

  • MCP / OpenAI tools / Anthropic tool-use
  • sally_* tool prefix in both
  • Drops into Claude Desktop · Cursor · Zed
  • Multi-LLM (Claude · GPT · Llama · Ollama)
Source coming soon
05 · Trained persona
planned
Sally Identity Pack

Planned versioned bundle injected as the LLM system prompt — a growing library of analysis skills and composed strategies, plus a curated knowledge base for Base + BSC, Slipstream, Virtuals and Bio.xyz.

  • Analysis skills · honeypot · liquidity · holders
  • Strategies · snipe · LP · arb · copy-trade
  • Knowledge base + RAG for context
  • Signed releases
Source coming soon
06 · Desktop + mobile
planned
Sniper Bot

Planned native GUI for Sally — a single Tauri 2 codebase targeting Linux, Windows, macOS and Android, with manual and autonomous snipe modes.

  • Manual + autonomous snipe modes
  • Tiered TP · trailing SL · split-buy
  • Native notifications + Telegram
  • Biometric unlock on mobile
Source coming soon
Built with guardrails

On-chain routing live · agent safety by design.

The routing, honeypot and quoting engines run today; the custody, scoping and rule-engine guardrails ship with the agent.

3-tier custody
Per-wallet hot / warm / cold. Hot wallets sign in-process; warm wait for confirm; cold only ever return unsigned tx for external signing.
DexCross on-chain routing
Own cross-DEX router spanning V2 · V3 · V4 · CL (Slipstream) · Stable pools across every registered DEX on Base and BSC — with no third-party router fee in the path.
Honeypot pre-check
Built-in eth_call simulator runs buy + approve + sell roundtrip before Sally ever spends a wei. Composite safety-score 0–100.
Default-deny scopes
Fresh sk_live_* keys carry no transfer/withdraw scope. LLMs see only the wallets you allowlist; everything else returns 403.
Profit-routing rule engine
Sweep 50% of every realized profit to savings, auto-refill gas, kill on daily-loss, sunday-rebalance. Atomic, audit-logged, LLM-uneditable.
DeFi-native quoting
Slipstream slot0 6-field decode, Virtuals factory awareness, Bio.xyz launch detection, fee-on-transfer tax discovery — first-class, not afterthoughts.
Ready when you are

TRADE SMARTER.
VERIFY EVERYTHING.

Swap across every DEX on Base and BSC, screen a token before you buy, and watch the protocol live — all against contracts you can verify on-chain. The autonomous agent is on the way; the tools are here now.

Command palette

Jump to a page or run an action