Submit a Tool

Help us build the most comprehensive directory of onchain privacy tools. We welcome submissions from the community.

Submission Guidelines

To be listed on Privacy3, tools should meet the following criteria:

  • Focus on privacy for blockchain/cryptocurrency users
  • Be actively maintained
  • Have documentation available
  • Preferably be open source (not required)
  • Have undergone security audits (preferred)

How to Submit

The easiest way to submit a tool is to open a Pull Request on our GitHub repository:

  1. Fork the repository
  2. Create a new markdown file in src/content/tools/
  3. Fill in the required frontmatter fields
  4. Add a description of the tool
  5. Submit a Pull Request

Template

Use this template for your submission:

---
name: Tool Name
description: A brief description of the tool.
category: wallets | mixers | bridges | messaging | identity | defi | infrastructure | browsers | vpn | other
website: https://example.com
github: https://github.com/example (optional)
docs: https://docs.example.com (optional)
chains:
  - Ethereum
  - Polygon
tags:
  - privacy
  - zkp
featured: false
audited: false
openSource: true
status: active | beta | deprecated | unknown
---

## Overview

Detailed description of the tool...

## Key Features

- Feature 1
- Feature 2

## How It Works

Explanation of how the tool works...

Ready to contribute?

Open GitHub Repository