consensys.io
Consensys - Building the Era of Decentralized Finance
Consensys is a blockchain software company building the tools, infrastructure and research that power the new Era of Decentralized Finance, for a more secure and open economy
45
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ○ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for consensys.io
Made from what Actuent already knows. Edit it, then publish it at
https://consensys.io/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "consensys.io",
"name": "Consensys - Building the Era of Decentralized Finance",
"language": "en",
"pages": {
"/": {
"title": "Consensys - Building the Era of Decentralized Finance",
"content": "Consensys is a blockchain software company building the tools, infrastructure and research that power the new Era of Decentralized Finance, for a more secure and open economy"
},
"/mythx": {
"title": "Mythx",
"content": "Consensys MythX smart contract security analysis service page covering static analysis, symbolic execution, and fuzzing to detect Ethereum and EVM-compatible contract vulnerabilities within the Consensys Web3 enterprise ecosystem."
},
"/company": {
"title": "Company",
"content": "About page for Consensys covering the company's founding by Ethereum co-founder Joseph Lubin, its history building Ethereum infrastructure, and its portfolio of products including MetaMask, Infura, and Linea across the Web3 ecosystem."
},
"/ethereum/trust": {
"title": "Trust",
"content": "Consensys editorial page positioning Ethereum as \"trustware\" — programmable, cryptographically secure, decentralized trust infrastructure underpinning the global Web3 ecosystem, with ETH as the economic fuel."
},
"/crypto-regulations": {
"title": "Crypto Regulations",
"content": "Consensys perspective and policy positions on global cryptocurrency and blockchain regulation, covering regulatory framework design, decentralization, open-source software, token classification, and DeFi innovation considerations."
},
"/knowledge-base/defi": {
"title": "Defi",
"content": "Consensys knowledge base covering DeFi concepts, Ethereum decentralized finance ecosystem reports, MetaMask and MetaMask Institutional access to DeFi protocols, and developer infrastructure for building decentralized applications."
},
"/blockchain-use-cases": {
"title": "Blockchain Use Cases",
"content": "Industry-by-industry breakdown of Ethereum and blockchain adoption use cases for enterprises, governments, and institutions, covering capital markets, CBDCs, supply chain, digital identity, healthcare, insurance, and trade finance."
},
"/knowledge-base/blockchain": {
"title": "Blockchain",
"content": "Introductory knowledge base article covering blockchain technology fundamentals, including peer-to-peer networks, distributed ledger technology, decentralization, and how Ethereum extends blockchain with smart contract programmability."
},
"/blockchain-use-cases/case-studies": {
"title": "Case Studies",
"content": "Real-world Consensys infrastructure case studies showing how Ethereum blockchain scalability enables use cases across finance, supply chain, government, trade, NFTs, and social impact."
},
"/blockchain-use-cases/decentralized-finance": {
"title": "Decentralized Finance",
"content": "Consensys overview of decentralized finance (DeFi) on Ethereum, covering real-world use cases including lending, borrowing, stablecoins, tokenized assets, smart contracts, and financial inclusion for individuals, developers, and institutions."
},
"/blockchain-use-cases/finance/metamask-swaps": {
"title": "Metamask Swaps",
"content": "Consensys case study on MetaMask Swaps, a built-in wallet feature for swapping crypto tokens across DEX aggregators and market makers to surface best prices with lowest network fees on Ethereum."
}
},
"actions": [
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Consensys - Building the Era of Decentralized Finance",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Consensys - Building the Era of Decentralized Finance",
"url": "https://consensys.io",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Shop products
Browse and buy products
shopbuyproductsstorecatalogPages
Consensys - Building the Era of Decentralized Finance /
Consensys is a blockchain software company building the tools, infrastructure and research that power the new Era of Decentralized Finance, for a more secure and open economy
Mythx /mythx
Consensys MythX smart contract security analysis service page covering static analysis, symbolic execution, and fuzzing to detect Ethereum and EVM-compatible contract vulnerabilities within the Consensys Web3 enterprise ecosystem.
Company /company
About page for Consensys covering the company's founding by Ethereum co-founder Joseph Lubin, its history building Ethereum infrastructure, and its portfolio of products including MetaMask, Infura, and Linea across the Web3 ecosystem.
Trust /ethereum/trust
Consensys editorial page positioning Ethereum as "trustware" — programmable, cryptographically secure, decentralized trust infrastructure underpinning the global Web3 ecosystem, with ETH as the economic fuel.
Crypto Regulations /crypto-regulations
Consensys perspective and policy positions on global cryptocurrency and blockchain regulation, covering regulatory framework design, decentralization, open-source software, token classification, and DeFi innovation considerations.
Defi /knowledge-base/defi
Consensys knowledge base covering DeFi concepts, Ethereum decentralized finance ecosystem reports, MetaMask and MetaMask Institutional access to DeFi protocols, and developer infrastructure for building decentralized applications.
Blockchain Use Cases /blockchain-use-cases
Industry-by-industry breakdown of Ethereum and blockchain adoption use cases for enterprises, governments, and institutions, covering capital markets, CBDCs, supply chain, digital identity, healthcare, insurance, and trade finance.
Blockchain /knowledge-base/blockchain
Introductory knowledge base article covering blockchain technology fundamentals, including peer-to-peer networks, distributed ledger technology, decentralization, and how Ethereum extends blockchain with smart contract programmability.
Case Studies /blockchain-use-cases/case-studies
Real-world Consensys infrastructure case studies showing how Ethereum blockchain scalability enables use cases across finance, supply chain, government, trade, NFTs, and social impact.
Decentralized Finance /blockchain-use-cases/decentralized-finance
Consensys overview of decentralized finance (DeFi) on Ethereum, covering real-world use cases including lending, borrowing, stablecoins, tokenized assets, smart contracts, and financial inclusion for individuals, developers, and institutions.
Metamask Swaps /blockchain-use-cases/finance/metamask-swaps
Consensys case study on MetaMask Swaps, a built-in wallet feature for swapping crypto tokens across DEX aggregators and market makers to surface best prices with lowest network fees on Ethereum.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=consensys.io
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim consensys.io to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="consensys.io" async></script> or the image https://api.actuent.ai/badge.svg?domain=consensys.io&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
