SolanaCharts Logo
X402 Icon

X402 ($X402)

5bJ5XipuxA1hmnQ5rtyxoKXgwsmTXVtaYS4MH4oNTHPQ

$0.000044

0.0000002269 SOL

+123.00% (24h)

Market Cap

$440,442

Liquidity

$47

Holders

0(Top 10: 0.00%)

Blockchain

Solana

Contract Address

5bJ5XipuxA1hmnQ5rtyxoKXgwsmTXVtaYS4MH4oNTHPQ

AGE

11 hours (Oct 29, 2025)

DEXes

Raydium


About X402

X402 is a forked protocol token of the A2A protocol based on Google AI, created by terminagent. The token plans to share revenue through Shopify stores and agency services, and operates on weekends.

X402 (X402) 5bJ5XipuxA1hmnQ5rtyxoKXgwsmTXVtaYS4MH4oNTHPQ is a 11 hours old token on the Solana blockchain. Current price: $0.000044 (+123.00% 24h). Market cap: $440,442. Liquidity: $47. Contract: 5bJ5XipuxA1hmnQ5rtyxoKXgwsmTXVtaYS4MH4oNTHPQ. Tracked on Dexscreener. Traded on Raydium.

Key Factors & Recent Activity 2025-10-29T13:35:54

  • Recent news shows x402 is in the spotlight due to a hack where USDC was stolen.
  • The token is riding an AI-inspired narrative with talk of micropayments.
  • Price jumped over 80% recently, which makes it very volatile.
  • Liquidity is around $450k, meaning there isn’t a huge cushion if things go wrong.
  • Some experts worry about security because of the hack event.
  • With these risks and rapid price swings, it looks like a risky play. Overall, while the AI theme may spark interest, the hack and volatility mean you should be very cautious, especially in such a fragile market.

Disclaimer: Information provided is for general purposes only and not financial advice. Meme tokens can be highly volatile. Always do your own research (DYOR).


X402/SOL Price Chart

Timeframe Price Change Volume (USD)
5 Min +0.00% $0.00
1 Hour +0.00% $0.00
6 Hours +0.00% $0.00
24 Hours +123.00% $2,462,630.63

Statistics

Market Cap

$440,442

Volume (24h)

$2,462,630.63

Fully Diluted Valuation (FDV)

$440,442

Circulating Supply

0

Total Supply

0

Max Supply

0

Holders

0+

All Time High (ATH)

N/A

All Time Low (ATL)

N/A


Buyers & Sellers Overview

Timeframe Net Buyers Total Traders Buyers Sellers
5 Min +0 0 0 0
1 Hour +0 0 0 0
6 Hours +0 0 0 0
24 Hours +8,341 20,169 14,255 5,914

Net Buyers = Number of buyers minus sellers. Data summed across all available pairs for this token.


Listed On

Trackers:

Dexscreener

DEX Markets:

Raydium

Trading Pairs for

5bJ5XipuxA1hmnQ5rtyxoKXgwsmTXVtaYS4MH4oNTHPQ

DEX: Raydium

Pair With: X402/SOL

Liquidity: $47

3ZzhhiWv7pJmpkveV4jaH8if5JungxhFh5yEnRddJANo


Community Mentions For #X402

0xhhh
0xhhh

0 followers · Oct 29, 2025, 7:49 AM

1/2
「从 ACP 和 X402 看人类支付的未来 」

Agent Commerce Protocol(ACP)

ACP 是 @OpenAI 、@stripe 、Esty 、@Shopify 合作开发,其目的是:
- 让用户可以让Agent代理来根据自己的意图丝滑的完成寻找商品到付款的流程。

目前你已经可以在 chatgpt 里丝滑使用:你可以阅读
来了解更多

目前整个协议主要分为4个角色:
User 使用Agent产品的用户
Agent(chatgpt) 任意Agent
Seller(Merchant) 卖货的商家
Stripe(Payment Provider)

