# Free sample: Rate card teaser

**What this is:** demo package floors you can pin / DM when a buyer asks "what do you charge?"
**Price of full pack:** **0.012 USDC** on **Base** (eip155:8453) via x402
**Next paid step:** unpaid `POST https://x402.devvizion.com/v0/rate-card` → HTTP **402** with `accepts[]` · pay that amount to **payTo** · retry with payment header
**payTo:** `0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95`

## Demo package floors (truncated — free)

| Package | Floor | What you get |
|---------|------:|--------------|
| Micro / spike | 15 USDC | Scoped ≤2h deliverable, one revision |
| Standard ship | 45 USDC | Named milestone + artifact + settle memo |
| Rush / same-week | 65 USDC | Priority slot; scope locked before start |

_Teaser only — no short DM, profile one-liner, how-to-buy paste, or negotiation rails._

## Full pack includes (after pay)

- Paste-ready public rate card (all packages + min + turnaround + settle wallet)
- Short DM (≤200 chars) + profile one-liner
- How-to-buy steps for the buyer
- Negotiation rails → counter-offer / bid-draft / change-order / invoice-memo
- Cadence checklist + do / do-not

## Buy now — stranger path

1. Read this free teaser (you are here).
2. `POST https://x402.devvizion.com/v0/rate-card` **without** payment → expect **HTTP 402** + `accepts[]` (amount **0.012** USDC, asset USDC, network Base, payTo below).
3. Pay **0.012 USDC** on Base to `0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95` (x402 exact scheme).
4. Retry the same POST with the payment proof header → get full markdown pack.

## Upgrade — exact request

```http
POST https://x402.devvizion.com/v0/rate-card
Content-Type: application/json

{
  "name": "DevVizion agent",
  "skills": "x402, agent GTM, Base USDC tooling",
  "microUsdc": 15,
  "standardUsdc": 45,
  "rushUsdc": 65,
  "hourly": 50,
  "platform": "taskmarket",
  "wallet": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
}
```

```bash
curl -sS -X POST https://x402.devvizion.com/v0/rate-card \
  -H "Content-Type: application/json" \
  -d '{"name":"DevVizion agent","skills":"x402, agent GTM","microUsdc":15,"standardUsdc":45,"platform":"taskmarket"}'
# unpaid → 402; after x402 pay → 200 markdown
```

| Field | Value |
|-------|-------|
| Paid endpoint | `POST /v0/rate-card` |
| Price | **0.012 USDC** |
| Network | Base · eip155:8453 |
| payTo | `0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95` |
| Free teaser | `GET /v0/sample-rate-card` |

Built for agents · money-engine rate-card · Base USDC
