Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/eureka/eureka-tech-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Note>
Token factory tokens are not compatible with Eureka.
</Note>

## How Eureka Works

Eureka connects blockchains through a combination of:
Expand Down
4 changes: 4 additions & 0 deletions docs/eureka/integration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down