Taiyi V1 home page
Search...
⌘K
Search...
Navigation
Taiyi CLI User Guide
Deposit command
Home
API Reference
Get Started
Taiyi Overview
Node Operator Setup Guide
Send Your First Preconfirmation
Using Preconf Aggregator
Taiyi CLI User Guide
Register commands
Deposit command
Delegate command
Deregister command
Build
Examples
API Reference
Learn
Concepts
System Architecture
Glossary
Network Information
Supported Endpoints
Contract Addresses
On this page
Deposit
Current Status
Planned Implementation
Manual Deposit Process
Taiyi CLI User Guide
Deposit command
Information about depositing strategy tokens into a Taiyi AVS
Deposit
Current Status
The
deposit
command is not currently implemented in the Taiyi CLI tool. To deposit strategy tokens into a Taiyi AVS, you will need to interact directly with the smart contracts.
Planned Implementation
A dedicated deposit command is planned for future releases of the Taiyi CLI. This command will provide a convenient way to:
Deposit tokens into specified strategies
Approve token transfers
Monitor deposit transactions
Manual Deposit Process
In the meantime, if you need to deposit strategy tokens:
Use standard Ethereum tools to interact with the strategy contracts:
Use ethers.js, web3.js, or other Ethereum libraries
First approve the Strategy Manager contract to spend tokens
Then deposit tokens into the specified strategy
Contract Information:
Check the current documentation or ask the team for the latest contract addresses
Verify you’re using the correct network (Mainnet/Holesky/etc.)
Token Requirements:
Ensure you have sufficient underlying tokens
Amount should be specified in wei (10^18 for most tokens)
Check token decimals before depositing
For detailed instructions on manual deposits, please refer to the
operator documentation
or join our support channel.
Register commands
Delegate command
Assistant
Responses are generated using AI and may contain mistakes.