whatisgithub

What is hidemev2?

collinsville22/hidemev2 — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 5/5LicenseSetup · hard

In one sentence

A privacy-focused Ethereum project that lets you deposit into an encrypted vault and use DeFi protocols like Aave and CoW through disposable wallets that never directly link back to you.

Mindmap

mindmap
  root((HideMe v2))
    What it does
      Encrypted vault balances
      Disposable burner wallets
      Uses real DeFi protocols
    Tech stack
      TypeScript
      Solidity
      Zama fhEVM
    Use cases
      Private swaps and loans
      Cross chain bridging
      Privacy research
    Audience
      Blockchain developers
      Privacy researchers
    Setup
      Ethereum mainnet contracts
      FHE encrypted tokens
      Not audited yet

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Deposit funds into an FHE-encrypted vault so the balance is hidden from onlookers on the blockchain.

USE CASE 2

Swap, earn interest, or borrow against a hidden balance without a direct on-chain link from your wallet.

USE CASE 3

Bridge assets across chains through a disposable wallet funded by a shared router contract.

USE CASE 4

Study a real example of combining encrypted balances with disposable wallets for on-chain privacy.

What is it built with?

TypeScriptSolidityEthereumZama fhEVM

How does it compare?

collinsville22/hidemev20xradioac7iv/tempfs7vignesh/pgpulse
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderatemoderate
Complexity5/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1day+

Requires understanding Ethereum mainnet contracts, FHE encrypted tokens, and an EIP-7702 delegate setup.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

HideMe v2 is a privacy focused project built on Ethereum that lets someone deposit money once into an encrypted vault and then swap, earn interest, borrow, or bridge those funds across real DeFi protocols on the main Ethereum network, without directly connecting their wallet to those actions on chain. The balances themselves are encrypted using a technology called fully homomorphic encryption, or FHE, through a system called Zama fhEVM, so the amounts in the vault are hidden rather than visible to anyone looking at the blockchain. This is an upgrade of an earlier version of the project that only handled encrypted tokens and payments. The new version adds the ability to actually use that hidden balance inside DeFi apps like Aave for lending and borrowing, CoW Protocol for trading, and NEAR Intents for bridging assets between chains. The core challenge it solves is that a brand new wallet has no funds to pay for transaction fees, and simply sending it money from your own wallet would create the exact traceable link the project is trying to avoid. Instead, the system creates a single use, disposable wallet derived from one signature, which only ever signs approvals and never holds any actual currency. A shared contract called the BurnerRouter funds these disposable wallets from a pooled balance, so the visible on chain connection is between the router and the wallet, not between the person and the wallet. Another piece lets a relayer pay the transaction fees on the disposable wallet's behalf. The project is upfront that this is not a fully anonymous mixing system. The encryption hides account balances, and the routing setup breaks the direct link between a funder and a disposable wallet, but the actual DeFi transaction itself, such as a trade or a loan, is still a normal public transaction on the blockchain. How well identities stay separated depends on how many people are using the shared router at the same time. The project states it has not been through a formal security audit and should be used at your own risk. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Explain how the BurnerRouter breaks the on-chain link between my wallet and the disposable burner wallet.
Prompt 2
Walk me through how FHE encrypted balances work in this project's cWETH and cUSDC contracts.
Prompt 3
Help me run this project locally and understand its directory structure and frontend setup.
Prompt 4
Explain the difference between what this project hides and what stays public in its privacy model.

Frequently asked questions

What is hidemev2?

A privacy-focused Ethereum project that lets you deposit into an encrypted vault and use DeFi protocols like Aave and CoW through disposable wallets that never directly link back to you.

What language is hidemev2 written in?

Mainly TypeScript. The stack also includes TypeScript, Solidity, Ethereum.

What license does hidemev2 use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is hidemev2 to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is hidemev2 for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.