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.

Ethereum native staking with P2P, an institutional validator infrastructure provider.

What this yield is

  • Asset: ETH (native Ethereum)
  • Provider: P2P (institutional validator infrastructure)
  • Mechanism: Create Ethereum validators via P2P
  • Rewards: Consensus layer + execution layer rewards, auto-credited
  • Unbonding: Varies depending on Exit Validator Queue Time
  • Minimum: 32 ETH (must stake in 32 ETH increments)

Required inputs

ArgumentRequiredDescription
amountYesAmount of ETH to stake (in 32 ETH increments)

Actions & lifecycle

  • Single transaction for native ETH
  • Position enters validator queue

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": "ethereum-eth-p2p-staking",
    "address": "0xYOUR_ADDRESS",
    "arguments": { "amount": "32" }
  }'

Pending actions

ActionDescription
WITHDRAWAfter Exit Validator Queue completes, withdraw unstaked balance

Operational notes

P2P staking requires staking in 32 ETH increments — each 32 ETH creates one validator.
Time to start earning depends on the Enter Validator Queue Time, which varies based on network demand.
After initiating exit, wait for Exit Validator Queue Time. Then use the WITHDRAW pending action to reclaim funds.
For institutional flows, validate with Shield.

See also

Everstake ETH

Pooled staking (0.1 ETH minimum)

Ethereum Overview

All Ethereum staking options