A comprehensive guide to algorithmic trading on Solana using Solisp, a LISP dialect designed for blockchain automation and on-chain program development.
| Format | Link | Description |
|---|---|---|
| Download PDF | Best for printing and desktop reading | |
| EPUB | Download EPUB | For e-readers (Kobo, Apple Books, etc.) |
| MOBI | Download MOBI | For Kindle devices |
- Introduction to Algorithmic Trading - History, market structure, strategy types
- Domain-Specific Languages for Finance - Why LISP for trading
- Solisp Language Specification - Complete language reference
- Solisp to sBPF Compilation - On-chain program development
- Data Structures for Financial Computing - Time-series, order books, market data
- Functional Programming for Trading - Pure functions, immutability, concurrency
- Stochastic Processes and Simulation - Brownian motion, Monte Carlo
- Optimization in Financial Engineering - Portfolio optimization, calibration
- Time Series Analysis - Technical indicators, signal processing
- Backtesting Framework - Historical simulation, performance metrics
- Pairs Trading and Statistical Arbitrage - Cointegration, spread trading
- Options and Volatility Trading - Greeks, volatility surfaces
- AI and Sentiment Trading - NLP, social signals
- Machine Learning for Price Prediction - Deep learning, feature engineering
- PumpSwap Token Sniping - New token detection, graduation tracking
- Memecoin Momentum Trading - Social velocity, volume patterns
- Whale Copy Trading - Wallet monitoring, position replication
- MEV and Bundle Sniping - Jito bundles, priority fees
- Flash Loan Strategies - Atomic arbitrage, liquidations
- Liquidity Pool Sniping - LP creation detection, optimal entry
Solisp is a LISP dialect designed for Solana blockchain development. It features:
- S-expression syntax for code-as-data
- sBPF compiler for on-chain Solana programs
- Built-in blockchain primitives (accounts, PDAs, CPIs)
- Functional paradigm ideal for trading strategies
- Formal verification via Lean 4 integration
Learn more: github.com/openSVM/solisp
# Install mdBook
cargo install mdbook
# Clone the repository
git clone https://github.com/openSVM/solisp-book.git
cd solisp-book
# Build the book
mdbook build
# Serve locally with live reload
mdbook serve --openContributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-chapter) - Commit your changes (
git commit -m 'Add amazing chapter') - Push to the branch (
git push origin feature/amazing-chapter) - Open a Pull Request
This book is released under the MIT License.
- The OpenSVM team for developing Solisp
- The Solana community for building an incredible ecosystem
- All contributors and reviewers
OpenSVM - Building the future of on-chain intelligence