DEX Integration

DEX modules

Provider-independent DeFi integrations are live in the wallet across STON.fi, DeDust, and swap.coffee. A reusable STON.fi kit for the wider TON community is planned for public release.

STON.fi

Live

Swaps, liquidity provide/remove, farming, and staking flows.

DeDust

Live

Swap routing and on-chain reads through the provider data plane.

swap.coffee

Live

Aggregated swap routing as an independent provider lane.

A reusable STON.fi kit

The STON.fi integration is structured as a kit (stonfi-kit) designed to be embeddable in any wallet via a minimal, host-facing transaction-sender interface. Today it powers Socialbridge; publishing it as a standalone open-source package is planned.

Security note: key management and signing always remain inside the host wallet. The module never handles secrets.

Capabilities

Wallet-native single-sided liquidity

Live

Provide liquidity starting from a single token (e.g., TON). The wallet orchestrates the steps — quote/simulation → confirmation → swap(s) if needed → add liquidity — with clear UX at each stage.

Consistent transaction lifecycle

Live

A shared lifecycle model for DeFi actions:

prepare → awaiting signature → sent → confirmed / failed / canceled

with safe retry behavior and user-friendly errors.

Safe recovery for multi-step liquidity

Live

Multi-step actions that end up incomplete (network delays, timeouts, partial execution) get safe recovery tools and guidance. Note: a one-shot, same-snapshot "provide + immediate farm deposit" path is not shipped — provide and farm are distinct, verified steps.

Farming & staking

Live

STON.fi farm deposit/withdraw and staking flows with positions and history in-wallet.

Links

Back to main page