Stake SOL
// Stake 1 SOL
const signature = await agent.methods.stake(1);
// Stake 0.5 SOL
const signature = await agent.methods.stake(0.5);Parameter
Type
Required
Description
"Stake 1 SOL with Jupiter validator"
"Create a liquid staking position with 2.5 SOL"
"Stake half a SOL to earn rewards"
"Convert my SOL to jupSOL by staking 5 SOL"Last updated