Goliath Slingshot
Goliath Slingshot is the DeFi interface for Goliath Testnet. It is now organized into four modules:
Swap: token swaps and liquidity pools
Bridge: cross-chain transfers between Ethereum Sepolia and Goliath Testnet
Migrate: stake on Sepolia and migrate through an automated flow
Yield: liquid staking on Goliath via stXCN
Slingshot App: https://slingshot.goliath.net/
Module Docs
This Week's Major Update
Liquid staking is live on Goliath (
/#/yield)stXCN proxy (UI/testing):
0x18da8D438a030B530Aba59Ae0aD1942bEB14a9cEGross reward rate: 27.8%
Protocol fee: 10% (minted as stXCN to treasury)
Net APY to stakers: 25.02%
Rewards accrue automatically via cumulative index (no claim transaction)
XCN is received when calling
unstake()
Sepolia staking and migration to Goliath is live (
/#/migrate)Sepolia staking contract:
0xc50B664BA11F5558b8FF7358bb7C576542655D54Sepolia XCN (ERC20):
0x7a8adc542A35c93da263A188367F4bF4c445B8E9
XCN was added to the Slingshot bridge
Bridgeable between Sepolia (ERC20 XCN) and Goliath (native XCN)
Telegram faucet bot flow was expanded
/request <ADDRESS>/request <ADDRESS> sepoliaxcn/request <ADDRESS> sepoliaxcn staked
Contract Registry (Current)
Sepolia XCN (ERC20)
Ethereum Sepolia
0x7a8adc542A35c93da263A188367F4bF4c445B8E9
Used by bridge + migrate
Sepolia Staking
Ethereum Sepolia
0xc50B664BA11F5558b8FF7358bb7C576542655D54
Migration source staking
Sepolia Staked XCN
Ethereum Sepolia
0xc50B664BA11F5558b8FF7358bb7C576542655D54
Staked position contract in this codebase (no separate ERC20 staked token address)
Goliath stXCN Proxy
Goliath Testnet
0x18da8D438a030B530Aba59Ae0aD1942bEB14a9cE
Liquid staking token (user-facing)
Goliath stXCN Implementation
Goliath Testnet
0xb351e224466F45fe652F7Dfd577dAB7A6717aBfC
UUPS implementation
Goliath BridgeStakingAdapter
Goliath Testnet
0x899fd7C568e9040F4320e3f23B05DC340ec2aA78
stakeFor adapter for bridge flow
Bridge (Sepolia)
Ethereum Sepolia
0xA9FD64B5095d626F5A3A67e6DB7FB766345F8092
Cross-chain bridge
Bridge (Goliath)
Goliath Testnet
0x2c1d218B5a97a26D144ffd12d5C813590f93FFEB
Cross-chain bridge
For developer-focused integration details (ABIs, integration notes, and test setup), see the Slingshot Integration Guide.
Last updated