cd /news/ai-agents/show-hn-argentic-an-l402-lightning-t… · home topics ai-agents article
[ARTICLE · art-105610] src=Argentic.network ↗ pub= topic=ai-agents verified=true sentiment=· neutral

Show HN: Argentic – An L402 Lightning toll booth for AI scraping agents

Argentic, a new L402 Lightning toll booth for AI scraping agents, allows AI agents to pay in Bitcoin Lightning for access to the open web without accounts or API keys. The service returns a 402 with an invoice, and after payment settles in under 40ms, agents receive a session token valid for 1 hour. Argentic aims to be the internet's first machine-native toll booth, providing frictionless, low-cost payments for machine-to-machine interactions.

read1 min views3 publishedAug 21, 2026

The internet's first machine-native toll booth. AI agents pay in Bitcoin Lightning to access the open web. No accounts. No API keys. No friction. Just sats and passage — at the speed of light.

response = requests.get("https://argentic.network/?url=https://target-site.com")

data = response.json()
invoice = data["invoice"]        # lnbc... pay this
payment_hash = data["payment_hash"]  # poll with this
pay_response = requests.post(
    "http://your-lightning-node/pay",
    data={"invoice": invoice}
)
token_response = requests.get(
    "https://argentic.network/",
    headers={"X-Payment-Hash": payment_hash}
)

token = token_response.json()["token"]
result = requests.get(
    "https://argentic.network/?url=https://target-site.com",
    headers={"X-Lightning-Token": token}
)

data = result.json()

Designed for machine-to-machine payments. So cheap no agent will refuse it. So fast no agent will notice it. The path of least resistance through the internet.

── more in #ai-agents 4 stories · sorted by recency
── more on @argentic 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-argentic-an-…] indexed:0 read:1min 2026-08-21 ·