x402factory.ai
https://x402factory.ai/solana/ata/dynamicShares a payout wallet with 8 other endpoints — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Create a Solana associated token account (ATA) for a given wallet and SPL mint so it can hold that token. Typical use: prepare a wallet to receive USDC or other SPL tokens before sending funds. Cost: $0.30 USDC. Without payment: checks via RPC whether the ATA already exists; if it does, returns 400 and no payment is needed. For paid calls, if the ATA cannot be created or is found to already exist at execution time, the server attempts to refund the full payment.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 442ms · p95 732msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 7/22/2026, 12:00:00 AM | 100% | 1 | 311ms |
| 7/23/2026, 12:00:00 AM | 100% | 1 | 283ms |
| 7/24/2026, 12:00:00 AM | 100% | 1 | 281ms |
| 7/25/2026, 12:00:00 AM | 100% | 1 | 592ms |
| 7/26/2026, 12:00:00 AM | 100% | 1 | 308ms |
| 7/27/2026, 12:00:00 AM | 100% | 1 | 297ms |
| 7/28/2026, 12:00:00 AM | 100% | 1 | 330ms |
| 7/29/2026, 12:00:00 AM | 100% | 1 | 474ms |
| 7/30/2026, 12:00:00 AM | 100% | 1 | 396ms |
| 7/31/2026, 12:00:00 AM | 100% | 1 | 423ms |
| 8/1/2026, 12:00:00 AM | 100% | 1 | 367ms |
| 8/2/2026, 12:00:00 AM | 100% | 1 | 586ms |
| 8/3/2026, 12:00:00 AM | 100% | 1 | 404ms |
| 8/4/2026, 12:00:00 AM | 100% | 1 | 421ms |
| 8/5/2026, 12:00:00 AM | 100% | 1 | 399ms |
| 8/6/2026, 12:00:00 AM | 100% | 1 | 557ms |
| 8/7/2026, 12:00:00 AM | 100% | 1 | 563ms |
| 8/8/2026, 12:00:00 AM | 100% | 1 | 394ms |
| 8/9/2026, 12:00:00 AM | 100% | 1 | 390ms |
| 8/10/2026, 12:00:00 AM | 100% | 1 | 412ms |
| 8/11/2026, 12:00:00 AM | 100% | 1 | 411ms |
| 8/12/2026, 12:00:00 AM | 100% | 1 | 556ms |
| 8/13/2026, 12:00:00 AM | 100% | 1 | 415ms |
| 8/14/2026, 12:00:00 AM | 100% | 1 | 699ms |
| 8/15/2026, 12:00:00 AM | 100% | 1 | 871ms |
| 8/16/2026, 12:00:00 AM | 100% | 1 | 383ms |
| 8/17/2026, 12:00:00 AM | 100% | 1 | 446ms |
| 8/18/2026, 12:00:00 AM | 100% | 4 | 516ms |
| 8/19/2026, 12:00:00 AM | 100% | 21 | 578ms |
| 8/20/2026, 12:00:00 AM | 100% | 17 | 436ms |
- Availability
- 100
- Latency
- 92
- Security
- 100
- Transparency
- 61
- Activity
- not yet measured
How often it was reachable when we probed it (weight 35%).
How quickly it answers when it is up — fast scores high (weight 20%).
Whether it serves over working TLS / https (weight 15%).
Whether the operator disclosed what it does — description, schema, identity (weight 15%).
Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).
Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.
See the scoring methodology for exactly how each number is computed.
Payment
- Currencies
- USDC
- Networks
- solana
- Facilitator
- unknown
- SDK
- x402-express
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- NameCheap, Inc.
- Domain registered
- 2025-12-04
- Hosting network
- GOOGL-2
- Hosting country
- —
Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"input": {
"bodyFields": {
"mint": {
"description": "Optional SPL token mint address for which to create the ATA. When omitted, the server uses its configured USDC_MINT for the current NETWORK.",
"required": false,
"type": "string"
},
"target_wallet": {
"description": "Solana wallet address (base58) for which the associated token account (ATA) should be created.",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"action": {
"description": "Action performed. For successful calls this is 'create_ata_dynamic'.",
"type": "string"
},
"ata_address": {
"description": "Associated token account address for the (wallet, mint) pair on Solana.",
"type": "string"
},
"message": {
"description": "Short human-readable summary of the outcome.",
"type": "string"
},
"mint": {
"description": "SPL mint used when checking/creating the ATA.",
"type": "string"
},
"ok": {
"description": "True when the ATA exists or was created after a paid call. False when the x402 payment had to be refunded.",
"type": "boolean"
},
"payment_txid": {
"description": "On-chain transaction signature for the x402 payment that unlocked this endpoint, when available.",
"type": "string"
},
"price_usdc": {
"description": "Price charged for this call in USDC (2 decimals, rounded up to $0.01).",
"type": "string"
},
"refund_txid": {
"description": "On-chain transaction signature for the refund when a paid call could not create the ATA or the ATA already existed at execution time.",
"type": "string"
},
"status": {
"description": "Operation status: 'created' when a new ATA was created, 'already_exists' when the ATA already existed, 'refunded' when the payment was refunded, or 'failed' when both ATA creation and refund failed.",
"type": "string"
},
"target_wallet": {
"description": "Wallet address for which the ATA was checked/created.",
"type": "string"
}
}
}