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

# Transparency Dashboard

> Browse and analyze public projects and their active assertions

The Transparency Dashboard is a public interface that displays projects registered on the Credible Layer, their linked contracts, and the assertions protecting them.

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

## Features

### Browse Projects

View public projects and their details:

* Project names, descriptions, and target chains
* Linked contract addresses
* Active assertions protecting each contract
* Assertion implementation details, trigger conditions, and parameters
* Recent public events related to contracts and assertions being added or removed
* Limited public invalidation records, when available

### Search / Filter

* You can search for projects at any time using the search bar in the top right corner or by hitting `cmd/ctrl + k`
* You can filter projects by network

## Accessing the Transparency Dashboard

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

<Frame caption="Phylax Explorer projects page">
  <img src="https://mintcdn.com/phylaxsystems/52ijm7LHavAYiL56/images/explorer_screenshot_dapp.png?fit=max&auto=format&n=52ijm7LHavAYiL56&q=85&s=3e790a15a1daed11379aba3f6c362360" alt="Phylax Explorer projects page showing public projects" width="1833" height="833" data-path="images/explorer_screenshot_dapp.png" />
</Frame>

## Use Cases

**For Users and Security Researchers**

* Verify which assertions protect a protocol before interacting
* Compare security postures across protocols

**For Developers**

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

## Visibility Boundaries

The public explorer is designed to make assertion posture reviewable without exposing private incident evidence.

Public views can show:

* Projects and protected contracts
* Active assertion posture
* Public project events
* Limited invalidation metadata
* Aggregate invalidation history, such as a reference ID and timestamp

Private project views are required for:

* Full invalidating transaction payloads
* Execution traces and assertion traces
* Staging invalidations
* Notification and project management settings

Detailed invalidation evidence is scoped to project managers and approved collaborators. Public views keep the dashboard useful for posture review while private views retain the full payloads and traces needed for triage.

## Why Users Trust Protected Protocols

* **Public registry**: Assertions and protected contracts are visible on-chain
* **Transparent enforcement**: Dropped transactions surface as limited public invalidation records and detailed private project incidents
* **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="Incidents" icon="warning" href="/credible/dapp-incidents">
    Learn more about invalidations
  </Card>

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