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.

Cronos CRO native staking with validator delegation.

What this yield is

  • Asset: CRO (native Cronos token)
  • Mechanism: Delegate CRO to validators
  • Rewards: Block rewards distributed per epoch
  • Unbonding: 28-day unbonding period

Available yields

Yield IDDescription
cronos-cro-native-stakingNative CRO delegation

Required inputs

ArgumentRequiredDescription
amountYesAmount of CRO to stake
validatorAddressYesValidator operator address
Fetch yield metadata to get the exact schema and available validators.

Actions & lifecycle

  • Call /actions/enter with amount and validator
  • Single delegation transaction
  • Position active after confirmation
  • Rewards begin accruing

Example flow

1

Fetch yield metadata

Get validator options and staking mechanics.
2

Request action

Call enter/exit/manage with required arguments.
3

Sign & submit

Execute ordered transactions.
4

Track balances

Monitor position lifecycle.
curl --request GET \
  --url https://api.yield.xyz/v1/yields/cronos-cro-native-staking \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Cronos has a 28-day unbonding period. Plan exits accordingly.
Use the validators endpoint to review commission rates and uptime.
For institutional flows, validate with Shield.

See also

EVM Overview

All EVM staking