deposit.now
https://deposit.now/api/depositShares a payout wallet with 1 other endpoint — its adoption is attributed from that shared wallet's traffic, not earned exclusively.
Open x402 funding rail: POST target+amount or provision:true+label+amount; pay amount + 1% via x402; net forwarded on Base. Optional managed child wallets (CDP). Optional public receipt when storage is configured.
Reliability & health
Uptime and response time from our own unpaid probes, plus the reliability score built from them.
Uptime
100.0% avgResponse time
p50 1046ms · p95 1148msData table
| Bucket | Uptime | Probes | Response time |
|---|---|---|---|
| 8/21/2026, 11:00:00 AM | 100% | 1 | 1046ms |
| 8/21/2026, 1:00:00 PM | 100% | 1 | 392ms |
- Availability
- 100
- Latency
- 84
- Security
- 100
- Transparency
- 61
- Activity
- 2
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 4% — 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
- base
- Facilitator
- unknown
- SDK
- unknown
Operator
- Company
- inferred — unknown
- Jurisdiction
- —
- Registrar
- —
- Domain registered
- —
- Hosting network
- VERCEL-05
- 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.
On-chain activity (base)
Payments per day
last payment 8/21/2026Data table
| Day | Payments | Volume (USD) | Paying wallets |
|---|---|---|---|
| 8/14/2026 | 1 | 0 | 1 |
| 8/21/2026 | 1 | 0.01 | 1 |
This payout wallet is shared: figures cover all 2 endpoints paid at it, since payments cannot be attributed to one of them. Only payments settled on chains and facilitators we index.
Linked by wallet — likely same operator
On-chain agent identity and the x402 endpoint that shares its settlement wallet.
Response schema
{
"properties": {
"child": {
"properties": {
"address": {
"type": "string"
},
"control": {
"examples": [
"platform_managed"
],
"type": "string"
},
"custody": {
"examples": [
"cdp_server_wallet"
],
"type": "string"
},
"label": {
"nullable": true,
"type": "string"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"depositAmount": {
"type": "string"
},
"fee": {
"type": "string"
},
"feePercent": {
"type": "number"
},
"forwardStatus": {
"examples": [
"pending",
"settled",
"forward_failed",
"held"
],
"type": "string"
},
"grossPaid": {
"type": "string"
},
"paymentReceived": {
"type": "boolean"
},
"provisioned": {
"type": "boolean"
},
"receiptId": {
"type": "string"
},
"receiptUrl": {
"type": "string"
},
"status": {
"description": "payment_received means x402 payment accepted, not that target already holds net funds",
"examples": [
"payment_received"
],
"type": "string"
},
"target": {
"type": "string"
}
},
"type": "object"
}