Hello
My name is Will. I mainly enjoy building things. I am fascinated by all things AI and crypto.
Below are a few of my projects
Recently started posting on Medium
Projects
Crypto Trading Bot
Running since 2024
- Python
- Hyperliquid L1
- Perps
- DEX
$45M+ USD Volume through Bot
Designed and implemented an automated algo trading bot operating on the Hyperliquid Layer-1 chain's native perps DEX.
P.S. use my referral code here

Fatality
2024
- Hyperliquid L1
- Base L2
- Full Stack
- Smart Contracts
- Firebase
- Docker
- CI/CD
- dApp
Fatality is a blockchain-based gaming platform with mulit-chain support for Hyperliquid, Base, and Arbitrum. It enables players to participate in cryptocurrency-powered battles. The system features a dual token economy with both on-chain and off-chain tokens. Created a provably fair algorithm using future Base L2 block hashes to automate winner calculations and payout distribution.
Seed Phrase Scambler
2024
- Private Key Sharding
- Full Stack
- Cryptography
This encryption system functions as a decentralized approach to securing seed phrases by effectively sharding the necessary components required for decryption. Instead of storing a single point of failure, the encryption process depends on a combination of user-specific inputs — including a prime number, a chosen index, and a Fisher-Yates–shuffled remapping — along with a securely stored hashed decryption ruleset.
Each of these elements is essential, but none of them alone is sufficient to reconstruct the original seed phrase.
Example Flow:
The encrypted seed (ciphertext) is stored locally or wherever the user chooses.
The decryption ruleset is stored in a secure remote database, protected and hashed.
The user's original inputs (prime number and integer) are known only to them and never stored.
This fragmentation ensures that even if one component is compromised — such as the encrypted seed — the attacker still lacks the cryptographic logic and original seed structure to reconstruct the phrase. In practice, this mirrors the principles of Shamir's Secret Sharing or M-of-N key splitting, where multiple pieces must be recombined to access the original secret. However, the main difference is that this system uniquely does this with algorithmic components and logic rather than raw seed phrase slices.

$BLISS
2024
- Solana
- SPL-Token
- dApp
- Full Stack
- MongoDB
- Tokenomics
- Smart Contracts
Fully functional Solana dApp with functioning Windows desktop clone (mini games + file explorer), Phantom wallet connection, coin flip game.
Note: I deleted the database so Leaderboard and ticket system are not functional.