Resources
Glossary
Canonical definitions for recurring terms used throughout Stacking Sats documentation.
Use this glossary as the canonical source for core docs terms.
App onboarding (new users)
- Sign in and open
/profile. - Set plan inputs (dates, budget).
- Generate a personal API token and configure your AI agent with
Authorization: Bearer <token>. - Your AI agent calls
GET /api/v1/agent/signalon the schedule you define; you execute trades on your exchange or venue. Stacking Sats does not custody funds.
See Quick Start.
DCA
Dollar-Cost Averaging: fixed-amount buying on a recurring schedule.
Uniform DCA
A DCA strategy that keeps each scheduled contribution equal.
Dynamic Multiplier
A model output that scales the uniform baseline allocation up or down while preserving budget constraints over the window.
Signal Weight
The effective daily scaling value applied to the baseline allocation.
SPD (Sats per Dollar)
Satoshis obtained per dollar invested; the core backtest performance metric.
Percentile (SPD Percentile)
A normalized SPD rank within a given window, where 0% is the worst and 100% is the best window timing outcome.
Win Rate
Share of tested windows where dynamic strategy SPD outperforms uniform SPD.
Model Score
A composite benchmark combining win rate and exponentially decayed percentile.
AI agent
Any automation or service you run and configure with a personal API token from Stacking Sats (for example OpenClaw, a custom script, or a hosted workflow) that calls the Agent API to pull daily DCA weights and execute trades on the user's preferred platform.