Tradecraft is
live on Base.
The complete infrastructure for automated trading and signal monetization, now executing onchain on the Base L2.
> build automatedcrypto strategies.execute live.
The complete infrastructure for automated crypto trading and signal monetization on Solana and Base. Trade your Telegram, Discord, or webhook signals.
strategies react.
Real-time market flow, scored with the same signal metrics that power Tradecraft.
turn flow into
signals.
A visual rule engine for live market flow. Build decision trees from market, wallet, and momentum conditions that route tokens to signal or discard.
signals become
trades.
JavaScript strategies turn matched signals into position sizing, risk controls, and staged exits. Signal Lab finds the setup; your strategy decides how to trade it.
1function strategy({ signal, position, market }) {2if (!position && signal.score >= 72) {3return buy({ size: 0.35, reason: 'signal confirmed' });4}56if (position.pnl >= 0.8 && !position.tp1) {7return sell({ size: 0.33, reason: 'take profit 1' });8}910if (position.pnl >= 1.8 && !position.tp2) {11return sell({ size: 0.50, reason: 'take profit 2' });12}1314if (position.pnl <= -0.35) {15return sell({ size: 1.0, reason: 'risk stop' });16}1718return hold({ reason: 'runner still valid' });19}
from sources
to trades.
Telegram, Discord, API, and marketplace feeds stream into Signal Lab. Matched signals flow downstream into strategy code; the rest are filtered out. One pipeline, one story.
the market doesn't sleep.
neither do your strategies.
Automated 24/7 execution on Solana and Base, and everything you need around it to build, test, watch, and improve.
request
beta access.
Early access participants help shape the development of Tradecraft.finance. Selected applicants are notified by email.
- [✓]early adopter pricing
- [✓]priority support
- [✓]access to premium features