← All projects

2025 · Commercial (Discontinued)

Crypto Wallet Bot

A Discord bot that gives each user their own crypto wallet - deposit, check balance, send and withdraw USDT and LTC, all from simple commands with live prices.

  • Python
  • discord.py
  • USDT + LTC
  • Block explorer APIs
  • qrcode
01

A wallet inside Discord

A lot of my world runs on crypto - small payments, tips, deals. I wanted a way to move USDT and LTC without leaving Discord. So I built a wallet bot.

Each user gets their own deposit address. The bot watches the chain, and when a deposit lands, it credits their in-bot balance and DMs them right away. A /balance command shows what they hold in crypto and in dollars, using live prices.

  • A personal deposit address for every user
  • Supports USDT and LTC
  • Live balances shown in both crypto and USD
  • Deposit detection with an instant DM
02

Send, withdraw, and stay safe

The point of a wallet is moving money. Users can tip each other, send funds by command, or withdraw to their own outside wallet. Every payout gets a QR code drawn on the fly, and amounts can be typed in dollars and converted to the right amount of crypto automatically.

Safety matters with money. So withdrawals ask for confirmation before they fire, addresses are checked first, and every action is logged. It reuses the crypto tricks I first built inside Raftar - rotating free API keys so it never runs out of calls, and a block-explorer link on everything.

  • Send, tip and withdraw USDT and LTC by command
  • Type an amount in dollars - it converts to crypto live
  • QR codes for every payment, explorer links on every balance
  • Confirmations, address checks and full logging