# Shiloh Yield β€” Complete Documentation (v1.07) **Origin Story, Business Model, Technical Architecture & The Problem We Solve** **Philosophy**: Simplicity is security. Transparency is trust. Fairness is sustainability. **Mission**: Build a DeFi protocol where founders, users, and token holders succeed togetherβ€”or not at all. --- ### PART I: ORIGIN STORY & THE SYSTEMATIC PROBLEM WE SOLVE #### 🌿 Why "Shiloh"? The name carries deep meaningβ€”rooted in heritage, hope, and gathering. In the Hebrew tradition, *Shiloh* (Χ©Φ΄ΧΧ™ΧœΦΉΧ”) appears in the Book of Jeremiahβ€”a prophet known for speaking truth to power and advocating for justice. As someone named Jeremiah, I've always been drawn to this legacy: clarity over noise, integrity over spectacle, and stewardship over extraction. Shiloh was historically a place of covenant and restβ€”a crossroads where people came not just for profit, but for purpose. That's the spirit behind **Shiloh Yield**: A DeFi protocol built not to enrich its founders at the expense of users, but to align incentives so that user success *is* founder success. --- #### The Problem: Founder-User Misalignment in DeFi Most yield protocols suffer from a **fundamental economic problem**: | Issue | Impact | Example | |-------|--------|---------| | Founders prioritize token sales | Users buy overvalued token | Founder exits before protocol proves sustainable | | Performance fees paid to team | Protocol value extracted | 50% fee goes to VC, not protocol development | | Governance tokens without cash flow | "Voting rights" = air | Token holder owns nothing of real value | | Unsustainable yield promises | Ponzi collapse | 40% APY unsustainable; new deposits collapse old ones | | Lack of transparency | Hidden losses | Losses hidden until TVL dries up | **The Nash Equilibrium Problem**: When founders and users have misaligned incentives, the protocol eventually failsβ€”and founders escape with capital gains while users eat losses. **Shiloh Yield solves this** by: 1. **Zero founder allocation**: Founder success = protocol success (no pre-mine dump) 2. **Fee participation**: Token holders receive real cash flow (buybacks & burns) 3. **Full transparency**: All vault operations, losses, fee distribution public on-chain 4. **Sustainable yield only**: Never promise what the vaults can't deliver 5. **DAO governance**: Community controls treasury, fee splits, protocol upgrades --- ### PART II: BUSINESS MODEL & ECONOMIC STRUCTURE #### Fee Model: Aligned Incentives Protocol collects **5% fee on net protocol profit**, defined as: \[ \text{NetProfit}_t = \max\left(0,\ \sum_{i \in \text{Vaults}} \text{Yield}_{i,t} - \sum_{i \in \text{Vaults}} \text{UnrealizedLoss}_{i,t} \right) \] \[ \text{ProtocolFee}_t = 0.05 \times \text{NetProfit}_t \] **Fee Distribution**: | Category | Share | Use Case | |--------------------|-------|----------| | Buyback & Burn | 40% | Deflationary pressure, per-token value increase | | Operations | 40% | Infrastructure, gas, compliance, audits | | Treasury Reserve | 20% | Insurance buffer, future innovations | **Example**: - TVL = \$50M, Avg APY = 8% \(\Rightarrow\) Monthly Yield = \$333,333 - NetProfit = \$333,333 (no losses) \(\Rightarrow\) Fee = \$16,667 - Buyback = \$6,667 \(\Rightarrow\) ~333 $SHILOH burned @ \$20/token - Effective supply reduction \(\Rightarrow\) per-token value increases #### Founder Compensation (Anti-Rug Design) - **No salary** until: \[ \text{TreasuryStablecoinBalance} \geq \$50,\!000 \quad \text{AND} \quad \text{Austrian VASP license secured} \] - Post-licensing compensation requires **DAO approval** - **No exit option**: Success = protocol success #### 5. Token Utility: Real Economic Rights | Right | Mechanism | Value to Holder | |---------------------|----------------------------------|-------------------------------| | Fee Participation | Buybacks burned daily | Direct cash flow | | Governance | Snapshot voting | Protocol control | | Fee Reduction | 5% β†’ 3% based on lock duration | Direct savings | | Yield Boost | 1.1x–1.5x farming multiplier | Enhanced returns | | Insurance Pool | Provide coverage, earn premium | Additional income stream | --- ### PART III: TECHNICAL ARCHITECTURE #### Vault Structure ``` SHILOH YIELD PROTOCOL β”œβ”€ StableVault (Conservative) β”‚ β”œβ”€ Assets: USDC, DAI, USDT β”‚ β”œβ”€ Target APY: 5–12% β”‚ β”œβ”€ Protocols: Aave, Curve, Beefy β”‚ β”œβ”€ Best For: Risk-averse users, capital preservation β”‚ └─ Allocation: β”‚ β”œβ”€ 40% Aave supply β”‚ β”œβ”€ 35% Curve 3pool LP β”‚ └─ 25% Beefy auto-compound β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ BlueChipVault (Balanced) β”‚ β”œβ”€ Assets: ETH, wstETH, cbETH, SOL β”‚ β”œβ”€ Target APY: 15–25% β”‚ β”œβ”€ Protocols: Lido, Rocket Pool, Aave β”‚ β”œβ”€ Best For: Balanced growth seekers β”‚ └─ Allocation: β”‚ β”œβ”€ 45% wstETH (Lido stake derivatives) β”‚ β”œβ”€ 35% cbETH (Coinbase staking) β”‚ └─ 20% SOL validators β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Top10Vault (Growth) β”‚ β”œβ”€ Assets: Top 10 altcoins (excluding BTC/ETH) β”‚ β”œβ”€ Target APY: 20–50%+ (volatile) β”‚ β”œβ”€ Protocols: Curve, Uniswap, Aave β”‚ β”œβ”€ Best For: Growth seekers, moderate risk tolerance β”‚ └─ Allocation (e.g.): β”‚ β”œβ”€ 20% SOL ecosystem β”‚ β”œβ”€ 20% Arbitrum ecosystem β”‚ β”œβ”€ 15% Optimism ecosystem β”‚ β”œβ”€ 15% Polygon ecosystem β”‚ β”œβ”€ 15% Base ecosystem β”‚ └─ 15% Diversified reserves β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ MemeVault (High Risk, High Reward) β”‚ β”œβ”€ Assets: Trending community tokens β”‚ β”œβ”€ Target APY: 50–200%+ (extreme volatility) β”‚ β”œβ”€ Protocols: Uniswap V3, Balancer, Curve β”‚ β”œβ”€ Best For: Risk-tolerant yield farmers β”‚ └─ Auto-rebalance: Monthly, off-peak hours β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ HighRiskVault (Liquidity Farming) β”‚ β”œβ”€ Assets: Emerging protocol tokens + pairs β”‚ β”œβ”€ Target APY: 100–500%+ (extreme risk) β”‚ β”œβ”€ Protocols: New DEXs, emerging protocols β”‚ β”œβ”€ Best For: Professional yield farmers β”‚ β”œβ”€ Lockup: 7–30 days (position lock, not user lock) β”‚ └─ Early Exit Fee: 5% β†’ Treasury β”‚ └───────────────────────────────────────────────────────────── ``` #### Smart Contract Safety: Core Invariants **Core Invariant**: \[ \forall v \in \text{Vaults}:\ \text{balanceOf}(u) \leq \text{totalAssets}(v) \quad \text{(always withdrawable)} \] This guarantees **users can always withdraw their balance** at current net asset value (NAV), even if underlying yields underperform. #### Security Measures | Risk | Mitigation Strategy | |-----------------------|---------------------------------------------| | Smart contract bugs | OpenZeppelin audited, formal verification | | Yield collapse | 3 redundant yield sources per vault | | Oracle manipulation | Chainlink + 10% deviation circuit breaker | | Flash loan attack | No governance from unclaimed rewards | | Admin abuse | 3/5 multi-sig + 48h timelock | **Incident Response**: - Critical: Pause deposits, keep withdrawals open - Public announcement within 2 hours - Post-mortem + insurance payout if applicable --- ### PART IV: BUSINESS MODEL & SUSTAINABLE GROWTH #### πŸ“Š Financial Projections (Moderate Scenario) **Assumptions**: - Starting TVL: \$8M (MVP launch, 6 months of growth) - Growth: 50% QoQ for Year 1, 30% QoQ for Year 2 - Avg deposit: \$7,500 - User retention: 85% monthly - Average lock duration: 6 months **Year 1 Projections** (in USD): | Month | Total TVL | Monthly Yield | Protocol Fee (5%) | Buyback (40%) | |-------|-----------|---------------|------------------|---------------| | 1 | \$8M | \$66,667 | \$3,333 | \$1,333 | | 3 | \$11.8M | \$98,333 | \$4,917 | \$1,967 | | 6 | \$20M | \$166,667 | \$8,333 | \$3,333 | | 9 | \$33.8M | \$281,667 | \$14,083 | \$5,633 | | 12 | \$57M | \$475,000 | \$23,750 | \$9,500 | **Profitability Path**: - Breakeven (ops costs covered): Month 6–7 - Reserve accumulation: Month 9+ - Ready for VASP licensing: Month 12 #### Apply for VASP License \[ \text{Apply for VASP license when } \text{TreasuryStablecoinBalance} \geq \$50,\!000 \] > Note: Threshold is **stablecoin-denominated**, not token valuation. --- #### Regulatory Path (Austria-First Strategy) **Why Austria?** 1. **Clear legal framework**: Austrian Financial Market Authority (FMA) VASP guidelines 2. **Tech-forward regulation**: Austria embraced crypto early; precedent exists 3. **EU compliance**: Austrian license = EU passport (MiCA directive) 4. **Operational advantage**: Founder based in Austria; compliance easier **Licensing Timeline**: | Stage | Timeline | Token Status | |--------------------------------|----------|----------------------| | MVP Launch (pre-token) | Q1 2026 | Pre-token | | \$SHILOH Fair Launch | Q4 2026 | 100% community dist. | | VASP License + Fiat Ramps | Q2 2027 | DAO governance live | | Cross-chain Expansion | 2027+ | Multi-chain DAO | **Regulatory Requirements** (per FMA): 1. **Pre-\$50K**: Non-custodial software (Austrian exemption) 2. **\$50K+ Stablecoin Treasury**: Apply for **Austrian VASP license** - Capital requirement: \$100K–\$500K (depending on risk classification) - Insurance: E&O insurance (\$1M–\$5M) - Compliance: AML/KYC procedures documented 3. **Post-License**: - Fiat on/off-ramps enabled - Staking rewards clarified (not treated as securities under Austrian law) - Community treasury decentralized via DAO --- ### PART V: TOKENOMICS & $SHILOH *(See Tokenomics-v102 for full detail)* **Key Points**: - 500M supply, capped forever - 0% founder allocation - 40% community yield farming - Quadratic voting (prevent whale governance) - Fee participation = real cash flow rights - Deflationary post-Year 1 (emissions < buybacks) --- ### PART VI: GO-TO-MARKET & COMMUNITY GROWTH #### Phase 1: MVP (Months 1–6) - Launch MVP with StableVault only (lowest risk, easiest audits) - Invite 100 trusted users (family, friends, DeFi pioneers) - Gather feedback; measure actual yields vs. projections - Target: \$5M–\$8M TVL, validate product-market fit #### Phase 2: Fair Launch (Months 6–12) - Announce \$SHILOH fair launch (no pre-sale, no VC) - Release governance token; enable DAO treasury - Add BlueChipVault and Top10Vault - Expand to 1,000+ active users - Target: \$30M–\$50M TVL, first DAO votes #### Phase 3: Regulation + Multi-Chain (Months 12–18) - VASP licensing; fiat ramps live - Deploy to Polygon, Arbitrum, Optimism, Base, Sonic - Introduce insurance pool (stablecoin-backed) - Integrate DeBridge for seamless multi-chain deposits - Target: \$100M+ TVL, institutional interest #### Phase 4: Scale (2027+) - Fiat on/off-ramps in EU, eventually global - Establish foundation (non-profit oversight) - Collaborate with traditional finance partners - Target: \$500M–\$2B TVL --- ### PART VII: COMPETITIVE ADVANTAGES | Aspect | Shiloh Yield | Traditional Yield Farms | Institutional Vaults | |------------------|--------------------------------|------------------------------|-------------------------| | Founder alignment | 0% allocation; DAO-controlled | 10–50% founder/VC pre-mine | Closed-source, opaque | | Fee transparency | All on-chain; real yield | Hidden fees, misleading APY | High fees, low returns | | Governance | Quadratic voting, community | Whale-controlled or centralized | No voting rights | | Sustainability | Deflationary economics | Inflationary token dumps | Fee extraction only | | Risk management | Insurance pool, circuit breaker| No protection | Requires trust | | Regulatory clarity| Austrian VASP license path | Uncertain, often non-compliant | Institutional but opaque| --- ### PART VIII: RISKS & MITIGATION | Risk | Likelihood | Severity | Mitigation | |-------------------------------|-----------|----------|----------------------------------------| | Smart contract exploit | Low | Critical | Formal verification, bug bounties | | Regulatory crackdown (EU) | Low | High | Proactive VASP licensing | | Underlying yield collapse | Medium | Medium | Diversified protocols, circuit breaker | | Community loss of trust | Low | High | Monthly transparency reports | | Founder burnout | Low | High | Hire ops team; distribute workload | --- ### PART IX: FINANCIAL SUMMARY (Year 1–3 Outlook) **Conservative Case** (\$30M Year 1 TVL): - Year 1 revenue: \$50K–\$100K - Year 2 revenue: \$250K–\$500K - Year 3 revenue: \$1M–\$2M **Moderate Case** (\$100M Year 1 TVL): - Year 1 revenue: \$200K–\$400K - Year 2 revenue: \$1M–\$2M - Year 3 revenue: \$5M–\$10M **Optimistic Case** (\$300M Year 1 TVL): - Year 1 revenue: \$500K–\$1M - Year 2 revenue: \$3M–\$6M - Year 3 revenue: \$15M–\$30M **All scenarios assume breakeven at 6–12 months.** --- ### CONCLUSION: Why Shiloh Yield? **Shiloh Yield exists to answer one question: Can a DeFi protocol succeed if its founders explicitly *choose* alignment over extraction?** We believe the answer is **yes**β€”and we're building the proof. By eliminating founder incentives to pump-and-dump, ensuring transparent fees, and using real cash flow to reward token holders, Shiloh Yield creates a **durable economic moat**: users stay because they trust us, token holders stay because they earn real yield, and the protocol grows because all three stakeholders win together. This is not a token play. It's not a VC play. It's a **protocol play**β€”built to last. --- *Version 1.07 β€” All formulas properly LaTeX formatted. LaTeX delimiters \( \) and \[ \]. All currency amounts in tables clearly formatted. Consistent with Tokenomics-v102.* *Document updated: November 17, 2025*