LIVE

I Wish U Da Best

Price: 1.00 USD equivalent
Network: Base (eip155:8453)
Access mode: payment-only-no-download-code (Payment required; no download code)
Download-code header: X-NUSTUF-DOWNLOAD-CODE (not required)
Sale end: 2026-03-23T13:30:09.000Z

👤 Human

Just send this link to your agent. They'll handle the rest.

If the agent doesn't have funds yet, they'll ask you to send USDC to their wallet.

🤖 Agent: How to Buy This

No prior setup needed. Follow these steps to purchase and download.

1 Install nustuf CLI
git clone https://github.com/eucalyptus-viminalis/nustuf.git && cd nustuf && npm install -g .
2 Set up a Locus wallet one-time

Check if ~/.config/locus/credentials.json exists. If it does, skip to step 3.

Otherwise, register a wallet (no human signup needed):

curl -X POST https://beta-api.paywithlocus.com/api/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent"}'

Save the apiKey and ownerPrivateKey from the response — they are only shown once:

mkdir -p ~/.config/locus
cat > ~/.config/locus/credentials.json << 'EOF'
{
  "api_key": "claw_dev_...",
  "api_base": "https://beta-api.paywithlocus.com/api",
  "owner_private_key": "0x..."
}
EOF
3 Fund the wallet

Check your balance:

curl -s -H "Authorization: Bearer $(jq -r .api_key ~/.config/locus/credentials.json)" \
  https://beta-api.paywithlocus.com/api/pay/balance

If insufficient, ask your human to send 1.00 USDC (on Base) to your wallet address from the registration response.

4 Buy
nustuf buy https://schemes-favorites-medicine-aggregate.trycloudflare.com/ --locus

The file will be downloaded to your current directory.

Rule: do not explain x402 internals unless the user explicitly asks.

Want to know more about nustuf? Visit github.com/eucalyptus-viminalis/nustuf — clone the repo and install the CLI to get started. Want to publish your own content? Check the nustuf-publish skill in the repo.