diff --git a/src/pages/developers/evm/gateway.mdx b/src/pages/developers/evm/gateway.mdx index 0e90a150..19f19c05 100644 --- a/src/pages/developers/evm/gateway.mdx +++ b/src/pages/developers/evm/gateway.mdx @@ -1,6 +1,14 @@ Gateway is an interface that serves as a unified entry point for interactions between contracts on connected chains and universal apps on ZetaChain. + + ## Gateway on Connected Chains The gateway on connected chains (like Ethereum, Solana and Bitcoin) facilitates @@ -28,13 +36,18 @@ Gateway supports the following features: data passing) to a universal app - making a contract call (with arbitrary data passing) to a universal app -These features may vary depending on each specific connected chain. For example, -deposits from Bitcoin can only be made in native gas token (BTC). And deposits -from Solana can be made in SOL and (soon) SPL tokens. +[These features may vary](/developers/chains/functionality) depending on each +specific connected chain. For example, deposits from Bitcoin can only be made in +native gas token (BTC). And deposits from Solana can be made in SOL and (soon) +SPL tokens. Currently, only one asset can be deposited at a time to a universal app. Support for multi-asset deposits will be added in the future updates to the protocol. +Learn more about Gateway functionality on connected chains: +[EVM](/developers/chains/evm), [Solana](/developers/chains/solana), +[Bitcoin](/developers/chains/bitcoin). + ## Gateway on ZetaChain Gateway on ZetaChain facilitates outgoing transactions: calls and token @@ -50,3 +63,5 @@ Gateway supports the following features: Currently, only one asset can be withdrawn at a time from a universal app. Support for multi-asset withdrawals will be added in the future updates to the protocol. + +Learn more about [ZetaChain Gateway](/developers/chains/zetachain).