Deposits and withdrawals, non custodial vault
Deposits and withdrawals, non custodial vaults
Maicrotrader is built so you can deposit into automated strategies without handing custody of your assets to a centralized platform.
This page explains what you do, what happens under the hood, and what you can verify on chain.
What non custodial means here
Funds are designed to exist in transparent, verifiable locations at all times:
Your wallet
Vault smart contract
Bridge contracts used for cross chain routing
Decentralized trading venue settlement layer
Deposit flow
When you deposit USDC:
You connect your wallet and initiate a deposit
You call a function on the vault contract, USDC transfers to smart contract code, not a company wallet
The system calculates NAV from on chain data
Vault shares are minted to your wallet
Funds route cross chain according to protocol rules, if applicable
Funds are routed to the trading venue for strategy execution
Trades execute on a decentralized exchange with on chain settlement
Withdrawal and redemption flow
You can request redemption at any time. Because the vault can hold active positions, redemptions are processed during settlement windows.
You request redemption, your shares lock in the vault contract
During the next settlement window, positions close according to strategy and risk rules
Funds are withdrawn from the trading venue back into the routing path
Cross chain routing reverses the deposit flow, if applicable
The system calculates the USDC owed based on NAV at settlement
A cooldown period may apply, typically 24 to 48 hours, to protect settlement integrity
You execute the final redemption transaction, shares burn, USDC returns to your wallet
Last updated