whatisgithub

What is exodus-fake-balance?

kaor333/exodus-fake-balance — explained in plain English

Analysis updated 2026-05-18

52PythonAudience · generalComplexity · 3/5LicenseSetup · easy

In one sentence

A Python tool that overlays custom, fake balance numbers onto the Exodus crypto wallet app's display.

Mindmap

mindmap
  root((repo))
    What it does
      Fake balance overlay
      Persists across restarts
      Restore option
    Tech stack
      Python
      Electron hooking
    Use cases
      Wallet display demo
      UI testing
    Audience
      General

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

Show placeholder balance numbers in a wallet UI for a screenshot or demo.

USE CASE 2

Test how a wallet interface looks with different balance values.

USE CASE 3

Study how process-level hooking can override a desktop app's displayed data.

What is it built with?

PythonElectron

How does it compare?

kaor333/exodus-fake-balanceamaravijayalakshmi216-collab/crop-recommendation-systemhermes-labs-ai/zer0dex
Stars525252
LanguagePythonPythonPython
Setup difficultyeasymoderatehard
Complexity3/52/54/5
Audiencegeneralresearcherdeveloper

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

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires an existing Exodus wallet installation, the tool auto-detects it.

MIT license: use, copy, and modify freely, including commercially, as long as the copyright notice is kept.

So what is it?

This is a Python tool that modifies the display of the Exodus cryptocurrency wallet desktop app to show custom balance numbers instead of the real ones. You configure it with whatever amounts you want to appear, and it patches the wallet's internal processes so those numbers show up across all tabs, including the portfolio overview, the exchange screen, and the send or receive screens. The fake numbers persist across wallet restarts and appear the same way in screenshots. The tool works by hooking into the local software that runs the Exodus app, which is built on Electron (a framework for desktop apps using web technology). It intercepts the wallet's internal data layer at the process level, injecting custom values into the balance cache and intercepting messages that would otherwise refresh those values. No network traffic is changed, and no blockchain data or private keys are touched. The balances on the actual blockchain remain unaffected. To use it, you clone the repository, run a setup script that installs Python dependencies, and then open a terminal menu. From there you configure target balances in a JSON config file (for example, you can set BTC to 2.45 or USDT to 148,500), then apply the overlay. The tool auto-detects your Exodus installation. A restore option removes all hooks and returns the display to real balances. The README frames this as a display overlay for "demonstration" purposes, noting that it does not alter any real blockchain state. Whether displayed balances match real holdings is something an observer cannot verify from the wallet screen alone. The tool explicitly includes transaction history spoofing as a listed feature. The project is MIT-licensed and supports Windows and macOS. It lists over 200 cryptocurrencies including Bitcoin, Ethereum, Solana, and various stablecoins.

Copy-paste prompts

Prompt 1
Explain how this tool intercepts Exodus's internal balance cache.
Prompt 2
Walk me through how the restore option undoes the display hooks.
Prompt 3
Help me understand which Exodus screens this overlay affects.

Frequently asked questions

What is exodus-fake-balance?

A Python tool that overlays custom, fake balance numbers onto the Exodus crypto wallet app's display.

What language is exodus-fake-balance written in?

Mainly Python. The stack also includes Python, Electron.

What license does exodus-fake-balance use?

MIT license: use, copy, and modify freely, including commercially, as long as the copyright notice is kept.

How hard is exodus-fake-balance to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is exodus-fake-balance for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.