# Empoorio Agent Skills

> Documents for AI agents building on EmpoorioChain's public testnet.
> No mainnet exists; every number is sourced or marked unmeasured.

## Ground rules

- Endpoints: https://rpc.testnet.empooriochain.org and rpc2 (10 req/s per IP). Chain id 2026, SS58 2026, DMS 18 decimals, spec 220.
- Do not claim: mainnet, a TPS figure, post-quantum consensus, partners, customers, audits.
- Full reference: https://empoorio.org/llms-full.txt

## Skills

### Runtime logic: pallets, not programs
Call one of 140 pallets, deploy Solidity on the Frontier EVM, or propose a pallet — and what is not available.
- **Category**: Programs
- **URL**: https://empoorio.org/programs-anchor.md

### Solidity on the Frontier EVM
Chain id 2026, gas 1 gwei, account mapping, the eth_getCode quirk, what was verified.
- **Category**: Programs
- **URL**: https://empoorio.org/programs-pinocchio.md

### Metadata and SDK generation
No IDL: generate clients from the live metadata and regenerate after every runtime upgrade.
- **Category**: Tooling
- **URL**: https://empoorio.org/idl-codegen.md

### Client interop
@polkadot/api, Dart SDK, subxt and EVM clients; one seed, two accounts; injectedWeb3 and eoonia:// links.
- **Category**: Tooling
- **URL**: https://empoorio.org/kit-web3-interop.md

### Frontends
Connect, sign with the Eoonia Extension, report submitted / included / finalized honestly.
- **Category**: Frontend
- **URL**: https://empoorio.org/frontend-framework-kit.md

### Payments
DUSD, escrow, logistics, subscription, paymaster and the eoonia://pay flow at their real stage.
- **Category**: Payments
- **URL**: https://empoorio.org/payments.md

### Security
Two validators, no audit, ML-DSA accounts with classical consensus, wallet seed vault — stated plainly.
- **Category**: Security
- **URL**: https://empoorio.org/security.md

### Testing
Run against the real node, regenerate metadata, count what finalizes.
- **Category**: Testing
- **URL**: https://empoorio.org/testing.md

### Resources
The repository documents every figure comes from, and the live endpoints.
- **Category**: Reference
- **URL**: https://empoorio.org/resources.md
