Overview
Decision Economic Optimizer is a specialized API service for programmatic LLM model selection under budget and quality constraints. It provides deterministic recommendations with fallback plans for resilience, using a novel pay-per-use model with outcome-driven discounts.
Core Functionality
The skill operates through two primary endpoints:
POST /decision/optimize: Returns a recommended LLM model based on natural language goals, cost constraints, and quality thresholdsPOST /decision/outcome: Reports execution results to earn credit tokens (~50% refund on future requests)
The pricing model uses HTTP 402 Payment Required responses, requiring exact USDC transfers ($0.01 per request) verified on-chain across multiple EVM networks (Base, Ethereum, Arbitrum, Optimism, Avalanche).
Notable Advantages
1. Deterministic, auditable decisions: Each recommendation includes a decision hash and scoring breakdown, enabling reproducibility and debugging
2. Fallback planning: Automatically generates ordered backup options when primary choices fail
3. Outcome-driven economics: Reporting actual execution results earns credits that reduce future costs, creating incentive alignment
4. Multi-chain support: Flexible payment across 5 major L1/L2 networks
5. Comprehensive security documentation: Extensive guidance on wallet isolation, address verification, and risk mitigation
Significant Limitations & Risks
1. Credential sensitivity: Requires WALLET_PRIVATE_KEY or equivalent, creating irreversible exposure if mishandled
2. Autonomous payment authority: No per-transaction approval; agent can spend up to wallet balance without confirmation
3. T3 source credibility: Personal developer (zapkid) without organizational backing or established track record
4. Fixed cost per request: $0.01 may be expensive for high-volume use compared to aggregated API pricing
5. No code auditability: Pure Markdown skill with no executable code to inspect (T-MD classification)
Suitable Users
- AI infrastructure teams building cost-optimization layers over multiple LLM providers
- Developers needing deterministic, explainable model selection with fallback resilience
- Organizations comfortable with cryptocurrency micropayments and self-custody wallet management
- Experimenters willing to accept T3 risk level for novel economic mechanisms
Not suitable for: Users requiring enterprise SLAs, those uncomfortable with crypto payments, or high-volume applications where $0.01/request exceeds alternative pricing.
Risk Assessment
| Factor | Level | Notes |
|--------|-------|-------|
| Financial exposure | Medium | Bounded by dedicated wallet limits, but irreversible if compromised |
| Source trust | Medium | T3 developer, no organizational backing |
| Operational complexity | Medium | Requires EVM wallet management, gas tokens, multi-source verification |
| Privacy | Low | Minimal PII exposure; payment addresses are public |
The skill implements mandatory multi-source verification (.well-known endpoint, API documentation, ENS) for payment addresses, mitigating a critical attack vector. However, the fundamental trade-off remains: convenience of autonomous operation versus trust in the agent with signing capability.