Overview
Stratify is an experimental on-chain finance prototype built on the Internet Computer. The current MVP implements a single automated vault that rotates between ICP and USD exposure using a moving-average based strategy.
The goal was not to create a finished financial product, but to explore how algorithmic portfolio infrastructure could be made transparent, auditable, and executable directly through smart contracts.
Core Idea
Most trading bots and managed strategies run through centralized infrastructure, where users have limited visibility into execution, custody, and decision logic.
Stratify explores the opposite model: a vault where strategy rules, deposits, withdrawals, balances, and execution logic can be represented on-chain.
In the prototype, the vault tracks market conditions and uses a simple trend-following rule to decide whether the portfolio should hold ICP exposure or move into a USD-denominated position.
Why the Internet Computer?
The Internet Computer is well suited to this experiment because it supports smart contracts with practical compute, persistent storage, and web-serving capabilities.
This makes it possible to build the application, vault logic, and user interface as part of one decentralized system rather than relying on a traditional cloud backend.
-
On-chain execution: Vault logic can live inside canisters rather than being hidden inside a private server.
-
Web-native deployment: The frontend can be served directly from the Internet Computer.
-
Low-cost compute: Strategy logic can run without the gas-cost limitations common on EVM chains.
-
Composable assets: The long-term architecture can integrate ICP, ckBTC, ckETH, ckUSDC, and other ICRC-compatible tokens.
Current MVP
Vault Strategy
Simple moving-average rotation between ICP and USD exposure
Backend
Internet Computer canister logic for vault state and strategy execution
Frontend
Web interface for viewing the vault prototype and strategy behaviour
Infrastructure
Hosted on-chain through Internet Computer canisters
Long-Term Vision
The broader vision for Stratify is a marketplace of autonomous on-chain vaults, where different strategies can manage exposure across crypto, stable assets, and tokenized real-world assets.
Users would be able to evaluate strategy logic, historical behaviour, risk parameters, and vault performance before choosing where to allocate capital.
Future versions could incorporate real swaps through decentralized exchanges, multi-asset strategies, risk controls, strategy-specific vault tokens, and transparent performance reporting.
Status
Stratify is currently a prototype and research project. It is intended to demonstrate the architecture and product direction rather than provide investment advice or a production financial service.
Internet Computer
Motoko
DeFi
Algorithmic Trading
Vault Infrastructure
ICRC Tokens
Smart Contracts