Stop scams in your Web3 community,

right at the wallet

Stop scams in your Web3 community,

right at the wallet

Stop scams in your Web3 community,

right at the wallet

Show you care about your community's safety with ChainPatrol β€” the security platform for the next generation of Web3 companies. We send your scam reports directly to crypto wallets to stop fraudulent transactions as they happen.

Show you care about your community's safety with ChainPatrol β€” the security platform for the next generation of Web3 companies. We send your scam reports directly to crypto wallets to stop fraudulent transactions as they happen.

how it works

how it works

1

Report

Scams targeting your organization are detected by our reporters and are turned into Reports that are placed in your security dashboard

2

Review

Our staff review all reports to make sure accidental reports and false positives don’t make it through

3

Protect

Once a report is approved, we block the reported URLs and Addresses across wallets and partnered security apps

trusted by

trusted by

Report new scams

Review active reports

Protect users via their wallet

Report

Review

Protect

use cases

use cases

Stop impersonation

If someone is impersonating your team via Google Ads, Discord, or Twitter, file a report on ChainPatrol to block malicious links and users

Freeze compromised social accounts

If your social media account gets hacked, file a report on ChainPatrol to temporarily block posted links and wallet addresses until you get back in control

Prevent false positives

Verify your domain on ChainPatrol to prevent wallets from incorrectly blocking your site when lookalike phishing sites target your website

For Projects

Simple workflow for projects. We provide you with the tools you need to take ownership over your project's off-chain security.

Simple workflow for projects. We provide you with the tools you need to take ownership over your project's off-chain security.

Simple workflow for projects. We provide you with the tools you need to take ownership over your project's off-chain security.

New reports filed by your team or community members get funnelled into your admin dashboard to review

All reports are reviewed by your team and by ChainPatrol staff to verify their validity

Approved reports update our allow/blocklist that Wallets use to determine if a URL is malicious or not

metamask.com

Blocked

metamask.io

Allowed

blur.com

Blocked

scam-site.com

Blocked

For Wallets

Easy to integrate APIs. Protect wallet users and warn them about potential scams and compromised sites.

Easy to integrate APIs. Protect wallet users and warn them about potential scams and compromised sites.

Easy to integrate APIs. Protect wallet users and warn them about potential scams and compromised sites.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

// check if a URL is blocked


const checkUrl = async (url) => {

const response = await fetch(

'https://app.chainpatrol.io/api/v1/asset/check',

{ method: 'POST' },

);

const data = await response.json();

return data.status !== 'BLOCKED';

}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

// check if a URL is blocked


const checkUrl = async (url) => {

const response = await fetch(

'https://app.chainpatrol.io/api/v1/asset/check',

{ method: 'POST' },

);

const data = await response.json();

return data.status !== 'BLOCKED';

}

Call our Wallet APIs when users visit a new site or sign a transaction to make sure the site is not blocked

πŸ™…β€β™‚οΈ We don't store any user data from wallets!

Call our Wallet APIs when users visit a new site or sign a transaction to make sure the site is not blocked

πŸ™…β€β™‚οΈ We don't store any user data from wallets!

Call our Wallet APIs when users visit a new site or sign a transaction to make sure the site is not blocked

πŸ™…β€β™‚οΈ We don't store any user data from wallets!

If a site is blocked, show a warning to the wallet user, so they can make an informed decision

If a site is blocked, show a warning to the wallet user, so they can make an informed decision

If a site is blocked, show a warning to the wallet user, so they can make an informed decision

This site may be trying to steal your funds!

Cancel

Proceed anyways

building a wallet?

building a wallet?

You’re in good company! We’re integrating with many new wallets in 2023. Quickly and easily integrate our free Allow/Blocklist API to help stop scams in your wallet.

Β© 2023 ChainPatrol Inc. All Rights reserved