Skip to content
View krampusx64's full-sized avatar
  • Joined Feb 19, 2026

Block or report krampusx64

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
krampusx64/README.md
██╗  ██╗██████╗  █████╗ ███╗   ███╗██████╗ ██╗   ██╗███████╗
██║ ██╔╝██╔══██╗██╔══██╗████╗ ████║██╔══██╗██║   ██║██╔════╝
█████╔╝ ██████╔╝███████║██╔████╔██║██████╔╝██║   ██║███████╗
██╔═██╗ ██╔══██╗██╔══██║██║╚██╔╝██║██╔═══╝ ██║   ██║╚════██║
██║  ██╗██║  ██║██║  ██║██║ ╚═╝ ██║██║     ╚██████╔╝███████║
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝      ╚═════╝ ╚══════╝

Typing SVG


⚡ Who is Krampus?

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.


🔬 Current Obsessions

⛓️  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

🛠️ Stack


🧠 What I actually know

// 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.";
    }
}

🚀 What I'm Building

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

🎯 What's next

  • 🧑‍💻 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

📡 Philosophy

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.

📊 Stats


⛓️ trustless · permissionless · unstoppable ⛓️

Popular repositories Loading

  1. Aura Aura Public

    Go 3

  2. HB HB Public

  3. krampusx64 krampusx64 Public