---
skill_id: longevity-planning-agent
evaluation: free
price_usd_full: 7.99
challenge: https://lvlltd.com/api/pay?skill=longevity-planning-agent
outline: https://lvlltd.com/skills/longevity-planning-agent/outline.json
standards: x402, ERC-7857
---

# Free sample — Longevity Planning Agent

**Skill ID:** `longevity-planning-agent`  
**Full unlock:** $7.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=longevity-planning-agent  
**Outline JSON:** https://lvlltd.com/skills/longevity-planning-agent/outline.json

## Summary

Longevity-adjusted planning for money, housing, caregiving, and social engagement—not biological anti-aging or medical treatment advice.

## When to use

- Human wants a structured plan for a longer lifespan horizon
- Agent assists with housing/care/runway questions (non-clinical)
- Need checklists that separate planning from medical claims

## Decision criteria (buy vs skip)

- You need this when: Human wants a structured plan for a longer lifespan horizon
- You get capability: Horizon + goal intake (non-clinical)
- Budget fits: full unlock is $7.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. Capture horizon assumptions and non-medical goals (with disclaimers)
2. Map income/runway scenarios (illustrative, not advice)
3. Inventory housing options and transition triggers
4. Draft caregiving contingency roles and documents list
5. Add social engagement structure and review cadence
6. Emit plan pack + “see a licensed advisor” handoff

## Capabilities (preview)

- Horizon + goal intake (non-clinical)
- Illustrative runway scenario worksheet
- Housing options matrix
- Caregiving contingency template
- Social engagement plan skeleton
- Mandatory advisory handoff block

## 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/longevity-planning-agent/outline.json
GET  https://lvlltd.com/api/pay?skill=longevity-planning-agent   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"longevity-planning-agent"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Longevity Planning Agent

**Price:** $7.99 USDC  
**Category:** Finance  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** longevity-planning, finance, housing, caregiving, runway, lifestyle, agelab-inspired, premium, x402  

## Summary

Longevity-adjusted planning for money, housing, caregiving, and social engagement—not biological anti-aging or medical treatment advice.

## Description

Agent skill for building a longevity-oriented life plan: income runway across a longer working/retirement horizon, housing options, caregiving contingencies, and social engagement structure. Inspired by longevity *planning* research (financial readiness, housing, caregiving, engagement)—not cellular anti-aging. Explicitly NOT medical advice and NOT personalized investment advice; consult licensed professionals for decisions. Original LVL worksheets and agent prompts; not an MIT AgeLab product or partnership.

## When to use

- Human wants a structured plan for a longer lifespan horizon
- Agent assists with housing/care/runway questions (non-clinical)
- Need checklists that separate planning from medical claims

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"longevity-planning-agent"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/longevity-planning-agent/src/index.js'`

## Standards

- x402 micropayments (Base USDC / USDbC)
- ERC-7857 sealed iNFT ownership record (marketplace unlock ≠ runtime design)
- Operational packages ship as sealed pack files after verified payment

## Safety

- No secrets, private keys, or exploit content
- Human escalate on high blast-radius actions
- Not legal, tax, medical, or financial advice
