Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Akash AKT staking with validator delegation.

What this yield is

  • Asset: AKT (native Akash token)
  • Mechanism: Delegate AKT to validators
  • Rewards: Block rewards
  • Unbonding: 21-day unbonding period

Available yields

Yield IDDescription
akash-akt-native-stakingNative AKT delegation

Required inputs

ArgumentRequiredDescription
amountYesAmount of AKT to stake
validatorAddressYesValidator operator address (akashvaloper…)

Actions & lifecycle

  • Single delegation transaction
  • Rewards begin immediately

Example flow

curl --request POST \
  --url https://api.yield.xyz/v1/actions/enter \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'x-api-key: <API_KEY>' \
  --data '{
    "yieldId": "akash-akt-native-staking",
    "address": "akash1YOUR_ADDRESS",
    "arguments": {
      "amount": "100",
      "validatorAddress": "akashvaloperVALIDATOR"
    }
  }'

See also

Non-EVM Overview

All non-EVM staking