SolanaCharts Logo
X402 Icon

X402 ($X402)

6bArgF2eYPz58ZRSadFouCEqYDQLiGe1Jt13U5Z5xBc5

$0.000064

0.0000003211 SOL

+226.00% (24h)

Market Cap

$638,006

Liquidity

$80

Holders

0(Top 10: 0.00%)

Blockchain

Solana

Contract Address

6bArgF2eYPz58ZRSadFouCEqYDQLiGe1Jt13U5Z5xBc5

AGE

5 hours (Oct 29, 2025)

DEXes

Raydium


About X402

X402 is a protocol fork created by terminagent, based on Google AI's A2A protocol. The token plans to share revenue through Shopify stores and agency services, operates on weekends, and its logo symbolizes AI-driven automation capabilities.

X402 (X402) 6bArgF2eYPz58ZRSadFouCEqYDQLiGe1Jt13U5Z5xBc5 is a 5 hours old token on the Solana blockchain. Current price: $0.000064 (+226.00% 24h). Market cap: $638,006. Liquidity: $80. Contract: 6bArgF2eYPz58ZRSadFouCEqYDQLiGe1Jt13U5Z5xBc5. Tracked on Dexscreener. Traded on Raydium.

Key Factors & Recent Activity 2025-10-29T12:16:23

  • Alright, here’s my take on X402:
  • Coinbase’s CEO said X402 transactions are “growing like crazy.”
  • News shows a 10,000% jump in transaction activity.
  • One report even noted nearly 500K transactions in a week.
  • Trading volume and price changes have spiked recently.
  • The token has a moderate risk score—some red flags are waving.
  • While rapid growth can feel exciting, sudden surges can sometimes be risky.

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 +226.00% $3,977,611.46
24 Hours +226.00% $3,977,611.46

Statistics

Market Cap

$638,006

Volume (24h)

$3,977,611.46

Fully Diluted Valuation (FDV)

$638,006

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 +13,216 32,258 22,737 9,521
24 Hours +13,216 32,258 22,737 9,521

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

6bArgF2eYPz58ZRSadFouCEqYDQLiGe1Jt13U5Z5xBc5

DEX: Raydium

Pair With: X402/SOL

Liquidity: $80

2eVnhRGMyKnub3zaQLvbkDtKAVzTMJpnNfRatXhdPrUF


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
5 509

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
7 8,637

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,697

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
11 1,251


🛠️BNB logo

🛠️BNB

0.00018963

3 Min

+8.66% TX:848
Holders 421
CAP $189,630
LIQ $25,854
agave logo

agave

0.00002227

1 H

+1.62% TX:1869
Holders 151
CAP $22,139
LIQ $11,028
COM logo

COM

0.02814229

9.2 Days

+0.1% TX:326
Holders 26,516
CAP $28,142,288
LIQ $646,085
XPIN logo

XPIN

0.00749790

2 MOn

+6.54% TX:4654
Holders 75,871
CAP $115,450,662
LIQ $2,922,740
URANUS logo

URANUS

0.54574595

4 MOn

-5.78% TX:1000
Holders 14,750
CAP $54,570,567
LIQ $2,349,372