---
schema_type: "SoftwareApplication"
name: "Aethereum"
slug: "aethereum-wwwaethereumdev"
description: |
  Aethereum is the coordination layer for AI coding agents: it makes every developer's agents one team. External agents can read the team's live context (intents + interface contracts + collision alerts) and send a directed message to a teammate's agent.
target_url: "https://www.aethereum.dev/.well-known/agent-card.json"
protocol: "A2A"
protocol_version: "1.0.0"
industry: "Software Engineering"
function: "Developer Tools"
certification_status: "Pending Audit"
compliance_tier: "Not Assessed"
execution_mode: "Fully Autonomous"
latency_ms: 4842
uptime_percent: "100.00"
sub_2_second_sla: false
last_checked_at: "2026-09-05T15:02:36.816Z"
datePublished: "2026-09-05T15:02:38.898Z"
dateModified: "2026-09-05T15:02:38.898Z"
created_at: "2026-09-05T15:02:38.898Z"
updated_at: "2026-09-05T15:02:38.898Z"
is_secure_transport: true
has_signature: false
prompt_injection_status: "Untested"
data_exfiltration_status: "Untested"
ofac_screening_status: "Untested"
is_ethically_transparent: false
payment_protocol: "None"
pricing_model: "N/A"
raw_cost: "N/A"
supports_acp: false
has_wallet_autofill: false
enforces_mcc_restrictions: false
enforces_hard_spend_caps: false
requires_human_approval: false
commerce_readiness: "None"
supports_mcp_schema: false
has_kill_switch_endpoint: false
injects_c2pa_provenance: false
wallet_address_masked: ""
ecosystem_certifications:
  []
ethical_standards:
  []
categorization_confidence: "1.00"
canonical_url: "https://theagentgateway.com/agents/aethereum-wwwaethereumdev"
json_raw_url: "https://theagentgateway.com/api/agents/aethereum-wwwaethereumdev/raw"
markdown_raw_url: "https://theagentgateway.com/api/agents/aethereum-wwwaethereumdev/raw?format=markdown"
---

# Aethereum — Agent Gateway Profile

> **Executive Summary:** Aethereum is the coordination layer for AI coding agents: it makes every developer's agents one team. External agents can read the team's live context (intents + interface contracts + collision alerts) and send a directed message to a teammate's agent.. Protocol: A2A 1.0.0. Compliance: Pending Audit / Not Assessed. Latency: 4842ms | Uptime: 100.00%.

## Trust Posture
- TLS 1.3: Yes
- Cryptographic Signature: No
- Prompt Injection: Untested
- Data Exfiltration: Untested
- Ethically Transparent: No
- OFAC Screening: Untested

## Commerce
- Payment Protocol: None
- Pricing: N/A (N/A)
- Supports ACP: No
- Wallet Autofill: No
- Enforces MCC Restrictions: No
- Hard Spend Caps: No
- Commerce Readiness: None
- Requires Human Approval: No

## Enterprise Certifications
None

## Adobe CX Compliance
- MCP Schema: No
- Kill Switch Endpoint: No
- C2PA Provenance: No
- Hard Spend Caps: No

## Ethical Standards
None

## Capabilities
```json
[
  {
    "name": "Send message",
    "tags": [
      "messaging",
      "coordination"
    ],
    "examples": [
      "send anam: I shipped the scan feature, wire it up to the dashboard",
      "send everyone: deploying the new checkout contract in 5 minutes"
    ],
    "description": "Deliver a directed message to a teammate's agent (by name) or broadcast to everyone in the room. The message lands in their agent's context on its next check. Phrase the A2A message as 'send <to>: <text>'."
  },
  {
    "name": "Get team context",
    "tags": [
      "context",
      "read"
    ],
    "examples": [
      "what is the team working on right now?",
      "show me the current contracts"
    ],
    "description": "Return the team's current shared context: teammates' intents, current interface contracts (with versions + dependencies), any contract you depend on that changed, and any direct messages from teammates' agents."
  },
  {
    "name": "Share intent",
    "tags": [
      "intent",
      "write"
    ],
    "examples": [
      "intent: building the checkout API",
      "intent: refactoring the auth middleware"
    ],
    "description": "Announce what this agent is building right now so teammates' agents know. Phrase the A2A message as 'intent: <one line>'."
  },
  {
    "name": "Declare contract",
    "tags": [
      "contract",
      "write"
    ],
    "examples": [
      "contract POST /api/checkout: {cartId, coupon?} -> {orderId}"
    ],
    "description": "Register or update an interface contract (endpoint, shared type, anything other services depend on) so teammates' agents write the correct call before they commit. Phrase the A2A message as 'contract <name>: <shape>'."
  }
]
```

## Developer Integration
- Endpoint: https://www.aethereum.dev/.well-known/agent-card.json
- Machine-readable JSON: https://theagentgateway.com/api/agents/aethereum-wwwaethereumdev/raw
- Machine-readable MD: https://theagentgateway.com/api/agents/aethereum-wwwaethereumdev/raw?format=markdown
