Skip to main content

stake

Stake SOL and receive mSOL.
glam marinade stake <amount> [options]
amount
number
required
Amount of SOL to stake
-y, --yes
boolean
default:"false"
Skip confirmation prompt
Examples:
# Stake 10 SOL
glam marinade stake 10

# Stake without confirmation
glam marinade stake 10 -y

stake-native

Stake SOL to Marinade Native.
glam marinade stake-native <amount> [options]
amount
number
required
Amount of SOL to stake
-y, --yes
boolean
default:"false"
Skip confirmation prompt
Examples:
# Stake 10 SOL to Marinade Native
glam marinade stake-native 10

# Stake without confirmation
glam marinade stake-native 10 -y

withdraw-stake

Withdraw mSOL into a stake account.
glam marinade withdraw-stake <amount> [options]
amount
number
required
Amount of mSOL to withdraw
-d, --deactivate
boolean
default:"false"
Deactivate the stake account
-y, --yes
boolean
default:"false"
Skip confirmation prompt
Examples:
# Withdraw 5 mSOL into stake account
glam marinade withdraw-stake 5

# Withdraw and deactivate
glam marinade withdraw-stake 5 -d

# Withdraw without confirmation
glam marinade withdraw-stake 5 -y

Build docs developers (and LLMs) love