Skip to content

successaje/tokeniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 TokenIQ

TokenIQ is a B2B decentralized finance (DeFi) platform that leverages AI, Chainlink infrastructure, and tokenized real-world assets (RWAs) to empower businesses, DAOs, and funds with smart treasury management, cross-chain liquidity, and yield optimization strategies.

Think: Quant-as-a-Service + Decentralized BlackRock
Powered by AI-driven capital allocation and Chainlink CCIP, TokenIQ turns idle capital into intelligent yield.

🚀 Key Features

✅ AI Treasury Manager

  • Smart, risk-adjusted allocation of idle capital.
  • Uses market data, Chainlink Data Streams, and NLP sentiment analysis.
  • Supports yield-bearing DeFi strategies across chains.

✅ Tokenization Layer

  • Tokenize invoices, equity, commodities, or other RWAs.
  • Chainlink CCIP support for cross-chain token movement.
  • Enables collateralization, liquidity, or fractional ownership.

✅ Smart Yield Routing

  • AI + Chainlink Automation routes capital to protocols based on:
    • Yield performance
    • Protocol health
    • Volatility and liquidity

✅ B2B Non-Custodial Dashboard

  • Businesses connect wallets and deploy idle capital.
  • Track performance, access liquidity, or tokenize assets.
  • Non-custodial and fully transparent.

✅ Proof and Auditability

  • Chainlink Proof of Reserve & Data Feeds for on-chain validation.
  • Verifiable asset backing and real-time portfolio analytics.

🧩 Tech Stack

Layer Technologies
Frontend Next.js, TailwindCSS, TypeScript, shadcn/ui, Framer Motion
Backend / Smart Contracts Solidity, Hardhat, Chainlink CCIP, Automation, Data Feeds
AI Integration ElizaOS, OpenAI/Anthropic (for market intelligence & NLP)
Deployment Targets Ethereum, Sei, Avalanche, Core (modular EVM support)
Token Standards ERC-20, ERC-721, ERC-3643 (for RWA compliance)

📜 Smart Contracts

Contract Repository

🌊 Integration with Sei Network

We have successfully deployed our core TokenIQ contracts on the Sei Testnet, enabling next-generation DeFi automation, vaults, and tokenization on top of Sei’s sub-second finality and parallelized execution.

✅ Deployed Contracts on Sei


🔗 How TokenIQ Uses Sei

  1. High-Speed Vault Operations

    • By deploying ERC-4626-compliant vaults (ERC20VaultToken) directly on Sei, we leverage sub-400ms block times to execute fast deposits, withdrawals, and automated AI-driven reallocations.
  2. Cross-Chain Liquidity with CCIP

    • Assets like sWBTC can be bridged across chains using Chainlink CCIP for global liquidity, with Sei acting as the settlement layer.
  3. Tokenization of Real-World Assets

    • ERC721CollateralNFT and ERC1155HybridAsset provide frameworks for verifiable, on-chain tokenization.
    • Documents are uploaded → parsed into IPFS → verified (exploring Chainlink Proof-of-Reserve).
    • Once verified, the assets are minted on Sei as NFTs or hybrid tokens.
  4. Composable Asset Factory

    • AssetFactory allows other protocols to easily spin up new vaults and tokenized assets on Sei.
    • Supports seamless integration with Yei Finance money markets and programmable payment agents.
  5. AI-Driven Automation

    • Contracts are designed to be managed by our AI Treasury Agent (ElizaOS), which monitors balances, spending behavior, and vault yields, then rebalances positions on Sei automatically.
    • Emergency withdrawals ensure user funds remain under user control.

🚀 Why Sei?

  • Ultra-fast finality → DeFi vaults and AI-driven agents require low-latency execution.
  • Parallelized execution → Perfect for scaling multiple vault strategies and tokenization workflows.
  • Native liquidity ecosystem → Integration with Yei Finance for programmable payments and DeFi lending markets.

