Skip to content
@phylaxsystems

Phylax

Building verifiable, embedded hack prevention.

Phylax Logo

Phylax Systems

Phylax was founded in the aftermath of the $200mm Nomad hack and is backed by $4.5mm from Nascent, Figment Capital, Robot Ventures, and other leading investors and angels.

Adoption requires trust, and trust requires security.

The Credible Layer

The Credible Layer is a network extension that enables apps to define security rules and prevents transactions from violating them. These rules—called assertions—are defined in Solidity, executed off-chain, and enforced on-chain.

How It Works

  1. Define rules in Solidity — Write assertions that specify states your protocol should never reach. No contract modifications required.
  2. Network validation — The network checks each transaction against your assertions before block inclusion.
  3. Transaction blocking — Violating transactions are dropped and never execute.

Key Benefits

  • Pre-execution prevention — Exploits are blocked before they execute, not detected after
  • No contract changes — Protect any contract, including immutable ones
  • Transparent & verifiable — All rules are public Solidity code, auditable by anyone
  • Zero false positives — Binary enforcement based on rules, not probabilistic methods

Key Repositories

Core Tools

Repository Description
pcl CLI tool for testing, authenticating, storing and submitting assertions
phoundry Modified Foundry with Credible Layer support—a drop-in replacement for dapp and seth
credible-layer-dapp Web interface for viewing and managing Phylax projects and assertions

Libraries & SDKs

Repository Description
credible-std Standard library providing utilities and cheatcodes for writing assertions
credible-sdk SDK for integrating with the Credible Layer

Infrastructure

Repository Description
credible-layer-contracts On-chain smart contracts for the Credible Layer
assertion-da Data availability layer for storing and serving assertions via JSON-RPC
assertion-executor Executor responsible for validating assertions against transactions

Examples & Getting Started

Repository Description
credible-layer-starter Starter templates that work out of the box
assertion-examples Collection of assertion examples including real-world hacks that could have been prevented

Get Started

Install the CLI and write your first assertion in minutes:

# Install pcl via Homebrew
brew install phylaxsystems/pcl/pcl

Visit our documentation for comprehensive guides on writing assertions, testing, and deployment.

Connect

Popular repositories Loading

  1. credible-layer-whitepaper credible-layer-whitepaper Public

    We introduce the Phylax Credible Layer, a novel blockchain security mechanism designed to prevent and mitigate hacks in decentralized appli- cations by integrating at the network’s base layer.

    16

  2. phoundry phoundry Public

    Forked from foundry-rs/foundry

    A drop-in replacement for `dapp` and `seth` in Rust

    Rust 10

  3. credible-sdk credible-sdk Public

    Rust 6 3

  4. security-tools security-tools Public

    Helpful security tools so that you don't get rekt

    Shell 4 1

  5. pcl pcl Public

    Rust 4 2

  6. assertion-da assertion-da Public

    Rust 4 2

Repositories

Showing 10 of 33 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…