On-Chain Implementation on Solana
Miko's intelligence stack produces analytical decisions off-chain. These decisions are executed on the Solana blockchain through the organic collaboration of immutable smart contracts and Miko's on-chain execution module. This hybrid architecture maximizes off-chain analytical flexibility while ensuring on-chain transparency and immutability.
1. Core On-Chain Components
The on-chain programs form the foundation of the protocol's trust and security, performing only the minimum necessary functions to reduce the attack surface and increase predictability.
- MIKO Token (Based on
Token-2022): The protocol's core asset, which imposes a fixed 6% fee on all transfers (buys, sells, wallet-to-wallet) without exception, via the TransferFeeConfig extension. The mint authority is renounced and the freeze authority is disabled, making the token immutable with a permanently fixed total supply. - Absolute Vault: A smart contract that acts as the protocol's central treasury. It securely manages all transferred authorities, stores the transaction fees harvested by Miko's execution module, and records all activities on-chain for complete transparency.
- Smart Dial: A simple yet crucial on-chain configuration program that stores the address of the weekly reward token. Miko's execution module queries this contract during each weekly reward distribution to proceed with the swap for the latest AI-selected reward token.
2. On-Chain Execution Module
Miko's on-chain execution module is the component that converts the AI's analytical decisions into blockchain transactions. It operates as an integrated part of the Miko system — receiving the reward token selection directly from the intelligence stack and executing the on-chain operations autonomously.
By handling complex swap logic and periodic tasks off-chain while executing final transactions on-chain, it reduces transaction costs and ensures system flexibility without compromising transparency.
Key Responsibilities:
- Automatic Harvesting: Continuously monitors the accumulated withheld transaction fees on the token. When the threshold of 0.05% of the total supply (500,000 MIKO) is reached, it automatically harvests the fees and transfers them to the Absolute Vault.
- Swap and Distribution Execution: Swaps the harvested MIKO tokens for the AI-selected weekly reward token on a Solana DEX and distributes the purchased reward tokens to eligible holders on a pro-rata basis. A portion of the collected tax is allocated to protocol operations to sustain AI agent infrastructure, server costs, and ongoing development.
- Dynamic Eligibility Screening: At the time of reward distribution, it scans holder wallets in real-time to distribute rewards only to 'Eligible Holders' with a MIKO token value of $100 or more.
- Smart Exclusion System: Dynamically detects and excludes system-related addresses, such as liquidity pool (LP) accounts or routing contract addresses, from reward distribution to ensure benefits go only to actual community members.
The on-chain programs enforce the rules and protect the assets. Miko's execution module acts autonomously within those rules, completing the pipeline from AI analysis to token distribution without manual intervention.