Pricing
Five cents a check. That’s the whole price list.
No subscription, no seats, no tiers. Ounie credits are one cent each and are shared across every Ounie app, so the credits you bought for something else work here.
With an Ounie account
5credits per check
= $0.05 · 1 credit = 1¢
- Reserved when the check starts, settled when signals resolve.
- Zero signals resolved: refunded in full, back to the exact pools it came from.
- Re-reading and listing your past checks is free, forever.
- Runs on the web, over REST with a key, and over MCP.
Keyless, for agents
$0.06per check, in USDC
x402 on Base · no account, no key
- POST a domain, get a 402 quoting the terms, sign and retry.
- A malformed domain or a non-public address is refused with a 400 before any price is quoted.
- Payment is verified before the work and settled only after — nothing settles for an empty result.
- There is no refund on chain, which is exactly why the order is that way round.
POST https://trustcheck.ounie.com/api/x402/check
{"url":"example-shop.com"}Unused reserves refund
A non-answer is free.
If not one of the six signals could be observed, the check has told you nothing — and Ounie does not charge for nothing. The reserve returns to the exact credit pools it came from.
5 credits reserved while the check runs.
Note the case that is not free: a check that resolved two or three signals bills normally. It did real work and gave you a real, if partial, answer — the band comes back insufficient so you know exactly how partial.
Questions
The awkward ones first.
Does a low score mean a business is a scam?
Is this KYB?
Can a business game the score?
What happens when a signal can't be read?
insufficient and score is null.Does a language model decide the score?
GET /api/pricing and through the MCP get_scoring_model tool. The same observations always produce the same number, and you can recompute any score we hand you.