By deploying on Sei, TokenIQ unlocks a high-performance, AI-driven treasury management layer where vaults, tokenized assets, and payments converge.

📁 Contract Structure

contracts/
│
├── VaultManager.sol # Main user deposit, vault, and yield routing logic
├── VaultFactory.sol # Deploys StrategyVaults modularly
│
├── strategies/ # Yield-generating vault strategies
│ ├── AaveVault.sol
│ ├── CurveVault.sol
│ └── RWAInvoiceVault.sol
│
├── rwa/ # Tokenized Real World Asset contracts
│ ├── TokenizedInvoice.sol # ERC721 token for invoice representation
│ └── InvoiceRegistry.sol # Stores metadata, valuation, status
│
├── ai/ # AI agent configuration (ElizaOS or off-chain trigger)
│ └── TreasuryAIManager.sol
│
├── crosschain/ # Chainlink CCIP and message router
│ └── CrossChainRouter.sol
│
└── governance/ # Optional governance and reward token logic
└── TokenIQToken.sol

Deployed contracts

AaveVault

CrossChainRouter

TreasuryAIManager

VaultFactory

VaultManager


🔗 Use Cases

  • Web3 DAOs and protocols managing idle treasury
  • Crypto hedge funds and on-chain investment DAOs
  • Tokenization of TradFi assets (e.g., invoices, carbon credits)
  • RWA & stablecoin protocols seeking automated reserve deployment
  • Enterprise treasury diversification with AI-driven DeFi exposure

🧠 Vision

TokenIQ aims to become the Stripe + BlackRock for tokenized assets, where any business can:

Turn invoices into real-time capital

Let AI manage on-chain yields

=======

🚀 Key Features

✅ AI Treasury Manager

  • Smart, risk-adjusted allocation of idle capital.
  • Uses market data, Chainlink Data Streams, and NLP sentiment analysis.
  • Supports yield-bearing DeFi strategies across chains.

✅ Tokenization Layer

  • Tokenize invoices, equity, commodities, or other RWAs.
  • Chainlink CCIP support for cross-chain token movement.
  • Enables collateralization, liquidity, or fractional ownership.

✅ Smart Yield Routing

  • AI + Chainlink Automation routes capital to protocols based on:
    • Yield performance
    • Protocol health
    • Volatility and liquidity

✅ B2B Non-Custodial Dashboard

  • Businesses connect wallets and deploy idle capital.
  • Track performance, access liquidity, or tokenize assets.
  • Non-custodial and fully transparent.

✅ Proof and Auditability

  • Chainlink Proof of Reserve & Data Feeds for on-chain validation.
  • Verifiable asset backing and real-time portfolio analytics.

🧩 Tech Stack

Layer Technologies
Frontend Next.js, TailwindCSS, TypeScript, shadcn/ui, Framer Motion
Backend / Smart Contracts Solidity, Hardhat, Chainlink CCIP, Automation, Data Feeds
AI Integration ElizaOS, OpenAI/Anthropic (for market intelligence & NLP)
Deployment Targets Ethereum, Optimism, Polygon (modular EVM support)
Token Standards ERC-20, ERC-721, ERC-3643 (for RWA compliance)

🔗 Use Cases

  • Web3 DAOs and protocols managing idle treasury
  • Crypto hedge funds and on-chain investment DAOs
  • Tokenization of TradFi assets (e.g., invoices, carbon credits)
  • RWA & stablecoin protocols seeking automated reserve deployment
  • Enterprise treasury diversification with AI-driven DeFi exposure

🧠 Vision

TokenIQ aims to become the Stripe + BlackRock for tokenized assets, where any business can:

Turn invoices into real-time capital

Let AI manage on-chain yields

Access secure, composable, and non-custodial treasury infrastructure

TODOs:

  • Add more features
  • Add more docs
  • Call the functions in the contracts
  • Communicate with the AI agent by Marv
  • Emmanuel works on the integration pages
  • [ ]

About

AI-Native Cross-Chain Treasury Optimization Protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •