Money that moves like a message.
A gasless US dollar account on Sui. Sign in with Google, hold dollars, and send them to a name like vanessa@talise.sui. No seed phrase, no gas, settles in under a second, and a send can be private, unlinking sender from recipient on chain. Live on mainnet.
Payments and DeFi are disconnected: payments are static transfers, DeFi is complex and siloed, and people are left to orchestrate everything by hand. Talise turns a payment into a programmable financial action on Sui, wrapped in an app that feels like a neobank.
You sign in with Google, hold dollars as USDsui, and pay anyone by @handle instead of a 0x address. Sending is gasless and settles in under a second. A send can be private, unlinking sender from recipient on chain. Idle balance is put to work, dollars cash in and out to a bank, and money can move as a claim link or a stream.
- Identity. zkLogin turns a Google account into a self-custodial Sui wallet. The user never handles a key.
- Settlement. Balances are USDsui, a US dollar token on Sui, moved with sub-second finality.
- Gas. Every transaction is sponsored, so the user never holds or spends a gas token.
- Names. Everyone claims
name@talise.sui, a real on-chain SuiNS identity that money routes to. - Privacy. A Groth16 shielded pool unlinks sender from recipient on chain, live on mainnet. Private sends ship in the iOS app. It is an early pilot: capped per send, and amounts are still visible where funds enter and leave the pool.
Live on Sui mainnet. Public beta on iOS via TestFlight, with the website at talise.io. Over 1,900 names on the waitlist and over 1,400 @handles already claimed on chain. Gasless sends, claim links, streaming, and bank cash-out all work in the shipped build. Private sends are live in the iOS app.
The main package is the shielded pool, Talise's privacy layer. Balances settle in USDsui, a Sui-native US dollar token (a third-party asset, not a Talise contract).
| Talise package | ID |
|---|---|
| Private / shielded pool (main) | 0x36d80185b4ee5890f95e743142fac280952ab013310a4b609d165f20fa1f26b4 |
| Streaming + cheques | 0x4ba838c7ded1b57aededff4e825aa251858b05b720083856351dd8325094a13e |
| Goals vault | 0xb0898eef5734ee9ebfbdbacd9e39533d7070159d4a87287ddde8a5b331059947 |
| Team streams (payroll) | 0xcff874d3702572ea373053304c7d384aeaa4fb041905b355471a624331954c7c |
Source for all of them is in talise-contracts.
- talise-frontend, web app and API. Next.js, TypeScript.
- talise-mobile, iOS app. Swift, SwiftUI.
- talise-contracts, Sui Move packages: payments, privacy, savings, yield.
- talise-infra, the gas-sponsorship service.
- talise-docs, overview, architecture, and pitch deck.
All day to day development happened in the primary working repository, then migrated into these focused repositories for clarity:
https://github.com/SeventhOdyssey71/talise-main
zkLogin for keyless self-custody, sponsored gas for a gasless experience, sub-second finality so payments feel instant, programmable transaction blocks for composability, and a Move-based shielded pool for privacy.