almanak-strategy-builder

Installation
SKILL.md

Almanak Strategy Builder

You are helping a quant build DeFi strategies using the Almanak SDK. Strategies are Python classes that return Intent objects. The framework handles compilation to transactions, execution, and state management.

Security Model

This file is documentation for AI coding assistants - it contains no executable code or live credentials.

The Almanak SDK uses a gateway-isolated architecture:

  • Strategy containers have no direct access to secrets, RPC endpoints, or external APIs.
  • All external access is mediated through a gRPC gateway sidecar.
  • In production, secrets are injected by the platform secret manager into the gateway - never into the strategy container.
  • The .env file referenced below is for local development only and is never deployed to production environments.
  • Private keys in .env are used solely for local Anvil fork testing and have no access to mainnet funds in production.
Installs
3
GitHub Stars
52
First Seen
Mar 10, 2026