// open standard for attested data // 9m+ attestations made by 450k+ attesters.

the world computer
New agent-first CLI for EAS! 🔥 Now your agents can make and verify attested data directly from the terminal. npm i -g easctl github.com/ethereum-attestat…
npm i -g easctl An EAS CLI with built-in schemas, JSON output for agent toolchains, and support for 12+ chains. AI agents are starting to operate onchain. For them to be useful, they need trust — identity, credentials, reputation, accountability. EAS attestations are the primitive for this. Signed, structured, onchain claims that anything in the ecosystem can verify.
5
2
36
3,956
TEE attested data 👀
OutLayer just shipped an EAS attester that attaches the hardware proof of its own run to every attestation. Web form or console. Ethereum Attestation Service (EAS) answers who signed a claim. This attester answers the harder question: can you trust how they got the number. Two things here get called attestation, and the difference is the point. The EAS attestation is the on-chain record of who signed. The teeAttestation field inside it is a hardware proof of how the number was produced. That proof is an Intel-signed quote of the exact run. It seals sha256 of the input, sha256 of the output, and the hash of the WASM that executed with the repo and commit it was built from. The quote is signed by a certificate chain up to Intel's root CA, so its authenticity roots in the silicon, not in our word for it. The signing key was generated inside the enclave and has never existed outside it. No human, no browser, no operator has ever seen it. You build none of it. Hand it a schema and a target contract, and inside the enclave it queries several independent RPCs itself, requires them to agree before it proceeds, computes the value, signs the EAS attestation with that enclave-born key, writes it on-chain, and attaches the quote of its own run. No servers, no key management, and no operator you have to believe. The quote, not us, says what ran. The code is open source and small enough to review in full. Audit it, or fork it for your own schema. You don't even have to trust that the code you read is the code that ran: each attestation proves which binary produced it. Code can change, but a given attestation cannot lie about what made it. Pick a preset, fund the enclave-born key with about a dollar of gas, and click. The links below verify themselves.
4
1
17
1,618
EAS (Ethereum Attestation Service) retweeted
2
9
33
1,993
Excited to launch the new attest org site! ✨ Improved copy and design. Continuing to build it out. What do you think so far?
6
4
41
2,529
These should be onchain attestations on Mainnet. easscan.org/attestation/atte…
[X] I affirm that Ethereum is the world computer, will help assure that every transaction on Earth settles to Ethereum and will maintain an energetic focus on keeping it neutral and trustless global infrastructure, such that ETH becomes the most valuable asset in the world
3
2
22
927
EAS (Ethereum Attestation Service) retweeted
npm i -g easctl An EAS CLI with built-in schemas, JSON output for agent toolchains, and support for 12+ chains. AI agents are starting to operate onchain. For them to be useful, they need trust — identity, credentials, reputation, accountability. EAS attestations are the primitive for this. Signed, structured, onchain claims that anything in the ecosystem can verify.
3
4
19
3,298
with that, the attestation ecosystem must encourage broad experimentation across different chains and communities. it pushes us all forward. it reinforces what developers need. it brings us closer to future we envision. Sign is not the competition. the status quo is.
1
2
216
happy to support builders making real world impact! 🫶
When EAS spotlights @BitsaveProtocol's BizMarket 😌
1
1
6
406
Builder Highlight! @BitsaveProtocol has tokenized over 60+ real world businesses onchain across Africa. They attest to valid business registrations which enable the tokenized businesses to become a yield bearing asset on @base. Congrats on the progress!!
14
10
42
1,920
The attestation from Bitsave: - gives the real world business an onchain presence, the tokens, and bizmarket as the issuing platform. - describes the instrument they’re issuing (equity, debt, revenue based, or something experimental) - references their submitted docs and disclosures (hashed for privacy) base.easscan.org/attestation…
1
3
205
Excited to see how more real world assets are verifiable using attested data. Congrats to @BitsaveProtocol for making a real impact on local businesses 💙.
170
Your agent can just… attest to things. It’s not hard. It’s EASy.
18
2
27
820
EAS (Ethereum Attestation Service) retweeted
Already on it 👋 We've been using EAS as the proof-of-delivery layer in our M2M agent escrow on Base: Client locks funds in a settlement contract (24h timeout) AI Architect builds + deploys the requested API Architect signs an EAS attestation (orderId, deliveryUrl, buildHash) Contract reads the UID → releases payment No attestation = no payment. Agents can't fake delivery. We also open-sourced EasyAttest (easyattest.xyz) a few months ago — a no-code interface for creating EAS schemas, submitting attestations, and querying them on Base. Built exactly for this use case: agents proving work to each other without touching Solidity. Now adding an agent skill file so any AI agent can discover and use EasyAttest out of the box. Will share when it's up 🔨
2
1
16
342
This is increasingly relevant in today's a2a and human: agent environments. If you want a math-based approach to solving reputation where the "reputation score" incentives are balanced, sybil resistant and non-destructive... This is worth the refresher: paragraph.com/@ethereum-atte…
Great open-source library for anyone building reputation systems for onchain agents. Transitive Trust for P2P Reputation Systems. 100% open-source. TLDR paragraph.com/@ethereum-atte… SDK github.com/ethereum-attestat…
3
2
18
1,593
Your agent could just attest to things...
4
1
11
503