import { useRoute } from "wouter"; import { FileText, Presentation } from "lucide-react"; import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"; import { Card, CardContent } from "@/components/ui/card"; import Footer from "@/components/Footer"; const reportContent: Record = { 'chayan-asli': { htmlPath: '/attached_assets/chayan asli report_1759208054055.html', pptPath: '/attached_assets/chayan asli slides_1759208079159.pptx' }, 'krysh-parker': { htmlPath: 'krysh-parker', pptPath: '/attached_assets/krysh parker slides_1759208861997.pptx' } }; export default function Report() { const [, params] = useRoute("/media/:slug/report"); const slug = params?.slug || ''; const content = reportContent[slug] || reportContent['chayan-asli']; // Get full URL for PPT file const getFullPptUrl = () => { const baseUrl = window.location.origin; return `${baseUrl}${content.pptPath}`; }; return (
{/* Header */}

Comprehensive Report

{/* Main Content */}
Report Slides {content.htmlPath === 'krysh-parker' ? (

Krysh Parker - Comprehensive Report

Executive Summary

Krysh Parker is a distinguished technology strategist and innovation leader with deep expertise in digital assets, fund management, and venture capital. As Partner at Type3 Capital and Non-Executive Director at TrueFi DAO, he brings strategic vision to cutting-edge blockchain and DeFi projects.

Professional Background

With a strong background in fund management and venture capital, Parker has established himself as a key figure in the blockchain and decentralized finance ecosystem. His work focuses on identifying and nurturing innovative projects that push the boundaries of what's possible in digital finance.

Parker's career demonstrates a consistent focus on building sustainable value in the digital asset space, combining traditional finance expertise with cutting-edge blockchain technology knowledge.

Current Leadership Roles

Partner at Type3 Capital

At Type3 Capital, Parker leads investment strategy in early-stage blockchain and Web3 projects. His portfolio focuses on infrastructure, DeFi protocols, and innovative applications that are shaping the future of decentralized finance. He brings deep technical expertise and market insight to evaluate and support promising ventures in the rapidly evolving crypto ecosystem.

Non-Executive Director at TrueFi DAO

As Non-Executive Director at TrueFi DAO, Parker guides governance and strategic development of one of the pioneering uncollateralized lending protocols in DeFi. His role involves balancing innovation with risk management, ensuring the protocol maintains its competitive edge while protecting stakeholder interests. TrueFi represents a critical advancement in decentralized credit markets, bridging traditional finance concepts with blockchain technology.

Areas of Expertise

Digital Asset Strategy

Comprehensive approach to digital asset allocation, risk management, and value creation in crypto markets.

DeFi Protocol Design

Deep understanding of decentralized finance mechanisms, tokenomics, and protocol sustainability.

Venture Capital

Extensive experience in identifying, evaluating, and supporting early-stage blockchain ventures.

Risk Management

Sophisticated frameworks for assessing and mitigating risks in volatile crypto markets.

Strategic Vision

Parker's strategic focus centers on three key pillars:

🏗️

Blockchain Infrastructure

Building foundational protocols and systems that enable the next generation of decentralized applications.

🚀

DeFi Innovation

Advancing decentralized finance through novel lending, borrowing, and trading mechanisms that improve capital efficiency.

🌉

Institutional Adoption

Bridging traditional finance and DeFi to facilitate mainstream adoption of blockchain technology by institutional players.

Impact & Contributions

Throughout his career, Parker has made significant contributions to the blockchain ecosystem:

  • Strategic Leadership: Guided multiple successful blockchain ventures to achieve market leadership positions and sustainable growth.
  • Innovation Catalyst: Pioneered new models for decentralized credit and lending that expand access to capital in DeFi.
  • Ecosystem Builder: Created substantial value across the Web3 and DeFi landscape through strategic investments and partnerships.
  • Thought Leadership: Shaped industry conversations on blockchain governance, risk management, and the future of decentralized finance.

Looking Forward

As the blockchain industry continues to mature, Krysh Parker remains at the forefront of innovation, combining deep technical knowledge with strategic vision to identify and nurture the next generation of transformative DeFi projects. His work continues to bridge the gap between traditional finance and the decentralized future, facilitating the mainstream adoption of blockchain technology.

) : (