# Phylax > Decentralized Trust Layer for AI Agent Skills ## Docs - [Consensus](https://docs.phyi.dev/core/consensus.md): The full seven component consensus formula and canonical finding key matching. - [Probe Events](https://docs.phyi.dev/core/probe-events.md): How probe events are derived from the nonce and what they prove. - [Reputation](https://docs.phyi.dev/core/reputation.md): How per type reputation is computed and used in group selection and round aggregation. - [Sandbox Reruns](https://docs.phyi.dev/core/sandbox-reruns.md): Async verification that the miner ran the image they registered. - [Scoring](https://docs.phyi.dev/core/scoring.md): Per axis formulas, type specific Q, and the full emission formula. - [Skill Bundles](https://docs.phyi.dev/core/skill-bundles.md): What a skill bundle looks like for each skill type, what files are expected, and how the miner reads them. - [Skill Types](https://docs.phyi.dev/core/skill-types.md): The six skill types Phylax analyses, what each one is, and how it is scored. - [SSSA Schema](https://docs.phyi.dev/core/sssa-schema.md): The Signed Skill Safety Attestation schema in full. - [Verification Groups](https://docs.phyi.dev/core/verification-groups.md): How the validator picks five miners per task and rotates them over time. - [Incentive Mechanism](https://docs.phyi.dev/get-started/incentive-mechanism.md): How emissions are computed and distributed across miners. - [Introduction](https://docs.phyi.dev/get-started/introduction.md): What Phylax is, who it is for, and how it works at a high level. - [Miner Guide](https://docs.phyi.dev/guides/miner.md): Run a Phylax miner on testnet 486 from a clean Ubuntu host. - [Validator Guide](https://docs.phyi.dev/guides/validator.md): Run a Phylax validator on testnet 486 from a clean Ubuntu host. - [Welcome to Phylax](https://docs.phyi.dev/introduction.md): The Decentralized Trust Layer for AI Agent Skills. - [Configuration Reference](https://docs.phyi.dev/reference/configuration.md): Every environment variable for miners and validators in one place. - [Protocol Reference](https://docs.phyi.dev/reference/protocol.md): The PhylaxSynapse wire format and signed message conventions. - [Architecture](https://docs.phyi.dev/system/architecture.md): Process layout, data stores, and inter-component traffic for miner and validator deployments. - [Subnet Overview](https://docs.phyi.dev/system/overview.md): The miner and validator roles and how they cooperate on chain. - [Round Flow](https://docs.phyi.dev/system/round-flow.md): The complete per round sequence with timing, failure modes, and async tail. ## Optional - [Phylax Site](https://app.phyi.dev/) - [GitHub](https://github.com/praxi-labs/phylax-subnet) - [Discord](https://discord.gg/bittensor)