PARITY_

Where Solana contracts meet intelligent verification

A smart contract framework with composable skills and APIs that enable AI agents — from Cursor to Claude Code — to perform audit-level code review. Write, test, and verify Solana programs.

counter.rs
use anchor_lang::prelude::*;
#[program]
pub mod counter {
use super::*;
pub fn initialize(
ctx: Context<Initialize>,
) -> Result<()> {
// AI verified: safe
ctx.accounts.counter.count = 0;
Ok(())
}
}
Agent: No vulnerabilities
Scroll

Protocol

Three pillars of contract intelligence

01

Solana Playground

An in-browser contract editor with syntax highlighting, build tools, and deployment support for Solana programs.

02

AI Agent Analysis

Parity skills and APIs provide audit-level code review context to any AI agent — from OpenClaw to Cursor and Claude Code — enabling deep vulnerability scanning and verification.

03

SDK & Skills

A TypeScript Plugin SDK with hot-reloadable skills and CLI-friendly ClawHub API for integrating contract analysis into your CI/CD workflow.

Process

From code to verified deployment

01

Write

Author your contract

Open the playground and write your Solana program with full editor support — syntax highlighting, autocomplete, and built-in Anchor framework templates.

02

Analyze

AI agent verification

Trigger Parity skills to scan your contract. Composable workflows check for vulnerabilities, logic errors, and Solana best practices — giving any connected agent full audit context.

03

Iterate

Refine with confidence

Review the agent's analysis, apply suggested fixes, and re-verify. Each iteration builds a verifiable audit trail for your contract.

04

Deploy

Ship with certainty

Deploy your verified contract to Solana devnet or mainnet directly from the playground with full audit documentation.

Capabilities

Everything you need to build with certainty

In-Browser Editor

Full-featured code editor with Rust/Anchor syntax highlighting and autocomplete.

Agent Skills

SKILL.md-based composable skills for vulnerability scanning, best-practice checks, and gas optimization — chainable via ClawHub registry.

Audit Trail

Immutable record of all verification steps and agent decisions.

TypeScript SDK

Integrate contract analysis into your CI/CD pipeline with the Parity SDK.

Devnet Deploy

One-click deployment to Solana devnet with automatic program verification.

Open Source

Fully open-source protocol with transparent agent logic and community-driven development.

Agent-Ready Skills & APIs

Parity provides composable skills and APIs that give any AI agent — OpenClaw, Claude Code, Cursor, OpenCode — audit-level code review context for autonomous vulnerability scanning and verification.