← Sui Real Estate Tokenization · Pictures · Spec
- EVM requires clunky smart contract whitelist mappings and expensive execution.
- Sui capabilities allow strict compliance enforcement on transfer natively.
- Less DB reconciliation; the blockchain is the single source of truth.
| Problem | Question | Decision |
|---|
| High compliance risk on EVM | Can the compiler enforce legal boundries? | Use Sui Transfer Policies and Capabilities. |
An investor trying to send a real estate coin without a capability is physically blocked by the compiler.
| Metric | Target | Now |
|---|
| Onboarding Wait Time | < 5 mins | 24-72 hours |
| Wallet Drop-off Rate | < 2% | 40%+ |
| Problem | Question | Decision |
|---|
| MetaMask confusing for boomers | How do we hide the crypto part? | Intergate Sui zkLogin and sponsored gas. |
Investor hits 'Sign in with Google' and immediately buys an SPV share.
| Layer | Built | Wired | Working |
|---|
| Move Contracts | No | No | No |
| Next.js Portals | No | No | No |
| Fiat API Rail | No | No | No |
| Problem | Question | Decision |
|---|
| Dividend payouts are manual | Which API handles AU/NZ bulk wires? | Evaluate Stripe / local banking integrators. |
Next.js portal communicating seamlessly with Sui RPC but blocked by bank wire APIs.
| Tier | What | Effort | Unblocks |
|---|
| T0 | Move Capability MVP | 2 weeks | On-chain compliance logic |
| T1 | Next.js zkLogin Portal | 2 weeks | Investor usability testing |
| T2 | KYC/Fiat Webhooks | 3 weeks | End-to-end sandbox money flow |
| Problem | Question | Decision |
|---|
| Launch delays due to external APIs | Can we mock compliance? | Yes, mock fiat/KYC for T0/T1 to unblock Move dev. |
Sequencing: Move -> Next.js -> KYC -> Fiat.
| Job | Struggling Moment | Hidden Objection |
|---|
| Syndicate Real Estate | Reconciling off-chain DBs with on-chain ledgers drains weeks. | "I don't trust the blockchain if I can't reverse a fraudulent transaction." |
| Invest in SPVs | Managing 12-word seed phrases to buy a building. | "This feels like a scam, I just want to wire money." |
| Problem | Question | Decision |
|---|
| Managing identities | Who issues the capability? | Platform BFF issues it when KYC agent approves. |
BFF server hitting Sui Network upon receiving a SumSub webhook.
Context
Questions
Which prompt in the sui real estate tokenization deck would most change a stakeholder's position if answered with evidence rather than assumption?
- Which deck slide contains the highest-stakes bet — the one that, if wrong, makes the whole PRD invalid?
- If this deck were presented to a skeptic rather than a believer, which slide would receive the strongest objection?
- Which question in this prompt deck has the clearest answer right now — and which requires the most validation?