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

# Create Dynamic's Environment ID

> Learn how to create and manage a Dynamic Environment ID for wallet providers

<Steps>
  <Step title="Create Your Gelato Account">
    Sign up on the [Gelato App](https://app.gelato.cloud/wallets) to create an account and begin setting up wallet providers like Dynamic using the Smart Wallet React SDK.
  </Step>

  <Step title="Create a Wallets Project">
    Once you're logged into your Gelato account, navigate to Embedded Wallets section and create a new Wallet Project. This project will serve as the foundation for managing your wallet providers and configurations.

    <img height="200" src="https://mintcdn.com/gelato-6540eeb1/Zts4gqL19HxzBoy9/images/create-wallet-project.png?fit=max&auto=format&n=Zts4gqL19HxzBoy9&q=85&s=f0d3f6f8bf83e2259ffa14f1c14845ae" data-path="images/create-wallet-project.png" />
  </Step>

  <Step title="Retrieve Your Environment ID">
    After creating the Wallet Project, navigate to its dashboard to find your Environment ID.

    Click on View Config, then either copy the Dynamic's Environment ID or the entire configuration code, depending on your needs.

    <Check>Keep your Environment ID secure as it's essential for configuring wallet providers in your application.</Check>

    <img height="200" src="https://mintcdn.com/gelato-6540eeb1/8BeiyOhSgNF7mtMT/images/get-environment-id.png?fit=max&auto=format&n=8BeiyOhSgNF7mtMT&q=85&s=bec1d8ade05994cafb7ee62663319145" data-path="images/get-environment-id.png" />
  </Step>

  <Step title="Configure Networks">
    By default, Ethereum Mainnet is selected as the network. However, you can specify multiple networks in the Network section based on your requirements.

    You can check the list of supported networks [here](/smart-wallet-sdk/additional-resources/supported-networks).

    <img height="200" src="https://mintcdn.com/gelato-6540eeb1/Zts4gqL19HxzBoy9/images/configure-networks.png?fit=max&auto=format&n=Zts4gqL19HxzBoy9&q=85&s=88d48b025e2289e8ca1dfb3fc5428dc9" data-path="images/configure-networks.png" />
  </Step>
</Steps>

## Next Steps

Now that you've created your Environment ID, you can proceed to integrate it into your code to configure wallet providers in your application. Learn how to use Dynamic as a wallet provider [here](/smart-wallet-sdk/embedded-wallets/use-dynamic-signers).
