Chipa · Solana trading infrastructure

The console for people who build their own bots.

Python SDK, forkable strategies, AI-assisted compilation, and managed hosting — open source at the core, auditable all the way down.

Open sourceCommunity drivenAI powered
4,300+
Builders
MIT
Core license
$120
Custom builds from
4.8
Course rating
ChipaFlow

A language built for strategies

Write your strategy in ChipaFlow — exact-decimal math, crossover operators, and indicators as first-class values — then compile it into a running bot.

  • Exact decimal floats — 0.1 + 0.2 == 0.3, always
  • Crossover operators built into the language
  • One source compiles to spot or binary targets
  • Backtest against historical candles before it trades
strategy.chipa
#! Golden cross with an RSI filter.

let fast = Sma(9);
let slow = Sma(21);
let rsi = Rsi(14);

func main(candle: Candle, ctx: Context) -> TradeAction {
    # One open position at a time.
    if ctx.position() != 0.0 { return Hold; };

    if fast >^ slow && rsi < 70.0 { Buy }
    else if fast <^ slow { Sell }
    else { Hold }
}
Open source

Built in the open

The core is MIT licensed and developed in public. Read the source, file an issue, or ship a strategy other people can fork.

AxiomTradeAPI

Python SDK for Solana trading automation — the flagship open-source project.

PRPL Token

Solana SPL token with a lottery mechanism, used across the ecosystem and community programs.

Level up

Learn it, or have us build it

Courses

Four courses from beginner to advanced, taught by the team that builds the tools. From $49, with lifetime access and free updates.

4,300+ STUDENTS · 4.8 AVGBrowse courses

Custom bot development

Bring the strategy; we build it, test it, and hand over full source ownership. Three tiers, one to three week delivery.

FROM $120 · HOSTING $15/MOSee packages
Builders

Trusted by 10,000+ developers

See what our community has to say about building with Chipa

"The AI Assistant saved me dozens of hours. I built a complete trading bot in under 30 minutes. Absolutely game-changing!"

Saved 40+ hours
AT
Alex Thompson
Full-Stack Developer

"AxiomTrade API is incredibly reliable. Real-time data, easy integration, and excellent documentation. Best Solana SDK out there."

$15K+ automated
SC
Sarah Chen
Crypto Trader

"Community marketplace is brilliant. I've sold 50+ bots and the 10% commission is more than fair. Great passive income!"

50+ bots sold
MR
Marcus Rodriguez
Bot Developer

"Chipa's tools helped us launch our product 3x faster. The AI code generation is incredibly accurate and the support is top-notch."

3x faster launch
EW
Emma Wilson
Startup Founder

"Best investment I've made. The Pro plan pays for itself within days. API is blazing fast and the bot hosting service is rock-solid."

99.9% uptime
DK
David Kim
Automation Engineer

"Open-source tools are exceptional quality. Contributing to the community and learning from others has been invaluable."

100+ contributions
LM
Lisa Martinez
DeFi Developer
10K+
Active users
99.9%
Uptime
500+
Bots created
4.9/5
User rating

Ready to build?

Join a community of developers using open tools and AI-assisted workflows to automate their trading.