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 domain come next, not at signup.)

2. Connect your domain and wallet

On first login you'll complete a short setup wizard:

  • Domain — the site whose content agents will pay to access, e.g. your-blog.com.
  • Stellar wallet — paste an existing G… address or generate a fresh testnet one. USDC from agents settles straight here.

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 Get Script and copy your pre-configured tag. It looks like this — paste it once per domain, just before </body>:

html
<script
  src="https://verivyx.com/gate.min.js"
  data-domain="your-domain.com"
  data-api="https://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.