> ## 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.

# Evaluate Credible Layer

> A quick checklist for protocol teams and networks evaluating Credible Layer

This checklist helps teams evaluate whether the Credible Layer is a fit for their protocol or network.

## For Protocol Teams

* Do we have invariants that should never be violated?
* Can we encode those rules as assertions in Solidity?
* Do we want pre-execution protection rather than post-mortem monitoring?
* Are we comfortable with transparent, public rules?
* Do we have a team to monitor incidents and iterate on rules?

## For Networks & Sequencers

* Can we integrate an external enforcer into block building?
* Do we want a policy layer for transaction admission?
* Do we want to offer protocol teams optional enforcement?
* Do we have monitoring and incident review workflows?

## Decision Support

If you answered “yes” to most of the above, Credible Layer is likely a good fit.

## Next Steps

<CardGroup cols={2}>
  <Card title="Plan a Platform Integration" icon="browser" href="/credible/dapp-integration">
    High-level adoption for protocol teams
  </Card>

  <Card title="Network Integration" icon="sitemap" href="/credible/network-integration">
    High-level adoption for networks and sequencers
  </Card>

  <Card title="Architecture Overview" icon="diagram-project" href="/credible/architecture-overview">
    System components and transaction flow
  </Card>
</CardGroup>
