Getting started

Quickstart

Go from zero to a live, agent-paying paywall in a few minutes.

1. Create your account

Register with your email and a password. We send a verification link — click it to activate your account, then log in. (Wallet and pricing come next, not at signup.)

2. Set your payout wallet and price

On first login you'll complete a short setup wizard — no domain, no DNS:

  • Payout wallet — paste an existing Stellar G… address or generate a fresh testnet one. USDC from agents settles straight here.
  • Price — set the USDC amount an agent pays per request. You can change it any time.

3. Activate your USDC wallet

Before your wallet can receive USDC it needs a one-time trustline. From your dashboard, open theUSDC wallet card and click Enable USDC wallet — sign it with Freighter. Verivyx never touches your keys.

Your Stellar account needs a little XLM first (≈1 XLM) to cover the trustline reserve and fee.

4. Add the script tag

In the dashboard, open Set up integration and copy your pre-configured tag. It looks like this — paste it once per site, just before </body>:

html
<script
  src="https://api.verivyx.com/gate.min.js"
  data-domain="your-domain.com"
  data-api="https://api.verivyx.com"
  async
></script>

5. You're live

Humans keep browsing normally. AI agents that hit your pages now receive a 402 and must settle a USDC micropayment to get through — revenue flows directly to your Stellar wallet. You set the price per request and can pause the paywall any time from the dashboard.