Skip to main content
The Phylax 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
The Phylax Explorer project directory showing public protocol projects, search, saved projects, and network labels

The Phylax Explorer project directory

For a high-level view of how the platform interfaces with the rest of the system, see Interface Overview.

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.

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

Platform Overview

Learn more about the platform

Projects

Create your own project

Invalidations

Learn more about invalidations

Writing Assertions

Learn how to write assertions