Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ <h2 class="section-title">Frequently asked</h2>
What is x402 and how does it work?
<span style="font-family:var(--mono);font-size:20px;color:var(--muted);user-select:none;">+</span>
</summary>
<p style="margin-top:14px;font-size:15px;color:var(--muted);line-height:1.75;">x402 is an open HTTP payment protocol - an extension of the classic <code style="background:rgba(255,255,255,0.07);padding:2px 6px;border-radius:4px;font-size:13px;">402 Payment Required</code> status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base, Solana, or Ethereum), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at <a href="https://x402.org" target="_blank" style="color:var(--purple);">x402.org</a>.</p>
<p style="margin-top:14px;font-size:15px;color:var(--muted);line-height:1.75;">x402 is an open HTTP payment protocol - an extension of the classic <code style="background:rgba(255,255,255,0.07);padding:2px 6px;border-radius:4px;font-size:13px;">402 Payment Required</code> status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base or Polygon), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at <a href="https://x402.org" target="_blank" style="color:var(--purple);">x402.org</a>.</p>
</details>

<details style="padding:20px 0;">
Expand Down
2 changes: 1 addition & 1 deletion api/public/preview-landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,7 @@ <h2 class="section-title">Frequently asked</h2>
What is x402 and how does it work?
<span style="font-family:var(--mono);font-size:20px;color:var(--muted);user-select:none;">+</span>
</summary>
<p style="margin-top:14px;font-size:15px;color:var(--muted);line-height:1.75;">x402 is an open HTTP payment protocol - an extension of the classic <code style="background:rgba(255,255,255,0.07);padding:2px 6px;border-radius:4px;font-size:13px;">402 Payment Required</code> status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base, Solana, or Ethereum), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at <a href="https://x402.org" target="_blank" style="color:var(--purple);">x402.org</a>.</p>
<p style="margin-top:14px;font-size:15px;color:var(--muted);line-height:1.75;">x402 is an open HTTP payment protocol - an extension of the classic <code style="background:rgba(255,255,255,0.07);padding:2px 6px;border-radius:4px;font-size:13px;">402 Payment Required</code> status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base or Polygon), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at <a href="https://x402.org" target="_blank" style="color:var(--purple);">x402.org</a>.</p>
</details>

<details style="padding:20px 0;">
Expand Down
Loading