Amigos Pitch Deck
Tagline: “The Universal Network Layer for Applications - Deploy Anywhere, Import Everything, Connect All Networks”
💎 The Problem
The Network Fragmentation Crisis
2025: We have dozens of networks, but they can’t talk to each other.
- Web2 Silos: AWS, Google Cloud, Azure - vendor lock-in everywhere
- Web3 Islands: Ethereum, Solana, Cosmos - isolated ecosystems
- Local Development Hell: Different tools for local, staging, production
- Integration Nightmare: Every network has different APIs, auth, deployment
The Developer Reality
# Today's fragmented world
aws deploy --function lambda # Web2 cloud
kubectl apply -f k8s.yaml # Self-hosted
forge script deploy.sol # Ethereum
near deploy contract.wasm # Other blockchains
docker run app # Local development
Result: Developers build the same app 5 different ways for 5 different networks.
The Assembly → Operating System Analogy
- Current State = Pre-OS Era: Every app manages its own hardware
- Amigos = Operating System: Universal abstraction layer for all networks
- Apps focus on business logic, not network complexity
🚀 The Solution: Amigos
The Universal Network Operating System
Write Once, Deploy Anywhere, Import Everything
Network-Agnostic Applications
// Same code, any network
import "payments.land/stripe" // Web2 PaaS
import "social.land/auth/web3" // Blockchain
import "ai.land/models/claude" // AI Services
import "local.land/_/database" // Local dev
func CreateSmartPost(content string, user User) {
// Authenticate on any network
session := auth.Validate(user.Token)
// AI content moderation
analysis := claude.Moderate(content)
if analysis.IsSpam { return }
// Process payment across networks
stripe.Charge(user.Premium ? 0 : 0.01)
// Store on appropriate network
database.Save(Post{Content: content, User: session.ID})
}
What Makes It Revolutionary
- Network Virtualization: Abstract away infrastructure complexity
- Universal Import System: Import services from any network as Go packages
- Hybrid Applications: Combine Web2, Web3, AI, and local services seamlessly
- Open Service Economy: Every app becomes a reusable building block
- AI-Native: First-class support for AI agents and model integration
- Live State Sharing: Fork apps WITH their entire user base and data
🌍 Market Opportunity
The Convergence Opportunity
- $700B+ Cloud Computing: AWS, Google, Azure fighting for market share
- $180B+ AI/ML Market: Every company needs AI integration
- $50B+ Web3 Infrastructure: Growing beyond DeFi into real applications
- 5.8M+ Go Developers: Completely untapped by current Web3 platforms
- Perfect Timing: AI boom meets infrastructure maturity
The AI Agent Revolution
AI agents need infrastructure to operate across networks:
- Multi-Model Access: Import GPT-4, Claude, local models seamlessly
- Cross-Network Actions: Agents execute transactions on any blockchain
- Hybrid Intelligence: Combine on-chain logic with AI reasoning
- Composable AI Services: Chain AI models like microservices
Why Now?
- Tech is mature (3+ years development)
- Community is waiting
- Competitors are stuck in the “assembly” phase
⚙️ Product Architecture
The Universal Import System
Import any service from any network like a Go package:
// Traditional & New Networks
import "github.com/utils/crypto" // Git repositories
import "local.land/_/my-service" // Local development
import "aws.land/s3/storage" // Web2 cloud APIs
import "k8s.land/cluster/payment" // Self-hosted services
import "blockchain.land/defi/uniswap" // Live blockchain contracts
import "rollup.land/arbitrum/nft" // L2 rollups
import "ai.land/openai/gpt4" // AI model APIs
import "iot.land/sensors/temp" // IoT device networks
True Network Virtualization
The world’s first universal deployment target:
| Network Type | Authentication | Storage | Execution | Use Cases |
|---|---|---|---|---|
| Local | None | SQLite | Process | Development, testing |
| Self-Hosted | SSH/TLS | PostgreSQL | Docker | Enterprise on-premises |
| Web2 PaaS | OAuth/API Keys | Cloud DB | Serverless | Scalable web apps |
| Our Blockchain | Wallet/Crypto | Merkle Tree | Consensus | Decentralized apps |
| External Chains | Bridge/Relay | Cross-chain | Rollups | Multi-chain integration |
| AI Networks | API Keys | Vector DB | GPU Clusters | Intelligent applications |
Same Go code deploys to ALL networks with appropriate optimizations.
Developer Experience
# Docker-like simplicity
amigo push ./my-service
amigo call payments.ProcessPayment amount=100
amigo deploy --network=mainnet
// AI-Powered E-commerce with Multi-Network Integration
import "marketplace.land/payments/stripe" // Web2 payments
import "social.land/auth/web3" // Blockchain auth
import "ai.land/models/claude" // AI analysis
import "blockchain.land/nft/opensea" // NFT marketplace
func CreateIntelligentOrder(item Item, user User) error {
// Authenticate across any network
session := web3.ValidateWallet(user.WalletAddress)
// AI-powered fraud detection
riskScore := claude.AnalyzePurchase(item, user.History)
if riskScore > 0.8 { return errors.New("high fraud risk") }
// Smart payment routing
if item.Type == "NFT" {
return opensea.Purchase(item.TokenID, session.Wallet)
} else {
return stripe.Charge(item.Price, session.PaymentMethod)
}
}
💰 Business Model
Revenue Streams
- Import Fees: Revenue sharing on imported services (App Store model)
- Enterprise PaaS: Hosted deployment with SLA guarantees
- Developer Tools: CI/CD, monitoring, formal verification
- Premium Networks: High-performance, compliance-ready infrastructure
- Professional Services: Migration, training, custom development
Tokenomics (1B total)
- Community: 60% (adoption incentives, grants)
- Team: 20% (4-year vest, 1-year cliff)
- Investors: 15% (3-year vest)
- Reserve: 5% (DAO-controlled)
👥 The Team
Why Us?
- We built this: Core team behind Gno.land (3 years, production-ready)
- Track Record: Scaleway, Berty, 900+ OSS projects
- United Vision: Same builders, now free to execute
Core Team
- Manfred Touron: Founder (ex-CTO Gno.land, founded Scaleway & Berty)
- Morgan Bazalgette: VM Lead (senior Go engineer)
- Marc Vertes: VM Architect (30+ years, 34 patents, Yaegi creator)
- [+10 senior engineers]: Distributed systems, blockchain, DevOps
Partners
- Samourai: R&D Lab, dApp studio
- Onbloc: Korea builder ecosystem
- Berty: P2P pioneers
🗺️ Roadmap
Phase 1: Foundation (Months 1-3)
- VM Core: Contract execution with Go AST parsing
- Local Backend: HTTP API with web explorer
- CLI Tools: Docker-inspired amigo commands
Phase 2: Blockchain (Months 3-6)
- Tendermint Integration: Production blockchain
- Crypto Authentication: Wallet-based deployment
- Cross-Network CLI: Same tools, any network
Phase 3: Enterprise (Months 6-12)
- Web2 PaaS: Cloud deployment with OAuth
- Mainnet Launch: Token economics live
- Enterprise Features: SSO, compliance, scaling
Key Milestones
- Month 3: Local development environment complete
- Month 6: Testnet with 50+ deployed contracts
- Month 9: Enterprise pilot customers signed
- Month 12: 1000+ contracts across all networks
📈 The Ask
$10M Seed Round
Use of Funds:
- 60% Engineering: 5 parallel teams (VM, Network, CLI, Blockchain, PaaS)
- 20% Ecosystem: Developer grants, hackathons, community building
- 15% Operations: Infrastructure, compliance, legal structure
- 5% Reserve: Strategic partnerships, unexpected opportunities
What We Offer
- Early Access: Shape the platform before launch
- Strategic Position: Ground floor of next-gen Web3
- Aligned Incentives: Equity + token hybrid structure
❤️ Why This Matters
The Vision
We’re building the Internet Operating System.
Not another blockchain, not another cloud - the universal abstraction layer that makes every network feel like localhost.
The Post-Network World
Imagine developers never thinking about infrastructure again:
- Write business logic, not network integration code
- AI agents that seamlessly operate across all networks
- Applications that automatically choose optimal deployment targets
- A composable economy where every service strengthens the ecosystem
The Bottom Line
- Problem: Network fragmentation prevents innovation
- Solution: Universal import system + network virtualization
- Market: Convergence of $1T+ cloud, AI, and Web3 markets
- Timing: Perfect storm of AI adoption and infrastructure maturity
- Returns: Platform play in winner-take-most multi-network economy
“The chain must live. The builders must build.”
📊 Appendix
[Link to detailed sections]:
- p/amigos/problem-statements|Detailed Problem Analysis
- p/amigos/technical-vision|Technical Architecture
- p/amigos/spinout-context|Spinout Story
- p/amigos/market-analysis|Market Research
- p/amigos/competitive-analysis|Competition