Defi Integrations
Unstake Native
Learn how to unstake SUI - native staking
Unstake your SUI native staking
Usage
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
stakedSuiId | string | Yes | StakedID of the position to unstake |
Example Prompts
Natural Language Prompts
LangChain Tool Prompts
Example Implementation
Implementation Details
- Uses
sui system
for unstaking - Automatically handles transaction versioning
- Includes proper transaction confirmation
- Remove liquid staking position
Response Format
Error Handling
Best Practices
- Gas Verification
- Account for transaction fees
- Transaction Management
- Monitor transaction status
- Implement proper error handling
- Use appropriate commitment levels
- Security
- Verify transaction details
- Double-check amounts
- Keep private keys secure
- User Experience
- Show transaction progress
- Display staking rewards
Related Functions
- get_holding: Check token balances