diff --git a/docs/eureka/eureka-tech-overview.mdx b/docs/eureka/eureka-tech-overview.mdx index 4d19a8bb9..f6dc2c0a7 100644 --- a/docs/eureka/eureka-tech-overview.mdx +++ b/docs/eureka/eureka-tech-overview.mdx @@ -30,6 +30,10 @@ graph LR - **No Wrapped Tokens**: Assets are not wrapped or suffixed with bridge-specific identifiers (e.g., no ETH.axl) - **ERC20 Compatibility**: Assets can be easily represented as ERC20s in the future without conversion complexity + + Token factory tokens are not compatible with Eureka. + + ## How Eureka Works Eureka connects blockchains through a combination of: diff --git a/docs/eureka/integration-guide.mdx b/docs/eureka/integration-guide.mdx index d35597915..977e298a1 100644 --- a/docs/eureka/integration-guide.mdx +++ b/docs/eureka/integration-guide.mdx @@ -41,6 +41,10 @@ To bridge assets to Ethereum through Eureka while maintaining full control over **Ready to get started?** Follow our step-by-step [Custom ERC20 Integration Guide](/eureka/custom-erc20-integration) to deploy your contract. +### Limitations + +Token factory tokens are not compatible with Eureka + ## Application Developers **If you're an application developer looking to give your users access to Eureka assets in your UI or to leverage them within your protocol, integrating into the Eureka ecosystem via Skip Go is super simple!**