deposit.now

https://deposit.now/api/deposit

Shares 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.

55
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Aug 21

Response time

p50 1102ms · p95 1358ms
0ms 600ms 1200ms Aug 21
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
8/21/2026, 12:00:00 AM 100% 4 1102ms
55
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
70

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
2

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 8% — 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)

2
payments (30d)
0.01
USD volume (30d)
2
paying wallets (30d)

Payments per day

last payment 8/21/2026
0 3 5 Aug 14Aug 21
Data table
Settled payments per day.
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"
}