ident.halowerk.com publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.006 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/aa-simulate | GET | $0.005 | 402 |
| /v1/dao-snapshot | GET | $0.005 | 402 |
| /v1/multisig-inspect | GET | $0.005 | 402 |
| /v1/name-resolve | GET | $0.002 | 402 |
| /v1/onchain-identity | GET | $0.005 | 402 |
| /v1/sms-receive | GET | $0.006 | 402 |
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 the EntryPoint and, when a paymaster is…
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 leading option, the number of voters, t…
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 modules and the guard contract, and the maste…
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 through the Solana name service. Reverse r…
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 …
Creates a five-minute inbound SMS lease through a configured licensed provider, polls received messages, and releases the number upstream on cancellation, expiry or failed x402 settlement. Twilio is s…