> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Figment

> Stake assets and earn rewards through the Figment integration on DFNS, with delegated staking flows and policy-controlled validator selection.

export const Youtube = props => {
  return <iframe className="w-full aspect-video rounded-xl" src={`https://www.youtube.com/embed/${props.videoId}`} title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen>
      </iframe>;
};

Unlock staking rewards on your digital assets through our integration with Figment, a leading provider of institutional-grade staking infrastructure. This partnership allows you to securely delegate your assets from DFNS's MPC wallets to Figment's robust and reliable validators across numerous Proof-of-Stake (PoS) networks. You can earn staking yields while maintaining full control over your assets, all orchestrated through a simple and secure API call.

You have nothing to do to set it up, you can use the staking providers out of the box!

<Youtube videoId="WSg_13AGoLs" />

## From the dashboard

<Steps>
  <Step title="Open Staking">
    In the DFNS dashboard, go to **Staking**. Active positions are listed with their provider, amount, and rewards. Click **Stake** to open a new staking request.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/Q7SYWJ4UghIDD6rh/images/auto/staking-assets-1.png?fit=max&auto=format&n=Q7SYWJ4UghIDD6rh&q=85&s=99260560bf83ea1647cd3c63c2206504" alt="Staking positions list with the Stake button highlighted" width="2688" height="1952" data-path="images/auto/staking-assets-1.png" />
    </Frame>
  </Step>

  <Step title="Stake your assets">
    Choose the network and the wallet to stake from, then enter the amount. Staking is delegated to Figment's validators while your assets stay in your DFNS wallet.

    <Frame>
      <img src="https://mintcdn.com/dfns-6d8c7466/Q7SYWJ4UghIDD6rh/images/auto/staking-assets-2.png?fit=max&auto=format&n=Q7SYWJ4UghIDD6rh&q=85&s=97751b55baaf1b7a5719ea1b29669399" alt="Create-stake form with the network, wallet, and amount fields" width="2688" height="1672" data-path="images/auto/staking-assets-2.png" />
    </Frame>
  </Step>
</Steps>
