How They Compose
Independence
Section titled “Independence”Each protocol works alone. You can deploy ACAP without Phala, NERVE
without PACE, or any single protocol in isolation. The primitives are
self-contained and the capabilities.extensions entries are independent.
Composition
Section titled “Composition”When multiple protocols are deployed on the same AgentCard, they produce compound guarantees:
PACE + ACAP (Accessibility + Consent)
Section titled “PACE + ACAP (Accessibility + Consent)”Consent becomes accessibility-conditional. Before creating a
ConsentRecord (ACAP), the system performs a ConsentCapacityCheck
(PACE) to verify the principal can meaningfully consent right now.
Consent given during sundowning hours or without the principal’s
language support is flagged as non-compliant.
PACE + Phala (Accessibility + Welfare)
Section titled “PACE + Phala (Accessibility + Welfare)”Satisfaction measurement becomes capability-aware. Phala’s implicit
signals (response time, engagement) are normalized against the
principal’s declared capabilities. A 200-second response from a
principal with response_timeout: 300s is fast, not slow.
NERVE + ACAP (Integrity + Consent)
Section titled “NERVE + ACAP (Integrity + Consent)”Trust-triggered re-consent. When NERVE’s MicroglialObserver drops an
agent’s trust_score below 0.4, any active consent records for that
agent are invalidated. The agent must re-establish consent before acting
on the principal’s behalf.
NERVE + Phala (Integrity + Welfare)
Section titled “NERVE + Phala (Integrity + Welfare)”Outcome valence drives myelination. Phala’s positive/negative valence
signals strengthen or weaken NERVE’s SynapticChannel myelination,
creating a feedback loop where well-performing pathways become faster
and poorly-performing ones are attenuated.
All Four Together
Section titled “All Four Together”The full lifecycle:
- PACE checks: can this principal participate?
- ACAP checks: has the caller honored the callee’s terms?
- NERVE checks: is this agent still trustworthy?
- Phala measures: did the action serve the principal?
Each phase feeds the next. Accessibility gates consent. Consent gates action. Integrity monitors the action. Welfare evaluates the result. The result feeds back into trust (NERVE myelination) and future routing (Phala BeliefUpdate), closing the loop.
ACAP Extensions
Section titled “ACAP Extensions”ACAP carries four reference extensions that layer specific deployment concerns onto the Core chain without modifying it: governance tiering, category preferences, regulatory context, and audit projection. The extensions compose in turn: category preferences defines the (category, dimension) grid, regulatory context enforces jurisdictional floors on the same grid, governance tiering consults the effective floor when classifying a re-consent diff, and audit projection renders the full trail into a regulator-facing report.
On the AgentCard
Section titled “On the AgentCard”All four protocols declare themselves in the same capabilities.extensions
array. See For A2A Developers for the
full AgentCard example.