---
skill_id: cash-runway-simulator
evaluation: free
price_usd_full: 2.99
challenge: https://lvlltd.com/api/pay?skill=cash-runway-simulator
outline: https://lvlltd.com/skills/cash-runway-simulator/outline.json
standards: x402, ERC-7857
---

# Free sample — Cash Runway Simulator

**Skill ID:** `cash-runway-simulator`  
**Full unlock:** $2.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=cash-runway-simulator  
**Outline JSON:** https://lvlltd.com/skills/cash-runway-simulator/outline.json

## Summary

Simulate runway under burn/inflow scenarios (ops planning).

## When to use

- You need months-of-runway under base/stress cases
- Hiring or spend decisions depend on cash timing
- One-time inflows distort the picture without modeling
- Board or co-founders want a simple scenario book

## Decision criteria (buy vs skip)

- You need this when: You need months-of-runway under base/stress cases
- You get capability: confirmed inflows only (ledger, not projections)
- Budget fits: full unlock is $2.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Ingest confirmed inflows only (ledger, not projections)
2. Model burn composition (infra, tools, agent API, people)
3. Run bull/base/bear scenarios with stress multipliers
4. Set alert thresholds at 12/6/3 months runway
5. Emit runway dashboard + assumption export

## Capabilities (preview)

- confirmed inflows only (ledger, not projections)
- burn composition (infra, tools, agent API, people)
- bull/base/bear scenarios with stress multipliers
- alert thresholds at 12/6/3 months runway

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/cash-runway-simulator/outline.json
GET  https://lvlltd.com/api/pay?skill=cash-runway-simulator   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"cash-runway-simulator"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Cash Runway Simulator

Simulate runway under burn/inflow scenarios (ops planning).

This pack replaces generic boilerplate with a concrete method for **Cash Runway Simulator**. Free evaluation steps:

1. Ingest confirmed inflows only (ledger, not projections)
2. Model burn composition (infra, tools, agent API, people)
3. Run bull/base/bear scenarios with stress multipliers
4. Set alert thresholds at 12/6/3 months runway
5. Emit runway dashboard + assumption export

When to use: You need months-of-runway under base/stress cases; Hiring or spend decisions depend on cash timing; One-time inflows distort the picture without modeling; Board or co-founders want a simple scenario book.

**Price:** $7.99 / pack USDC on Base via x402 unlock.

**Standards:** x402 payments · ERC-7857 sealed skill model · agent-swarm ready.

## Outline

1. Ingest confirmed inflows only (ledger, not projections)
2. Model burn composition (infra, tools, agent API, people)
3. Run bull/base/bear scenarios with stress multipliers
4. Set alert thresholds at 12/6/3 months runway
5. Emit runway dashboard + assumption export
