Skip to content

krampusx64/krampusx64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

██╗  ██╗██████╗  █████╗ ███╗   ███╗██████╗ ██╗   ██╗███████╗
██║ ██╔╝██╔══██╗██╔══██╗████╗ ████║██╔══██╗██║   ██║██╔════╝
█████╔╝ ██████╔╝███████║██╔████╔██║██████╔╝██║   ██║███████╗
██╔═██╗ ██╔══██╗██╔══██║██║╚██╔╝██║██╔═══╝ ██║   ██║╚════██║
██║  ██╗██║  ██║██║  ██║██║ ╚═╝ ██║██║     ╚██████╔╝███████║
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚═╝      ╚═════╝ ╚══════╝

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors