with one click
automated-market-makers
// Automated Market Makers workflows for quantitative research, implementation, and production controls. use when tasks involve pool invariant behavior, concentrated liquidity, and rebalancing cost.
// Automated Market Makers workflows for quantitative research, implementation, and production controls. use when tasks involve pool invariant behavior, concentrated liquidity, and rebalancing cost.
Algorithm selection efficient frontier workflows for choosing execution algorithms based on cost-risk tradeoffs and order difficulty. use when tasks involve selecting between execution algos under explicit utility constraints.
Algorithmic Trading DMA Handbook workflows for quantitative research, implementation, and production controls. use when tasks involve algorithmic and trading workflows in production trading systems.
Alpha Ensemble workflows for quantitative research, implementation, and production controls. use when tasks involve signal purity, crowding risk, and implementation cost drag.
Alternative Data Pipeline workflows for quantitative research, implementation, and production controls. use when tasks involve schema contracts, freshness tracking, and lineage completeness.
Arbitrage-free derivatives pricing workflows for consistent discounting, forward construction, and no-arbitrage valuation checks across asset classes. use when tasks involve production valuation models and pricing control frameworks.
Asset Management workflows for quantitative research, implementation, and production controls. use when tasks involve mandate constraints and benchmark-relative allocation decisions.
| name | automated-market-makers |
| description | Automated Market Makers workflows for quantitative research, implementation, and production controls. use when tasks involve pool invariant behavior, concentrated liquidity, and rebalancing cost. |
Execute automated market makers work with reproducible research, explicit controls, and deployable outputs.
python scripts/automated_market_makers_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.references/automated-market-makers-playbook.md with assumptions, tests, limits, and rollout plan.scripts/automated_market_makers_diagnostics.py for deterministic diagnostics.references/automated-market-makers-playbook.md for the domain-specific checklist and delivery structure.