Skip to content

Commit bbe007e

Browse files
outsmartchadclaude
andcommitted
docs: refine README and description — position for agents and builders
Co-authored-by: Claude Code <noreply@anthropic.com>
1 parent c14d9f4 commit bbe007e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# outsmart
22

3-
**Buy, sell, LP, auto-manage LP positions, trade perps, create AMM pools, launch coins, and stream real-time DEX events from your terminal.**
3+
**The most complete Solana DEX toolkit for autonomous agents, bots, and builders.**
44

55
**[Documentation](https://outsmartchad.github.io/outsmart-cli/)** | **[npm](https://www.npmjs.com/package/outsmart)** | **[Discord](https://discord.gg/dc3Kh3Y3yJ)**
66

@@ -12,11 +12,11 @@ outsmart buy --dex raydium-cpmm --pool <POOL> --amount 0.1
1212

1313
## About
1414

15-
outsmart is a Solana trading toolkit that covers every major DEX protocol from a single CLI and Node.js library. It supports 18 on-chain DEX adapters (Raydium, Meteora, Orca, PumpFun, PumpSwap, and more), 2 swap aggregators (Jupiter Ultra, DFlow), 12 TX landing providers for competitive submission, a real-time event streaming engine powered by Yellowstone gRPC or standard WebSocket, and an autonomous LP manager for Meteora positions.
15+
outsmart unifies every major Solana DEX protocol into a single CLI and Node.js library. 18 on-chain adapters (Raydium, Meteora, Orca, PumpFun, PumpSwap, and more), 2 swap aggregators (Jupiter Ultra, DFlow), 12 concurrent TX landing providers, real-time event streaming via Yellowstone gRPC or WebSocket, an autonomous LP manager with auto-rebalancing and fee compounding, and a permissionless perpetual futures engine — all from one package.
1616

17-
**For traders**execute swaps, manage LP positions, launch tokens, and create perpetual futures markets without touching a browser. Stream live swap events and new pool creations to spot opportunities in real-time.
17+
**For agents**plug into [outsmart-agent](https://github.com/outsmartchad/outsmart-agent) (MCP server + 9 AI skills) and give any LLM full DeFi capabilities: swap, LP, snipe, trench, create perp markets, and farm — with survival-aware capital allocation for autonomous operation on Conway Cloud.
1818

19-
**For developers** — import `outsmart` as a library in your own bots, use the typed event stream for custom analytics, or integrate with AI agents via [outsmart-agent](https://github.com/outsmartchad/outsmart-agent).
19+
**For builders**`import { getDexAdapter, LpManager, EventStream } from "outsmart"` and ship your own strategies. Typed event streams, per-DEX vault parsing, and a unified adapter interface mean you write the logic — outsmart handles the protocol plumbing across 18 DEXes.
2020

2121
---
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "outsmart",
33
"version": "2.0.0-alpha.16",
4-
"description": "Solana trading CLI — 18 DEX adapters, 12 TX landing providers.",
4+
"description": "The most complete Solana DEX toolkit for autonomous agents, bots, and builders — 18 adapters, event streaming, LP manager, perp engine.",
55
"engines": {
66
"node": ">=20.0.0"
77
},

0 commit comments

Comments
 (0)