mirrored listing x402 eip155:8453

StillOS Edge-Gate — grade a settled strategy track record: fail-closed REAL_EDGE|REGIME_LU

StillOS Edge-Gate — grade a settled strategy track record: fail-closed REAL_EDGE|REGIME_LUCK|NEGATIVE_EV|INSUFFICIENT_DATA verdict, out-of-sample + fee/slippage adjusted, Ed25519-signed receipt. Backed by a $10 on-chain correctness bond, up to $1 slashable per proven-wrong verdict -- verify at /notary/bond, dispute at /notary/dispute.

Do you run stillosdigitalholdings.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated

Provider

stillosdigitalholdings.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xfAB07d26F7627fc4cE459ecf90d7E015F7eEcE71",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "agent": "my-agent",
          "trades": [
            {
              "outcome": "win",
              "price": 100,
              "side": "buy",
              "t": "2026-07-01T00:00:00Z"
            }
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "profit_factor": 1.8,
          "receipt_hash": "def456...",
          "sample_size": 42,
          "signature": "base64_ed25519_sig",
          "verdict": "REAL_EDGE"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {}
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://stillosdigitalholdings.com/bazaar-v2/grade-strategy"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://stillosdigitalholdings.com/bazaar-v2/grade-strategy");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://stillosdigitalholdings.com/bazaar-v2/grade-strategy")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/12390.json, and this resource appears in /discovery/resources and /discovery/search.