
Max STON.fi
- Total activity 189
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 94
Articles
Recent activity by Max STON.fi-
Can I show the user if the swap is pending or finished?
Yep. Use useTrackTrade() — it shows you the swap status in real-time: loading, confirmed, or failed. That way, you can show a spinner, a success message, or a retry button depending on what’s happe...
-
Okay but how do I actually make the swap happen?
After you get the quote, use the useOmniston() hook. It builds the transaction, your user signs it, and the swap goes through. It’s based on smart contracts with a rate lock — so no last-second pri...
-
How do I get the swap rate inside my app?
Use the useRfq() hook — it lets you fetch swap quotes right in your frontend. It figures out the best path automatically, even through intermediate tokens if needed. That way, your users always get...
-
How do I let users connect their wallet?
Just use TON Connect. Install their UI package, and users can log in with wallets like Tonkeeper or TON Space in a couple of clicks. The Omniston SDK works perfectly with that setup. Super smooth.
-
Do I need to set up a backend or server or something?
Nope, nothing like that. Omniston already has its own backend. You just connect your app to their WebSocket API through the SDK, and it handles everything — quotes, swap logic, contracts. All the h...
-
How do I even plug this into my app?
Super simple. You install the SDK with:pnpm install @ston-fi/omniston-sdk-react Then you wrap your app in <OmnistonProvider> with the WebSocket URL, and you’re good to go. No backend, no crazy se...
-
What even is Omniston?
Omniston is like a smart swap engine. It finds the best deal for your token swap by checking a bunch of DEXs and liquidity sources under the hood. You don’t have to worry about where the best rate ...
-
Where can I get help for technical setup?
Visit our help guide at https://guide.ston.fi/en/ or contact support via Submit a request – STON.fi
-
Where can I find Ethena's Terms of Service?
You can check this website: https://docs.ethena.fi/resources/terms-of-service
-
How do I report a scam token?
Send its contract address to Submit a request – STON.fi. We’ll check if it’s listed and take action if necessary.