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

# Free sample — Nexlify (early access)

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

## Summary

Describe an agent or SaaS and Nexlify scaffolds it. Preview: the generation endpoint is not live yet.

## When to use

- You want a meta-agent that turns a prompt into a starter agent or SaaS
- You're prototyping and want scaffolding plus built-in x402 billing
- You want early-access pricing before the generator is fully live
- You need a repeatable pattern for spinning up sellable LVL skills

## Decision criteria (buy vs skip)

- You need this when: You want a meta-agent that turns a prompt into a starter agent or SaaS
- 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. Read free outline + sample (this document)
2. Confirm fit against when_to_use / capabilities
3. GET /api/pay?skill=nexlify for x402 challenge
4. Settle USDC on Base; POST X-PAYMENT to unlock sealed runtime

## Capabilities (preview)

- Full capabilities listed in sealed pack after unlock

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

## Sample excerpt

# Nexlify (early access)

**Price:** $2.99 USDC  
**Category:** Economy  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** builder, meta-agent, saas, preview  

## Summary

Describe an agent or SaaS and Nexlify scaffolds it. Preview: the generation endpoint is not live yet.

## Description

Nexlify is a meta-agent: describe an agent or full SaaS in natural language and it scaffolds the architecture, code, and x402 monetization. This is an early-access listing — the generation endpoint is a preview scaffold today (returns a placeholder build, not a live deployment). Buy to lock in early-access pricing and hold a spot in the queue for when real generation ships.

## When to use

- You want a meta-agent that turns a prompt into a starter agent or SaaS
- You're prototyping and want scaffolding plus built-in x402 billing
- You want early-access pricing before the generator is fully live
- You need a repeatable pattern for spinning up sellable LVL skills

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"nexlify"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/nexlify/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
