> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phylax.systems/llms.txt
> Use this file to discover all available pages before exploring further.

# Trust Model & Guarantees

> Credible Layer enforcement guarantees, scope, and operational model

This page summarizes the Credible Layer trust model in plain language.

## Core Guarantees

* **Deterministic enforcement**: given the same on-chain state and assertion code, enforcement
  results are deterministic
* **Pre-execution protection**: transactions that violate deployed assertions are excluded from
  blocks by networks running the enforcer
* **Transparent rules**: assertions are public Solidity code and can be audited by anyone

## Scope of Guarantees

* **Assertion-defined coverage**: enforcement applies to the behaviors captured by active assertions
* **Protocol-authored rules**: protocol teams define and maintain the rules that protect their contracts
* **Integrated environments**: enforcement applies on networks and environments where the enforcer is integrated and the assertion is active
* **On-chain coordination**: the State Oracle contracts remain the source of truth for assertion lifecycle state and timelocks

## Operational Model

* The network runs the Assertion Enforcer during block building
* The enforcer can access registry data (from on-chain events) and assertion bytecode
* The network follows its normal transaction validity rules alongside enforcement
* Production assertions are admitted with bounded triggers and resource limits before they become part of the active execution set
* Network integrations define continuity behavior for maintenance windows and degraded components

## Assurance Practices

Teams build confidence by validating assertions locally, backtesting against historical transactions, running assertions in staging, and promoting to production only after sufficient review. See [How to Plan Assertion Testing](/credible/testing-strategy) for the recommended workflow.

## Next Steps

<CardGroup cols={2}>
  <Card title="Architecture Overview" icon="diagram-project" href="/credible/architecture-overview">
    Understand the system components and flows
  </Card>

  <Card title="Assertion Enforcer" icon="shield" href="/credible/assertion-enforcer">
    Enforcement details and validation process
  </Card>

  <Card title="FAQ" icon="circle-question" href="/credible/faq">
    Common questions about the Credible Layer
  </Card>
</CardGroup>
