I am a passionate Blockchain Infrastructure & AI Agent Engineer with 9+ years of software engineering experience β building smart contracts, RWA tokenization platforms, wallet infrastructure, and autonomous AI agents across Ethereum, Solana, Canton, Algorand, Bittensor, Stellar, and EVM ecosystems.
/// Inspiration from the words of Linus Torvalds
struct CodeMotivation;
impl CodeMotivation {
/// Returns a quote capturing the essence of programming
fn quote(&self) -> &str {
"Good programmers do programming not for payment or praise, but because they find joy in it."
}
}
fn main() {
let motivation = CodeMotivation;
println!("Developer's Creed: \"{}\"", motivation.quote());
}- πͺ Smart Contracts & Tokenization β Solidity, Rust, Move & DAML across Ethereum, Solana, Canton, Algorand & Stellar
- π¦ RWA & Digital Assets β compliant issuance, settlement, and lifecycle management of tokenized real-world assets
- π€ Autonomous AI Agents β agentic workflows powered by LLMs, RAG, MCP, and x402 machine-to-machine payments
- π Wallet Infrastructure β account abstraction (ERC-4337), multi-sig, smart accounts & secure custody
- π Cross-Chain Interoperability β LayerZero messaging and EVM-compatible bridges
- βοΈ Scalable Backends β Node.js, NestJS, GraphQL, gRPC, PostgreSQL & Redis on Docker / Kubernetes