A simple demo showing how to accept SUT (SuperTrust) token payments on Polygon.
SUT (SuperTrust) is a utility token on Polygon network that can be used to pay for AI services.
- Network: Polygon (Chain ID: 137)
- Contract:
0x98965474EcBeC2F532F1f780ee37b0b05F77Ca55 - Chart: DexScreener
Try the bot: @sutisbest_bot
Use the SDK to integrate SUT payments: sut-pay
| Service | Price (SUT) |
|---|---|
| AI Chat | 1 SUT |
| Code Review | 5 SUT |
| Content Writing | 3 SUT |
| Crypto Analysis | 10 SUT |
npm install sut-payimport { SUTPay } from 'sut-pay';
const sut = new SUTPay();
const verified = await sut.verifyPayment(txHash, walletAddress);