DeFi
SatuDex is the official decentralized exchange of SATUCHAIN. It provides a core trading layer for the network, allowing users to exchange assets directly from their wallets through on-chain transactions. SatuDex is designed to be simple to integrate, efficient to use, and consistent with standard EVM DeFi patterns.
What SatuDex Provides
SatuDex delivers the essential DEX functionality required by a self-sustaining ecosystem:
Token swaps executed on-chain
Liquidity pools to support market depth and price discovery
Standard router/factory architecture for predictable integrations
A wrapped native token to enable native-asset routing inside ERC-20 style pools
Non-Custodial by Design
SatuDex does not hold user funds. Users remain in control of their assets at all times and confirm each action through their own wallet. Trades and liquidity operations are executed via smart contracts, and the final results can be verified on the explorer.
Trading Model (AMM)
SatuDex uses an Automated Market Maker (AMM) model. Instead of matching buyers and sellers through an order book, trades are executed against liquidity pools funded by liquidity providers. Pricing is derived from pool reserves, and the swap output adjusts automatically based on trade size and available liquidity.
Core Features
Swap
Users can swap supported assets directly from their wallet. Typical swap flows include:
selecting input and output tokens
reviewing the quote (expected output, minimum received, price impact)
confirming the transaction in the wallet
verifying execution via transaction receipt and logs
Liquidity Pools
Liquidity providers can supply token pairs to pools and receive liquidity provider (LP) positions in return. Pool liquidity supports trading, and providers may earn fees generated by swap activity (fee distribution depends on the pool design and router rules).
Wrapped Native Token Support
For DeFi routing, the native token is commonly represented as a wrapped ERC-20 compatible asset. This enables the native token to participate in standard pool and router interactions without custom handling.
Intended Use in the SATUCHAIN Ecosystem
SatuDex is a foundational product intended to:
provide default liquidity and routing infrastructure for SATUCHAIN assets
support token launches and early market formation on the network
enable DeFi applications to integrate swaps and price discovery through standard contracts
Integration Considerations
When integrating SatuDex into a dApp or service:
use the official ecosystem contract addresses published in the documentation
verify token contracts and liquidity depth before enabling swaps in production
apply conservative defaults for slippage and approvals
handle transaction confirmation properly by waiting for receipts and required confirmations
Risk Notes
DEX usage involves normal DeFi risks, including slippage, low liquidity, and exposure to unverified tokens. Users and integrators should treat newly deployed assets as high risk until the contract, liquidity, and trading behavior are clearly validated.
Last updated