TORKO / FIELD GUIDE

Know the controls.

How to use TORKO, what works today,
and what’s on the workbench.

01 / Quick start

  1. Open the console. No account or wallet is needed for a command preview.
  2. Type a command. Start with swap 0.1 SOL to USDC.
  3. Review the details. Check the input amount and the complete token mint addresses.
  4. Get a live quote. TORKO requests an informational route from Jupiter. Prices change and quotes expire.
  5. Choose your next step. Open the token pair on Jupiter to trade there. TORKO does not sign or execute the transaction.
Try a command

02 / The command language

The current parser supports a precise set of plain-language commands. It rejects ambiguous amounts and unknown ticker symbols. For a new token, use its full Solana mint address.

swap 0.1 SOL to USDC

Exact-input swap preview and live quote.

buy 0.1 SOL of BONK

Spend a stated amount of SOL to buy a known token.

sell 25% BONK for SOL

Percentage-sale intent preview only. Percentage quotes are not enabled in this version.

send 0.05 SOL to <address>

Preview a direct transfer. Replace <address> with a valid Solana address. Transfers are not executed.

balance

Connect a supported wallet to check its public SOL balance.

help

Show command guidance.

Supported ticker aliases are SOL, USDC and BONK. Tickers can be duplicated on-chain. Always verify the mint; a familiar name is not proof of authenticity.

03 / Wallet control

TORKO can connect to Phantom, Solflare and Backpack when their providers are available in your browser. Connection shares a public address. This version requests no transaction signature, stores no seed phrase and cannot move funds.

Balance requests read public Solana mainnet data. Public RPC providers may rate-limit requests. If a balance or quote cannot be verified, TORKO shows an error instead of substituting example data.

Quotes are estimates. Market movement, liquidity, slippage, network fees, token transfer fees and route changes can affect the final result. Check the final transaction in the application where you execute it.

04 / What works today

Command parsing and previews
Available
Jupiter live swap quotes
Available, subject to provider limits
Wallet connection and SOL balance
Available with a supported wallet
Transaction execution in TORKO
Not enabled
X and Telegram command bots
Planned
Trading on active Pump bonding curves
Direct integration planned
Send to handles, DCA and limit orders
Planned

The device shown on the website is TORKO’s concept identity, not a physical product for sale. TORKO is independent and is not endorsed by Solana, Jupiter or Pump.fun.

05 / $TORKO launch notes

TORKO is planned to launch on Pump.fun on Solana. The name and ticker are proposed. No official mint, launch time, token allocation, protocol fee or buyback policy has been published.

We will publish the verified full mint address and the corresponding Pump.fun page here when a launch has actually occurred. Until then, there is no official $TORKO token to buy.

The product does not promise returns, token price support or automated burns. Pump.fun creator fees and product revenue are separate flows; any future policy needs its own published terms and on-chain accounting.

06 / Under the hood

TORKO uses a deterministic command parser. Live quote data comes from the Jupiter Swap API; wallet balances come from Solana RPC. The original concept was researched from Wire’s public product and docs, with TORKO’s brand and interface developed independently.