整个协议流程大概如下
1. 用户跟Agent告知自己的 Intent
2. Agent 从Merchant 里根据用户的 Intent 找到相关的商品列表,并且返回给用户包括价格信息等
3. 用户选择自己心仪的商品,然后会由Agent请求 Merchat 确认最终的价格
4. 最终用户确认价格后为这个商品进行一次支付行为,最终会生成一个支付凭证,一个stripe 的 SPT Token 发送给商户,商户收到这个支付凭证后会进行发货处理同时把这个 SPT Token 发送给 Stripe(payment provider) 进行结算。

「X402 vs Share Token Payment」
现在我们先来关注下这里的完整的ACP的资金流是怎么运转的:

首先我们上面说到的 支付凭证, SPT(Shared Payment Token,共享支付令牌) 是 Stripe 在 Agentic Commerce(智能体商务)中用来让「AI 代理」安全处理买家支付信息的设计的一种机制。

它存在于代理(agent)的 Stripe 账户中,由代理生成并共享给卖家(seller)。
SPT 就像是一张「一次性或短期有效的支付通行证」。

SPT 的生命周期与工作流程:
1️⃣ 代理收集买家支付方式

AI 代理或应用从买家那里 收集支付信息(例如使用 Stripe 的 SetupIntent 或 PaymentMethod API)。
这些信息安全地保存在代理的 Stripe 账户里

2️⃣ 代理创建 SPT(SharedPaymentToken)

代理调用 Stripe API 创建一个 SharedPaymentToken 对象,并定义其使用范围:
usage_limits:设定币种、最高金额、过期时间;
seller_details:设定可以使用该 SPT 的商家(network_id、external_id);
payment_method:绑定的支付方式 ID。

3️⃣ 卖家使用 SPT 创建付款

卖家收到 SPT 后,可以用它创建一个 PaymentIntent 来发起支付:

curl \
-u sk_test_xxx: \
-d amount=10000 \
-d currency=usd \
-d shared_payment_granted_token=spt_123

此时 Stripe 会:
在卖家账户中复制一份匿名化的支付方式;
自动填充 payment_method;
确保敏感数据从未在卖家系统中暴露。

4️⃣付款确认与后续事件
Stripe 会向代理和卖家发送事件通知(webhook):
同时注意 代理可以随时调用撤销接口,使该令牌失效:
Mention imageMention imageMention image
0 8

aster
aster

0 followers · Oct 29, 2025, 6:35 AM

Might see millies today $JARS

Its a startup studio with a portfolio of companies, out of which some have integrated x402 already

They analyse and acquire projects, and scale them magnitude's higher with resources

The market caps of their projects adds to their marketcap. The dev seems tech savvy to actually ship out a 10m portfolio company by the end of this year
Mention image
5 8,183

Allin 7 🔶 BNB
Allin 7 🔶 BNB

0 followers · Oct 29, 2025, 6:08 AM

Bing 全网首个X402协议的流动性挖矿项目!

公开mint
🔘mint金额:1usdc
🔘mint网络:base
🔘无gas费

开始时间:晚上8点整

将x402技术运用到defi上!
入口:
#x402
0 12,385

Zen Raccoon
Zen Raccoon

0 followers · Oct 29, 2025, 5:19 AM

Just added more $ARTI after that Epic run up to $500k MC / Team continues to deliver & at $100k MC if feels like a good R/R to me

@artificerdao #NFA #DYOR
Mention image
8 819


Cake logo

Cake

2.56228883

2.6 yr

-0.32% TX:8754
Holders 1,867,309
CAP $1,020,970,042
LIQ $57,132,953
币安人生 logo

币安人生

0.23137338

25.2 Days

-1.81% TX:1781
Holders 37,471
CAP $231,373,379
LIQ $8,156,471
cbDOGE logo

cbDOGE

0.19439691

5 MOn

-0.48% TX:203
Holders 5,012
CAP $4,244,628
LIQ $331,243
SOON logo

SOON

0.73910636

5 MOn

-0.99% TX:1990
Holders 3,329
CAP $134,267,174
LIQ $1,446,368
$WIF logo

$WIF

0.55593303

1.9 yr

+1.22% TX:4945
Holders 253,168
CAP $556,041,282
LIQ $14,185,280