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

# The Phylax Explorer

> Browse public protocol protection posture, evidence, and invalidation data

**[The Phylax Explorer](/credible/dapp-explorer)** is the public dashboard for projects that have opted into runtime enforcement. It shows what a protocol has protected, which evidence the team has added, and what invalidation information is public.

The Phylax Explorer can show:

* Projects and protected contracts
* Active assertion posture
* Summaries of protected actions, assertion behavior, circuit breakers, failure modes, and assertion triggers
* Operational risk properties where verifiable
* Deployed-vs-audited code context where available
* GitHub, audit, and formal verification links
* Aggregate invalidation history, such as a reference ID and timestamp

<Frame caption="The Phylax Explorer project directory">
  <img src="https://mintcdn.com/phylaxsystems/DloiTv-9vCwonFL4/images/phylax-explorer-projects.png?fit=max&auto=format&n=DloiTv-9vCwonFL4&q=85&s=cae8c3748355666d1ecb92f1bab69b30" alt="The Phylax Explorer project directory showing public protocol projects, search, saved projects, and network labels" width="3294" height="2158" data-path="images/phylax-explorer-projects.png" />
</Frame>

<Note>
  For a high-level view of how the platform interfaces with the rest of the system, see
  [Interface Overview](/credible/interfaces-overview).
</Note>

### Search / Filter

* You can search for projects at any time using the project search field or by hitting `cmd/ctrl + k`
* You can filter projects by network

## Security Posture Evidence

The Phylax Explorer is designed to help users inspect protocol security information without reducing it to a score.

The Phylax Explorer can show the protections that are active for each public project, the contracts they apply to, the actions they check, and the unsafe conditions they are meant to prevent. Where supporting evidence is available, The Phylax Explorer can also show admin and upgrade information, audit links, and deployed-vs-audited code context.

Use this view to answer questions such as:

* Which contracts are protected?
* Which assertions are active?
* What actions cause each assertion to run?
* What failure modes are the assertions designed to block?
* Who appears to control upgrades or sensitive operations?
* Does the deployed code appear to match known audited code?

For more detail, see [Security Posture in The Phylax Explorer](/credible/explorer-security-posture).

## Accessing The Phylax Explorer

1. Click the "Explorer" tab in the navigation bar
2. Browse projects

## Use Cases

**For Allocators and Risk Teams**

* Review which controls a protocol has listed publicly
* Compare protected contracts, active assertions, upgrade information, audit context, and evidence across protocols

**For Users and Security Researchers**

* Verify which assertions protect a protocol before interacting
* Review public evidence and invalidation metadata when available

**For Protocol Teams**

* Show users, partners, and investors what protections are active
* Explain assertion coverage without requiring every reviewer to read source code first
* Keep project metadata, audit links, and repository context current

**For Developers**

* Browse assertions from protocols with similar contracts
* Learn from existing assertion implementations
* Copy and adapt assertion patterns for your own protocol

## Why Users Trust Protected Protocols

* **Public registry**: Assertions and protected contracts are visible on-chain
* **Transparent enforcement**: Dropped transactions appear as limited public invalidation records and detailed private project invalidations
* **Auditable rules**: Assertions are published Solidity, not opaque policy

## Next Steps

<CardGroup cols={2}>
  <Card title="Platform Overview" icon="info" href="/credible/dapp-overview">
    Learn more about the platform
  </Card>

  <Card title="Projects" icon="folder" href="/credible/dapp-projects">
    Create your own project
  </Card>

  <Card title="Invalidations" icon="warning" href="/credible/dapp-invalidations">
    Learn more about invalidations
  </Card>

  <Card title="Writing Assertions" icon="code" href="/credible/write-first-assertion">
    Learn how to write assertions
  </Card>
</CardGroup>
