diff --git a/pages/_meta.json b/pages/_meta.json index 25dd116..21094b1 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -3,6 +3,8 @@ "accounts": "Accounts", "modules": "Modules", "tooling": "Tooling", - "extensions": "Extensions", - "resources": "Resources" + "security-perks": "Security Perks", + + "resources": "Resources", + "extensions": "Extensions" } diff --git a/pages/security-perks.mdx b/pages/security-perks.mdx new file mode 100644 index 0000000..1b9649d --- /dev/null +++ b/pages/security-perks.mdx @@ -0,0 +1,105 @@ +import Image from "next/image"; + +# Security Perks + +Below are the security perks offered by various security firms for projects building with ERC-7579. If you are a security firm and would like to offer a security perk, please submit a PR to this page. + +## Ackee Blockchain Security + + + +[Ackee](https://ackee.xyz) is an industry-leading auditor trusted by top-tier organizations in Web3. Ackee also develops the open-source development and testing framework [Wake](https://getwake.io) and the VS Code extension [Tools For Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity). + +⭐ **Benefits** + +Native auditors in ERC-7579 (auditing Rhinestone) +Native auditors in ERC-4337 (auditing Safe) +Offer free Wake scans with the publicly unreleased detectors (such as 4337) + +📧 **Contact** + +Email at hello@ackee.xyz, put Rhinestone in subject + +## Spearbit + + +[Spearbit](https://spearbit.com/) is a distributed network of industry-leading security +researchers tackling the most complex and mission-critical protocols across web3. +They provide end-to-end security services for premier protocols and actors such as +Optimism, Blast, Coinbase, zkSync, Blast, Uniswap, and many others. + +⭐ **Benefits** + +50% off marketplace fee for anyone developing with 7579 +Many of Spearbit’s Lead Security Researchers have extensive experience with token standards and designing secure, extensible account systems. They are excited to leverage this expertise to continue growing the ERC-7579 ecosystem securely. + +📧 **Contact** + +sales@spearbit.com + +## Hats Finance + + +[Hats Finance](https://hats.finance/) is the expressway of Web3 security, offering +unprecedented scalability. Through our DeSec platform, everyone can access a global +network of security researchers and gain exposure to the Web3 Security economy. + +Trusted by Safe, Aleph Zero, Oasis Protocol, Ether.fi, and many other prominent Crypto organisations. + +⭐ **Benefits** + +All audit competitions related to Account Abstraction (EIP 4337, EIP 779) will receive +50% off competition fees +2x multiplier on all incentives\* related to the audit competition + +- Applicable after TGE + Hat's on-chain nature makes it the perfect fit for all smart contracts related to account abstraction. The pay-for-results model enables cost-effective audits for all scopes, from elementary modules to enormous infrastructure. Only pay if vulnerabilities are detected and get on-chain audit proof. + +📧 **Contact** + +sales@spearbit.com + +## Ottersec + + +[OtterSec](https://osec.io/) has audited a diversity of projects across ecosystems +like Ethereum, Solana, Aptos, Sui, Cosmos, Near, Algorand, and Arbitrum, and many +EVM-compatible chains. We’ve also audited everything from compilers to secure hardware +and many things in between. This includes core blockchain code, layer two blockchains, +infrastructure, and NFT platforms. We have extensive hands-on experience working +with trading and DeFi protocols, including DEXes, AMMs, and order books, along with +variety of staking, vesting, and lending protocols. For more details, you can browse +our public audit reports: https://osec.io/reports. + +⭐ **Benefits** + +Priority scheduling and referral discount + +📧 **Contact** + +telegram → @alexanderfive +email at alex@osec.io, put Rhinestone in subject diff --git a/public/ackee.png b/public/ackee.png new file mode 100644 index 0000000..f393372 Binary files /dev/null and b/public/ackee.png differ diff --git a/public/hats.png b/public/hats.png new file mode 100644 index 0000000..530090b Binary files /dev/null and b/public/hats.png differ diff --git a/public/ottersec.png b/public/ottersec.png new file mode 100644 index 0000000..4d50fa2 Binary files /dev/null and b/public/ottersec.png differ diff --git a/public/spearbit.png b/public/spearbit.png new file mode 100644 index 0000000..b198ffb Binary files /dev/null and b/public/spearbit.png differ