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 devnotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Practical, battle-tested guidance from the BANK OF AI team — hands-on walkthro

## Practices

- [**Your First On-Chain Swap, Step by Step**](./first-onchain-swap/) — a complete walkthrough of one real task on the Nile testnet, including what to check at each step and what to do when it fails.
- [**BANK OF AI x402: Stablecoin Payments for AI Agents**](./x402-stablecoin-payments-for-agents/) — how the HTTP 402 challenge–response works, when to choose `exact` / `exact_gasfree` / `upto` / `batch-settlement`, and an end-to-end paid-inference case study on TRON.
268 changes: 268 additions & 0 deletions devnotes/x402-stablecoin-payments-for-agents.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ BANK OF AI 团队沉淀的实战经验——动手演练,以及让 AI 上链

## 实践列表

- [**手把手完成第一笔链上兑换**](./first-onchain-swap/) —— 在 Nile 测试网上完整走一遍真实任务,包括每一步该确认什么、出错了怎么办
- [**BANK OF AI x402:面向 AI 智能体的稳定币支付方案**](./x402-stablecoin-payments-for-agents/) —— HTTP 402 挑战—响应流程如何运作、`exact` / `exact_gasfree` / `upto` / `batch-settlement` 四种方案怎么选,以及一个基于 TRON 的端到端付费推理案例

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@x402-tron/docs",
"version": "1.3.13",
"version": "1.3.14",
"description": "x402-tron documentation",
"license": "MIT",
"resolutions": {
Expand Down
3 changes: 2 additions & 1 deletion sidebarsDevnotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const sidebars = {
id: 'index',
label: 'Overview',
},
'first-onchain-swap',
'x402-stablecoin-payments-for-agents',
// 'first-onchain-swap', // 暂时隐藏(文件保留)
],
}

Expand Down
123 changes: 123 additions & 0 deletions static/img/devnotes/bankofai-product-matrix-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
123 changes: 123 additions & 0 deletions static/img/devnotes/bankofai-product-matrix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading