1Principles
ValuesBeliefsControls
Compliance enforced structurally, not just practically.
- 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. |
The Vision
An investor trying to send a real estate coin without a capability is physically blocked by the compiler.
2Performance
ValuesBeliefsControls
Onboarding time drops from days to minutes.
| 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. |
The Vision
Investor hits 'Sign in with Google' and immediately buys an SPV share.
3Platform
ValuesBeliefsControls
Move expertise meets critical fiat payment gaps.
| 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. |
The Vision
Next.js portal communicating seamlessly with Sui RPC but blocked by bank wire APIs.
4Protocols
ValuesBeliefsControls
Internal contracts first, external integrations second.
| 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. |
The Vision
Sequencing: Move -> Next.js -> KYC -> Fiat.
5Players
ValuesBeliefsControls
Platform translates identity into crypto-capabilities.
| 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. |
The Vision
BFF server hitting Sui Network upon receiving a SumSub webhook.
1 / 5