I'm a hands-on CTO who still writes code while leading teams of 20+ engineers. Currently building the future of Web3 at TechCatalyst Ventures, where we're pioneering AI-native blockchain development.
class IvanBorisov:
def __init__(self):
self.role = "Chief Technology Officer"
self.company = "TechCatalyst Ventures"
self.location = "Limassol, Cyprus 🇨🇾"
self.experience_years = 12
self.code_daily = True
def current_focus(self):
return [
"🤖 AI-Powered Smart Contract Security",
"⚡ High-Performance DeFi Infrastructure",
"🌉 Cross-Chain Interoperability",
"🚀 Scaling Web3 to 1M+ TPS"
]
def achievements(self):
return {
"tvl_secured": "$2B+",
"daily_volume": "$200M+",
"engineers_led": "100+",
"audits_performed": "50+",
"zero_incidents": True
}
🏢 Company | 💡 Role | 🎯 Key Achievement | 📅 Period |
---|---|---|---|
TechCatalyst Ventures | Founder & Managing Partner | Raised $5M, launched 3 AI-Web3 products | 2024-Present |
BTC-Alpha | CTO / AI Innovation Leader | Scaled to $50M daily volume, 99.99% uptime | 2023-2025 |
Locus Finance | CTO / DeFi Architect | Built platform from 0 to $20M TVL | 2023-2025 |
3commas.io | Blockchain Architect | Handled $1B+ monthly volume | 2021-2023 |
MixBytes | Head of Audits | Secured $2B+ in DeFi protocols | 2020-2021 |
graph LR
A[12+ Years Experience] --> B[$2B+ TVL Secured]
B --> C[100K+ TPS Systems]
C --> D[50+ DeFi Audits]
D --> E[Zero Security Incidents]
E --> F[100+ Engineers Managed]
style A fill:#FF6B6B,stroke:#fff,stroke-width:2px
style B fill:#4ECDC4,stroke:#fff,stroke-width:2px
style C fill:#45B7D1,stroke:#fff,stroke-width:2px
style D fill:#96CEB4,stroke:#fff,stroke-width:2px
style E fill:#FECA57,stroke:#fff,stroke-width:2px
style F fill:#9B59B6,stroke:#fff,stroke-width:2px