# Deploying any ERC-20 on EigenLayer in 30 seconds

**URL:** https://forum.eigenlayer.xyz/t/deploying-any-erc-20-on-eigenlayer-in-30-seconds/14359
**Category:** Protocol Research
**Created:** [January 28, 2025, 7:04pm UTC](https://forum.eigenlayer.xyz/t/deploying-any-erc-20-on-eigenlayer-in-30-seconds/14359 "2025-01-28T19:04:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bmpalatiello](https://yyz2.discourse-cdn.com/flex028/user_avatar/forum.eigenlayer.xyz/bmpalatiello/32/4813_2.png) [@bmpalatiello](https://forum.eigenlayer.xyz/u/bmpalatiello)
#### Post date: [January 28, 2025, 7:04pm UTC](https://forum.eigenlayer.xyz/t/deploying-any-erc-20-on-eigenlayer-in-30-seconds/14359/1 "2025-01-28T19:04:59Z")

</div>

EigenLayer’s Permissionless Token Support allows any ERC-20 token to be permissionlessly added as a restakable asset. This feature significantly broadens the scope of assets that can contribute economic security to AVSs.

## How

At the protocol level, new Strategies—smart contracts that define which tokens can be restaked on EigenLayer—can be created for any ERC-20 token using EigenLayer’s factory contract. Any AVS can then include these Strategies in their OperatorSets for cryptoeconomic security and distribution of tasks to Operators in return for AVS rewards.

To add a new Strategy to the EigenLayer protocol:

1. Provide a token address to [StrategyFactory.deployNewStrategy()](https://etherscan.io/address/0x5e4C39Ad7A3E881585e383dB9827EB4811f6F647#writeProxyContract%23F2) and send the transaction.^1
2. Any AVS may now add your Strategy.

 ![deployNewStrategy()](https://canada1.discourse-cdn.com/flex028/uploads/eigenlayer/original/2X/0/0d7d2cf8d19ad3f004659ab7e496bef9ec3eeef4.png)

Transactions to the Strategy Factory contract that have permissionlessly deployed Strategies can be [viewed on Etherscan](https://etherscan.io/address/0x5e4c39ad7a3e881585e383db9827eb4811f6f647). Please see the contract [documentation](https://github.com/Layr-Labs/eigenlayer-contracts/blob/dev/docs/core/StrategyManager.md#strategyfactorydeploynewstrategy) for important details on the requirements for supported tokens.

Tokens added to EigenLayer by deploying a permissionless Strategy can request listing in the EigenLayer Marketplace UI [here](https://eigenlabs.typeform.com/AssetWhiteList). 42 Strategies are currently listed on the [Marketplace](https://app.eigenlayer.xyz/restake), including Strategies for natively restaked ETH, 12 ETH LSTs, and 29 other ERC-20 tokens.

* * *

1. If the `deployNewStrategy` transaction is predicted to fail in your wallet, a Strategy for that token may already be deployed; check `deployedStrategies` with the token’s address [on Etherscan](https://etherscan.io/address/0x5e4c39ad7a3e881585e383db9827eb4811f6f647#readProxyContract) to view the contract address for existing Strategies.
