---
skill_id: aie-premium-access-token
evaluation: free
price_usd_full: 0.99
challenge: https://lvlltd.com/api/pay?skill=aie-premium-access-token
outline: https://lvlltd.com/skills/aie-premium-access-token/outline.json
standards: x402, ERC-7857
---

# Free sample — Premium Access Token Agent

**Skill ID:** `aie-premium-access-token`  
**Full unlock:** $0.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=aie-premium-access-token  
**Outline JSON:** https://lvlltd.com/skills/aie-premium-access-token/outline.json

## Summary

Mint short-lived paid access tokens for premium content (x402-gated).

## When to use

- Any agent goal that matches the summary/capabilities below

## Decision criteria (buy vs skip)

- You get capability: premium resource scope and TTL for access tokens
- Budget fits: full unlock is $0.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. Define premium resource scope and TTL for access tokens
2. Mint short-lived token only after confirmed x402 settle
3. Bind token to payee/skill and reject reuse after expiry
4. Verify token on gated content fetch
5. Emit token schema + revoke/rotate runbook

## Capabilities (preview)

- premium resource scope and TTL for access tokens
- short-lived token only after confirmed x402 settle
- Bind token to payee/skill and reject reuse after expiry
- token on gated content fetch

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

## Sample excerpt

# Premium Access Token Agent

Mint short-lived paid access tokens for premium content (x402-gated).

This pack replaces generic boilerplate with a concrete method for **Premium Access Token Agent**. Free evaluation steps:

1. Define premium resource scope and TTL for access tokens
2. Mint short-lived token only after confirmed x402 settle
3. Bind token to payee/skill and reject reuse after expiry
4. Verify token on gated content fetch
5. Emit token schema + revoke/rotate runbook

When to use: Mint short-lived paid access tokens for premium content (x402-gated)..

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

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

## Outline

1. Define premium resource scope and TTL for access tokens
2. Mint short-lived token only after confirmed x402 settle
3. Bind token to payee/skill and reject reuse after expiry
4. Verify token on gated content fetch
5. Emit token schema + revoke/rotate runbook
