> ## Documentation Index
> Fetch the complete documentation index at: https://phylaxsystems-docs-project-incidents.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Transparency Dashboard

> Browse and analyze all projects and their active assertions

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

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

## Features

### Browse Projects

View all 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 events related to contracts and assertions being added or removed

### Search / Filter

* You can search for projects at any time using the search bar in the top right corner of 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="Explorer">
  <img src="https://mintcdn.com/phylaxsystems-docs-project-incidents/xdXmrF5PoF-vBmjv/images/explorer_screenshot_dapp.png?fit=max&auto=format&n=xdXmrF5PoF-vBmjv&q=85&s=f736c5c5e040669332004459fda946af" alt="Explorer" width="3660" height="1744" 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

## Why Users Trust Protected dApps

* **Public registry**: Assertions and protected contracts are visible on-chain
* **Transparent enforcement**: Dropped transactions surface as incidents
* **Auditable rules**: Assertions are published Solidity, not opaque policy

## Next Steps

<CardGroup cols={2}>
  <Card title="dApp Overview" icon="info" href="/credible/dapp-overview">
    Learn more about the dApp
  </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 incident removal events
  </Card>

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