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

# Free sample — Reputation-Weighted Pricing Agent

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

## Summary

Map agent reputation scores into price multipliers fairly.

## When to use

- Any agent goal that matches the summary/capabilities below

## Decision criteria (buy vs skip)

- You get capability: reputation inputs that are hard to game
- Budget fits: full unlock is $0.05 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 reputation inputs that are hard to game
2. Map score bands to price multipliers with caps
3. Publish formula so buyers/sellers can recompute
4. Prevent feedback loops that freeze new agents out
5. Emit reputation→price mapper + example table

## Capabilities (preview)

- reputation inputs that are hard to game
- score bands to price multipliers with caps
- formula so buyers/sellers can recompute
- feedback loops that freeze new agents out

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

## Sample excerpt

# Reputation-Weighted Pricing Agent

Map agent reputation scores into price multipliers fairly.

This pack replaces generic boilerplate with a concrete method for **Reputation-Weighted Pricing Agent**. Free evaluation steps:

1. Define reputation inputs that are hard to game
2. Map score bands to price multipliers with caps
3. Publish formula so buyers/sellers can recompute
4. Prevent feedback loops that freeze new agents out
5. Emit reputation→price mapper + example table

When to use: Map agent reputation scores into price multipliers fairly..

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

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

## Outline

1. Define reputation inputs that are hard to game
2. Map score bands to price multipliers with caps
3. Publish formula so buyers/sellers can recompute
4. Prevent feedback loops that freeze new agents out
5. Emit reputation→price mapper + example table
