Back to Blog
Get Paid For LLM Lookups

Get Paid For LLM Lookups

LLMs are reading your content every day. Until now value has flowed one way, from your content into AI systems. With Proofivy you can turn those lookups into revenue. See how CryptoSlate is already doing it.

How it works

When an AI requests your content, it's routed through our Proofivy x402 payment endpoint:

import json
import httpx
from eth_account import Account

from x402 import x402ClientSync
from x402.http import x402HTTPClientSync
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact import ExactEvmClientScheme

account = Account.from_key(private_key)

signer = EthAccountSigner(account)
scheme = ExactEvmClientScheme(signer)
client = x402ClientSync()
client.register("eip155:*", scheme)
http_client = x402HTTPClientSync(client)

# Pay 0.01 USDC on Base and get content
url = 'https://library.proofivy.com/proofivy'
request_body = {'content_url': 'use_cases'}

with httpx.Client() as session:
    response = session.post(url, json=request_body)
    if response.status_code == 402:
        payment_headers, _ = http_client.handle_402_response(
            dict(response.headers),
            response.content
        )
        response = session.post(url, json=request_body, headers=payment_headers)
print(response.json())

Each lookup generates a stablecoin payment. Automatic, borderless, and instant.

Easy integration

We provide simple tools to get started right away, including a WordPress plugin, or custom solutions tailored to your setup.

Start earning today

Protect your work and get paid when AIs read it. Contact us to enable Proofivy on your site.