██╗ ██╗██████╗ █████╗ ███╗ ███╗██████╗ ██╗ ██╗███████╗
██║ ██╔╝██╔══██╗██╔══██╗████╗ ████║██╔══██╗██║ ██║██╔════╝
█████╔╝ ██████╔╝███████║██╔████╔██║██████╔╝██║ ██║███████╗
██╔═██╗ ██╔══██╗██╔══██║██║╚██╔╝██║██╔═══╝ ██║ ██║╚════██║
██║ ██╗██║ ██║██║ ██║██║ ╚═╝ ██║██║ ╚██████╔╝███████║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═════╝ ╚══════╝
Not a guru. Not a trader. Just someone who showed up every single day and kept building.
I got into crypto at 27, bought my first ETH with freelance money, and never looked back. While most people were arguing about prices on Twitter, I was deploying contracts on testnet, breaking things, fixing them, and shipping again.
Now I'm deep in the most interesting part of the whole space: where AI agents meet on-chain infrastructure. Autonomous systems that can transact, negotiate, and operate without a human in the loop. We're not there yet — but I'm building toward it.
I don't do hype. I do code.
⛓️ AI Agents that live on-chain → can a wallet think?
🔐 zk-SNARKs → proving things without revealing them
🦀 Rust for Solana → because EVM isn't the only chain
🧩 Account Abstraction → UX is the final boss of Web3
⚡ MEV & DeFi internals → understanding the dark forest
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract Krampus {
// shipped & battle-tested ✅
string[] public contracts = ["ERC-20", "Staking w/ rewards", "custom dApp logic"];
// 3 frontends in the wild 🚢
string public frontend = "React + Next.js + wagmi + rainbowkit";
// concepts I can talk about without googling 🧠
string[] public deepKnowledge = [
"DeFi primitives",
"Layer 2 architecture",
"Account Abstraction (EIP-4337)",
"MEV basics",
"AI Agent frameworks"
];
// currently breaking my brain with 🔥
string[] public learning = ["Rust / Solana", "zk-SNARKs", "on-chain AI agents"];
function philosophy() external pure returns (string memory) {
return "If it's not deployed, it doesn't exist.";
}
}| Project | What it is | Status |
|---|---|---|
| 💰 Staking dApp | Yield mechanics + custom reward logic | ✅ Testnet live |
| 🤖 Agent × Chain | AI agent that reads & writes on-chain state | 🧪 Experimenting |
| 🌍 OSS contributions | Hunting good Web3 repos to contribute to | 🔄 Always open |
- 🧑💻 First Web3 job — freelance, internship, or startup. Ready.
- 🌐 First mainnet deploy — real users, real stakes
- ⚔️ Advanced Solidity — gas optimization, formal verification
- 🤝 Build a crew of serious builders — no tourists, no moonboys
I hate FOMO.
I hate empty hype.
I love protocols that do one thing perfectly.
I love code that runs forever without asking permission.
The blockchain doesn't care about your feelings.
Neither does the compiler.
Build anyway.


