Think of TAC Proxies as API endpoints for TON users. Instead of HTTP requests,
TON users send blockchain transactions that trigger your EVM functions and get
processed results back automatically.
What TAC Proxies Enable
TAC Proxies solve the cross-chain user experience problem by creating direct connections between TON users and EVM applications:Direct Function Calls
TON users can call your EVM contract functions directly from their TON wallets without switching networks or managing multiple wallets.Seamless Asset Bridging
Tokens are automatically bridged from TON to your contract before your function executes, then bridged back with the results.One Transaction Experience
What used to require multiple transactions across different chains now happens in a single TON transaction: Without TAC Proxies:- Bridge tokens TON → EVM
- Switch to MetaMask
- Interact with your dApp
- Bridge tokens back EVM → TON
- Call your function from TON wallet ✨
Real-World Use Cases
DeFi Protocols
NFT Marketplaces
Gaming & Rewards
Key Benefits
For Users:- Keep using familiar TON wallets
- No network switching or gas token management
- Single transaction for complex operations
- Same Solidity development experience
- Access to TON’s large user base
- Existing EVM tools and infrastructure
- Tap into TON ecosystem without rebuilding
- Unified liquidity across chains
- Simplified user onboarding
Getting Started
Ready to build your first TAC Proxy? Follow our step-by-step guides:Installation & Setup
Install dependencies and configure your development environment
Creating Basic Contracts
Build your first proxy contract with step-by-step examples
New to cross-chain development? TAC Proxies handle all the complexity
behind the scenes. You write standard Solidity contracts with a simple
function signature pattern - everything else is automated.