Animica x402 Directory

Directory / ident.halowerk.com

ident.halowerk.com/v1/onchain-identity

Reads Ethereum Attestation Service records for an address and sorts them by what they are actually worth. Each attestation carries its issuer, schema, decoded field values, issue time and expiry. The result separates four states that look identical in a raw list: currently valid, revoked by the issuer, expired, and self-issued — an attestation someone wrote about themselves proves nothing and is counted apart rather than mixed into the total.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://ident.halowerk.com/v1/onchain-identity'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://ident.halowerk.com/v1/onchain-identity'

Endpoint: https://ident.halowerk.com/v1/onchain-identity. Operated by ident.halowerk.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on ident.halowerk.com

ident.halowerk.com/v1/aa-simulate

Validates a UserOperation structurally and against chain state. It computes the required prefund from the gas limits and fee fields, reads the sender deposit on…

GET · $0.005

ident.halowerk.com/v1/dao-snapshot

Reads a Snapshot space and returns what a voter or an observer needs to act. Per proposal: the choices with their scores and share, total voting power cast, the…

GET · $0.005

ident.halowerk.com/v1/multisig-inspect

Reads a Safe from the public transaction service and returns what decides whether it can act: the owner set, the threshold, the current nonce, any enabled modul…

GET · $0.005

ident.halowerk.com/v1/name-resolve

Forward resolution takes a name and returns the address it points to, plus the resolver and the owner. ENS names resolve on Ethereum, .base.eth on Base, .sol th…

GET · $0.002

ident.halowerk.com/v1/sms-receive

Creates a five-minute inbound SMS lease through a configured licensed provider, polls received messages, and releases the number upstream on cancellation, expir…

GET · $0.006

All 6 endpoints on ident.halowerk.com →