Skip to content

Integration with AlphaWolf / agent-wallet-sdk: Spending Limits + Non-Custodial Wallets #11

@up2itnow0822

Description

@up2itnow0822

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:

  1. AlphaWolf RSI signal fires -- decision: BUY/SELL
  2. AlphaWolf checks budget via agent-wallet-sdk SpendingPolicy before executing
  3. AlphaWolf calls Kraken CLI as subprocess to place the order
  4. 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

  1. Does Kraken CLI support WebSocket streaming for BTC perpetual contracts? (AlphaWolf runs on real-time price feeds)
  2. What auth model does Kraken CLI use -- API key, OAuth, or something else?
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions