TrancheVest
  • Introduction
  • 🔎System Architecture Overview
  • 🧱Risk Assessment Agent Framework
    • 💵Risk Assessment Layer
      • 💽Risk Profiling
      • 👾Risk Agents
      • Risk Assessment API
  • 💹Investment Tranche System
    • 🟢Green Tranche
    • 🔵Blue Tranche
    • ⚪Growth Tranche
    • Investment API
  • 💰Staking Pools
    • 🧩 Step 1: Connect Your Wallet
    • 💸 Step 2: Grab Your Test Tokens
    • 🧮 Step 3: Stake Your Tokens
    • 📈 Rewards Dashboard & Dynamic APYs
  • Agent Orchestration Layer (GAME)
    • GAME Framework
    • Agent Hierarchy
    • Decision-Making Logic
  • Financial Layer (GOAT SDK)
    • Investment Tranches
    • Transaction Management
    • Performance Analysis
  • 🦾MCP: Model Context Protocol
    • MCP Functionality
    • MCP Implementation
    • MCP Benefits
  • ACP: Economic Transactions Between Agents
    • ACP Process
    • ACP Use Cases
    • On-chain Records
  • Wallet Infra Layer (Crossmint)
    • Non-custodial Architecture
    • Wallet Security
    • Transaction Signing
  • Integration Layer
    • Smart Contract Interface
    • External Service Connectors
  • 🔐Security Considerations
    • Wallet Security Details
    • User Data Protection
    • Investment Security
  • Monitoring and Maintenance
    • Performance Monitoring
    • Maintenance Procedures
  • Development Roadmap
  • Frequently Asked Questions
Powered by GitBook
On this page
  1. Investment Tranche System

Green Tranche

I will grow your portfolio with daily returns of 8%–15%

PreviousInvestment Tranche SystemNextBlue Tranche

Last updated 26 days ago

Main Smart Contract

  • GreenTrancheVault:

    • Accepts deposits in $Tranche tokens and a risk score.

    • Diversifies investments into asset classes via MCP Funds Manager,, according to the score-based allocation logic.

    • Tracks all user investments, updates logs on every deposit/withdraw/claim.

    • Exposes functions: deposit, withdraw, claim, recordUpdate.

Subcontracts

  • MCP Funds Manager:

    • Receives instructions from GreenTrancheVault to allocate funds.

    • Interacts with asset class contracts and GreenSwap for conversions.

    • Calls back recordUpdate on GreenTrancheVault after actions.

  • Swap MCP:

    • Handles token swaps using DEX (e.g., Uniswap).

    • Supports single and double swaps.

  • Asset Classes:

    • GreenStable: Invests in MakerDAO ($DAI).

    • GreenRWAs: Invests in real-world assets (uses Chainlink/Centrifuge).

    • GreenSnipe: Executes snipe strategies (uses BananaGun).

    • GreenArbitrage: Arbitrages between DEX/CEX (uses Chainlink, CEX APIs).

Note: All operations will be executed by our smart agent using its dedicated wallet, ensuring minimal human involvement and a more autonomous system.

💹
🟢