AlphaWolf is an RSI-driven AI trading agent that makes autonomous trading decisions without human intervention. We built it as part of the AI Agent Economy open-source stack.
Kraken CLI launching as an open-source single-binary execution layer is exactly what AlphaWolf needs. We want to propose an integration and get your input on feasibility.
Proposed Integration
AlphaWolf (RSI signal engine) + Kraken CLI (order execution) + agent-wallet-sdk (non-custodial budget enforcement) + AgentPay MCP (payment tracking)
The pattern:
- AlphaWolf RSI signal fires -- decision: BUY/SELL
- AlphaWolf checks budget via agent-wallet-sdk SpendingPolicy before executing
- AlphaWolf calls Kraken CLI as subprocess to place the order
- AgentPay MCP logs the transaction with a structured audit trail
This keeps the execution layer clean and open-source end-to-end. No managed SDK, no custodial intermediary.
Questions for Your Team
- Does Kraken CLI support WebSocket streaming for BTC perpetual contracts? (AlphaWolf runs on real-time price feeds)
- What auth model does Kraken CLI use -- API key, OAuth, or something else?
- Is there a developer docs link beyond the README? We want to assess the subprocess invocation interface before building.
Our Stack
Happy to share our integration findings publicly and contribute docs or examples back to this repo once the evaluation is complete.
AlphaWolf is an RSI-driven AI trading agent that makes autonomous trading decisions without human intervention. We built it as part of the AI Agent Economy open-source stack.
Kraken CLI launching as an open-source single-binary execution layer is exactly what AlphaWolf needs. We want to propose an integration and get your input on feasibility.
Proposed Integration
AlphaWolf (RSI signal engine) + Kraken CLI (order execution) + agent-wallet-sdk (non-custodial budget enforcement) + AgentPay MCP (payment tracking)
The pattern:
This keeps the execution layer clean and open-source end-to-end. No managed SDK, no custodial intermediary.
Questions for Your Team
Our Stack
Happy to share our integration findings publicly and contribute docs or examples back to this repo once the evaluation is complete.