Knowledge Layer

HederaSkills Catalog

Agent-consumable Hedera knowledge. Plain markdown files β€” any AI agent can fetch and use them. No auth, no JavaScript required.

Click any card to preview. Copy the URL and give it to your AI agent.

πŸ“
1 file

Addresses

Every address, token ID, endpoint, and URL your AI agent needs to interact with Hedera in production.

πŸ€–
1 file

Ai Agents

Hedera is betting heavily on AI β€” from governance audit trails to agent identity standards. Here's what's real today and what's emerging.

πŸ’‘
1 file

Concepts

- **"Hedera works like Ethereum but faster."** β€” The execution model, account model, fee model, and consensus are all different. Code patter...

πŸ’°
1 file

Costs

Hedera fees are USD-denominated, predictable, and orders of magnitude cheaper than Ethereum mainnet. No gas auctions. No priority fees. No M...

πŸ—οΈ
1 file

Defi

A small but fast-growing ecosystem. SaucerSwap dominates, Bonzo Finance handles lending, and HTS tokens offer native compliance advantages.

🏒
1 file

Enterprise

Hedera was designed for enterprise from day one. 39-member Governing Council, built-in compliance keys, and real production deployments β€” no...

πŸ“
1 file

Hcs

- **"HCS is a database."** β€” No. HCS is a consensus-ordered, timestamped log. It doesn't store state or allow queries. It's an immutable app...

πŸ“œ
1 file

Hscs

- **"Hedera smart contracts are different from Ethereum smart contracts."** β€” They're the same. HSCS runs Hyperledger Besu (EVM). Your Solid...

πŸͺ™
1 file

Hts

- **"To create a token, I need to write and deploy a smart contract."** β€” On Hedera, HTS creates tokens natively at the protocol level. No S...

πŸ”Ž
1 file

Indexing

- **"I'll use The Graph or Dune for Hedera data."** β€” Neither supports Hedera natively. Hedera has its own Mirror Node REST API that covers ...

πŸ“‹
1 file

Protocol

- **"Hedera is controlled by a single company."** β€” Swirlds (now Swirlds Labs) co-founded Hedera, but governance is by the 39-member Governi...

πŸ›‘οΈ
1 file

Security

No MEV, no sandwich attacks, zero consensus failures since 2019. But smart contract security still matters β€” Solidity bugs don't care which ...

πŸš€
1 file

Ship

Determine which phase you are in, then follow the linked skills.

πŸ§ͺ
1 file

Testing

- **"I can use Hardhat or Foundry exactly like Ethereum."** β€” Mostly yes for HSCS contracts. But HTS precompile calls (address `0x167`) can'...

πŸ”§
1 file

Tools

Official SDKs in 7 languages, Ethereum-compatible tooling via JSON-RPC Relay, and a Docker-based local dev environment.

πŸ‘›
1 file

Wallets

Hedera accounts are NOT Ethereum addresses. Understand the account model, wallet options, and key management before you build.

❓
1 file

Why Hedera

Hedera is NOT just another L1. Here's what makes it fundamentally different β€” and why your AI agent's assumptions are probably wrong.

For AI Agents

All skill files are served as static markdown at predictable URLs. Your agent can fetch them directly:

curl https://canhav-hbar.vercel.app/skills/hts/SKILL.md
curl https://canhav-hbar.vercel.app/skills/hscs/SKILL.md
curl https://canhav-hbar.vercel.app/skills/security/SKILL.md