# Kleros Scout Agent Entry Summary: Kleros Scout is a UI for four fixed Gnosis Chain Kleros Curate LightGeneralizedTCR registries. Agents must load the Curate skill, Scout registry rules, and Light Curate contract operations before submitting, challenging, removing, appealing, or analyzing Scout registry items. Canonical Scout site: https://scout-app.kleros.io/ Start here: 1. Kleros Curate skill: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/SKILL.md 2. Scout registry rules: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/scout-registries.md 3. Light Curate contract operations: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/light-curate.md Scout registry scope: `scout-registries.md` applies only to these four Gnosis Chain registries: - ATQ / Address Tags Query: `0xAe6aaed5434244be3699c56E7Ebc828194F26dc3` - Address Tags: `0x66260C69d03837016d88c9877e61e08Ef74C59F2` - Kleros Tokens: `0xeE1502e29795Ef6C2D60F8D7120596abE3baD990` - CDN / Contract Domain Names: `0x957A53A994860BE4750810131d9c876b2f52d6E1` If a registry address is not one of those four, do not use Scout seed templates or Scout-only assumptions. Verify the Curate flavor first. Task routing: - Scout submissions: read `SKILL.md`, `scout-registries.md`, and `light-curate.md`; use the Scout seed template; fetch current MetaEvidence; read the registry policy; compute the live deposit; simulate before submitting. - Scout challenges, removals, evidence, and appeals: read `SKILL.md`, `scout-registries.md`, and `light-curate.md`; verify the current policy and request state before acting. - Item JSON and image fields: use the Scout seed template first, then cross-check current MetaEvidence. Do not change `item.json.columns`; only populate `values`. - Contract calls and deposits: use `light-curate.md` and fresh onchain reads. Do not guess deposits, arbitration costs, challenge windows, policies, addresses, or schemas. Supporting references: - MetaEvidence: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/shared-metaevidence.md - item.json construction: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/shared-item-json.md - Deposits: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/shared-deposits.md - IPFS upload: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/shared-ipfs-upload.md - ABI fragments: https://raw.githubusercontent.com/kleros/kleros-skills/master/kleros-curate/references/shared-abi-fragments.md Conflict rule: If this file conflicts with the canonical `kleros-skills` repository, follow `kleros-skills`.