Trade flork from
your agent
A CLI + agent skill to create tokens, quote, buy, sell and transfer on flork.fun β Solana's fair-launch launchpad β without leaving your agent workflow. Your key stays local and signs on your machine.
Launch tokens
Create a coin with logo + metadata on the Meteora bonding curve, with an optional anti-frontrun first buy β one command.
Buy & sell
Quote and execute trades in SOL or USDC against the curve. Slippage and priority fee under your control.
Transfer
Move SOL or any SPL token between wallets. The recipient token account is created if needed.
Read the market
Trending, search, token detail, the points leaderboard and the current King of the Hill β as clean JSON.
Install
npm install -g @flork/ai@latestThen set your key in a local .env:
SOLANA_PRIVATE_KEY=your_key_here # base58 or JSON byte arrayRead commands need no key. Try:
flork koth
flork list --sort volume --limit 10
flork token <mint>Launch a coin
One command β mint, pool and (optional) first buy in the same transaction:
flork create \
--name "DOGFLORK" --symbol DOGFLORK \
--image ./logo.png --quote sol \
--initial-buy 0.5 --twitter https://x.com/yourhandleWorks with your agent
Add the skill and just ask in plain language β βlaunch DOGFLORK with this logo and ape 0.5 SOLβ.
Your key stays yours
The private key never leaves your machine and is never logged β only the signed transaction goes to the RPC. Use a burner wallet with only what you're willing to trade. Mainnet, real funds, unaudited (MIT). Not financial advice.