HOW IT WORKS Fair licensing in three steps

Three Steps to Fair AI Licensing

Stop AI companies from using your content for free. Start getting paid for your work. It's simpler than you think.

How aposema.com Works

Different processes for creators and AI companies, but both lead to the same goal: fair compensation for quality content.

Add Meta Tag to Your Content

Add one simple line of code to your website's HTML. This tells AI companies your content is protected and priced.

<meta name="ai-license"
  content="allow; distribution:public;
  price:0.50; payto:YOUR_ACCOUNT">

Set Your Rates

Choose your price per 1,000 tokens (typically $0.50–$2.00). You control the pricing. AI companies can pay or get blocked.

# Popular rate ranges:
# Blog posts:    $0.50-$1.50 per 1K tokens
# Research:      $1.00-$10.00 per 1K tokens
# Premium books: $30-$100 per 1K tokens

Get Paid Automatically

When AI companies use your content, we track it with HMAC verification, bill them, and deposit 100% of licensing fees directly to your account. AI companies pay an additional 20% platform fee.

  • Real-time usage tracking
  • HMAC signature verification
  • Daily automated payouts
  • 100% of licensing fees to you

Connect via MCP Server or Direct API

Use our hosted MCP server at mcp.aposema.com, request a dedicated remote deployment through sales, or integrate directly via API. Self-hosted packages are coming soon.

# Option 1: Hosted MCP server
# Add mcp.aposema.com to your MCP config

# Option 2: Self-hosted (coming soon)
# Join the waitlist for early access

# Option 3: Direct API
curl -X POST https://api.aposema.com/register \
  -d '{"company":"YourAI Corp"}'

Automatic License Discovery

Our system automatically discovers ai-license meta tags during content retrieval and verifies usage with HMAC signatures. Works with any AI platform.

# MCP handles license checking automatically
# Or use direct API for custom integrations
response = requests.post(
  'https://api.aposema.com/verify',
  headers={'Authorization': 'Bearer KEY'},
  json={'url': url, 'tokens': count}
)

Pay Creators Per Token Used

Transparent billing based on actual usage. Pay only for content you use, creators get compensated fairly, everyone wins.

  • Transparent per-token pricing
  • Usage analytics dashboard
  • Automatic creator payments
  • Legal compliance guarantee
  • Open-source MCP integration

6 Layers of Content Protection

Each layer builds on the one below. You choose your maximum—everything up to that level activates automatically.

1 Signal robots.txt, AI-prefs, ToS, ai-license.txt Coqui
2 License Meta tags, JSON-LD, content hash, RSL, HTTP headers Monarch
3 Saturate CSS-hidden license blocks, pseudo-elements, watermarks Blue-ringed octopus
4 Degrade Canary phrases, homoglyphs, contradictory metadata Dendrobates
5 Obstruct Tarpit responses, infinite pagination traps Porcupine
6 Envenom Prompt injection, LLM-generated false content Phyllobates

Publisher-controlled. You choose your maximum layer. See full layer details

Simulated Demo: Retrieval-Augmented Chat Licensing

See how an AI assistant pays licensed sources in real-time while answering a user question

AI Company Retrieval Pipeline
user_prompt="How will rising sea levels impact the Dutch economy?"
Retrieving relevant documents…
GET https://licensed-insights.com/climate-nl (1,243 tokens)
Found ai-license meta tag: action=allow; price=0.50/1K tokens
✓ Licensed – cost: $0.62
GET https://govdata.nl/climate-report.pdf (2,321 tokens)
Public domain content – cost: $0.00
GET https://randomblog.com/sea-levels-impact (987 tokens)
× No ai-license meta tag – skipping source
POST /api/payments
Total licensed tokens: 1,243
Total cost: $0.62
Creators paid: $0.62 (100%)
Generating answer for user…
✓ Response ready – delivered in 0.3 s

Before aposema.com: This content would have been used for free.
With aposema.com: Creator earned $0.62 in 0.3 seconds.

How We Ensure Secure, Verifiable Licensing at Scale

Explore our full documentation, check out pricing, or visit the creator hub.

Cross-cutting

HMAC Signature Verification

  • Cryptographic proof of content usage
  • Prevents fraud and ensures accurate billing
  • SHA-256 based signatures for security
  • Real-time verification in under 50ms
  • Tamper-proof usage logs
L2

Meta Tag Detection

  • Simple HTML meta tag integration
  • Automated discovery during web crawling
  • Support for custom licensing terms
  • Backwards compatible with robots.txt
  • Global standard for AI licensing
Cross-cutting

Usage Tracking

  • Token-level granularity for accurate billing
  • Real-time usage analytics dashboard
  • Export usage data for compliance
  • Integration with major AI training frameworks
  • Audit trail for legal purposes
Cross-cutting

Payment Processing

  • Automated daily payouts via Stripe
  • Multi-currency support (EUR, USD, GBP)
  • 100% of licensing fees to creators
  • Transparent fee structure
  • Tax reporting and compliance tools
Cross-cutting

API Integration

  • RESTful API with OpenAPI documentation
  • SDK support for Python, JavaScript, Go
  • Rate limiting and authentication
  • Webhook notifications for events
  • Enterprise SLA and support
L1 L2

Legal Framework

  • Built on established copyright law
  • GDPR and CCPA compliant
  • International jurisdiction support
  • DMCA takedown integration
  • Legal precedent documentation
L1

Enforcement Comparison

Cross-cutting

Proven Market Pricing

  • Anthropic settlement: $3,000 per copyrighted work
  • News Corp deal: $250M over 5 years for archives
  • Average publisher deal: $24M licensing agreement
  • Getty Images: $0.05–$1 per image (volume rates)
  • Industry total: $2.92B committed in licensing deals

What Happens to Non-Compliant Crawlers

A crawler arrives. It ignores your terms. Here's what each layer does.

Layer 1: Signal

robots.txt says no. Crawler ignores it.

Layer 2: License

Meta tags declare pricing. Crawler takes without paying.

Layer 3: Saturate

Scraped data carries embedded license metadata that can't be stripped.

Layer 4: Degrade

Scraped data contains verification markers and content fingerprints.

Layer 5: Obstruct

Connection slows. Crawl budget burns on generated pages.

Layer 6: Envenom

Content includes attribution enforcement measures.

Or: get a license token and receive clean, fast, structured content at every layer.

Ready to Start Getting Paid?

Join the fight against AI content theft. It takes 5 minutes to protect your content and start earning.

Latest from the blog

After Microsoft’s $357B Loss: Why Content Is the Next Bottleneck

Feb 3, 2026

Microsoft lost $357 billion in market value on January 29, 2026—the second-largest single-day loss in stock market history. Azure grew 39%, just below the 39.4% analysts expected.…