alchemy-cost-tuning
Installation
SKILL.md
Alchemy Cost Tuning
Overview
Alchemy pricing is based on Compute Units (CU). Different API methods have different CU costs. Optimize by caching, batching, choosing cheaper methods, and right-sizing your plan.
Plan Comparison
| Plan | CU/sec | Monthly CU | Price | Best For |
|---|---|---|---|---|
| Free | 330 | 300M | $0 | Dev/prototyping |
| Growth | 660 | 1.2B | $49/mo | Small dApps |
| Scale | Custom | Custom | Custom | High-traffic apps |
CU Cost Reference (Top Methods)
| Method | CU | Optimization |
|---|---|---|
eth_blockNumber |
10 | Cache 12s (1 block) |
Related skills