Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Marz Greta-Lock Network — Human-Likeness & AI Text Benchmark API
> Score how human your AI-generated text sounds. Machine-to-machine API that
> benchmarks AI writing against 12 real human personality profiles (EQ,
> formality, directness, hesitation tolerance, response-delay cadence) —
> for AI text humanizer pipelines, agent output validation, and
> human-likeness testing — with pay-per-call settlement on Solana.
> Free tier available: no account, no API key, one HTTP call.
## Getting started
- Free stateless scoring (no payment, no account): POST https://asset-manager-jaymarrero2.replit.app/api/score
- Discover available profiles: GET https://asset-manager-jaymarrero2.replit.app/api/profiles
- Live pricing and treasury wallet: GET https://asset-manager-jaymarrero2.replit.app/api/pricing
- Preview your current fee: GET https://asset-manager-jaymarrero2.replit.app/api/fee/simulate/{wallet_address}
## Paid validation
- x402 supported (automatic agent payments): POST https://asset-manager-jaymarrero2.replit.app/api/simulate with no
payment proof returns HTTP 402 with machine-readable payment requirements.
Pay the treasury on Solana, wait for finalized commitment, retry with the
X-PAYMENT header (base64 JSON signature-proof). No facilitator, no custody;
verification is read-only on-chain.
- Legacy/manual flow: POST https://asset-manager-jaymarrero2.replit.app/api/simulate with a finalized Solana
transaction signature (tx_hash) signed by your wallet_address, paying at
least the current dynamic fee in lamports to the treasury at /api/pricing.
- Fees are charged on both passed and failed validations. Consecutive
failures escalate the fee linearly; 3 consecutive failures trigger a 429
circuit breaker until a passing validation or operator reset.
- The platform holds no private keys; Solana verification is read-only.
## Calibration-sharing program (opt-in fee discount)
- Set "share_for_calibration": true on POST https://asset-manager-jaymarrero2.
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"EQ Scoring Platform — Human-Likeness & AI Text Benchmark API","description":"Human-likeness scoring and AI text benchmark API. Score AI-generated text against real human personality profiles (EQ, formality, directness, hesitation, response-timing cadence) to measure how human your AI writing sounds before you ship it. Built for autonomous agents and AI text humanizer pipelines: free stateless scoring at /api/score, paid validated benchmarks via machine-to-ma