# Beyond the SNS: Why Toko Could Be Its Natural Successor

**URL:** https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992
**Category:** Developers
**Created:** [August 9, 2026, 10:45am UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992 "2026-08-09T10:45:46Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 10:45am UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/1 "2026-08-09T10:45:46Z")

</div>

# Beyond the SNS: Why Toko Could Be Its Natural Successor

The Service Nervous System was one of the Internet Computer’s most important ideas. It gave an application a credible path from founder control to community ownership: a standard governance system, a native token, staking, proposals, a treasury and an on-chain mechanism for controlling the application itself.

That was a major step forward. But it was also only the first step.

The SNS is fundamentally a **governance and tokenisation framework for a single application**. Its standard architecture consists of governance, ledger, archive, index, root and swap canisters, following a common NNS-approved upgrade path. That consistency is valuable: projects do not need to invent a DAO from scratch, and users can understand the broad shape of every SNS. But the same standardisation also reveals the boundary of the model. An SNS can govern an application; it is not, by itself, a general-purpose operating system for building deeply programmable on-chain economies.

Toko could be the natural successor because it begins where the SNS stops.

## From governing an application to programming an economy

The central question behind an SNS is: **who controls this application?**

The central question behind Toko is larger: **what can the application, its assets and its communities actually do?**

At Toko’s foundation is icyDB: a substantial embedded SQL database that runs inside a canister. At roughly 400,000 lines of code, it is not a thin wrapper around stable memory or a proof-of-concept data layer. It is infrastructure designed to let applications keep rich, structured and queryable state where the computation itself lives—on-chain, without surrendering the application’s core data model to a conventional cloud database.

On top of that sits Canic, our orchestration and scaling layer. Canic is intended to let a service expand across tens of thousands of canisters, distributed across Internet Computer subnets, without forcing every application team to invent its own sharding, deployment and lifecycle machinery.

Then there is Toko itself: tokens, NFTs, quantities, ledgers, collections, programmable logic, dynamic state and lifecycle rules. A Toko asset is not limited to being a balance in a ledger or a static pointer to some metadata. It can be an evolving digital object with its own state, permissions, behaviour and relationship to other assets and systems.

Taken together, this is not merely another token standard. It is the beginning of an **on-chain economic application platform**.

## Governance should exist at the level where value exists

The SNS attaches governance to a project and its native fungible token. That remains useful, but real digital economies are more granular than that.

A game may contain thousands of distinct assets, rule systems, competitions and communities. A tokenised real-world asset may have its own custodial state, redemption process and stakeholders. A collection may need governance over curation, licensing or treasury flows without inheriting every decision made by the wider platform. Even an individual high-value NFT could represent an object, club or position with its own rights and decision process.

Per-token and per-NFT governance—already on Toko’s roadmap—moves governance to the level where the value, identity and behaviour actually reside. Collections could share a common governing framework while individual assets retain specialised rules. Governance could be nested, composed or delegated instead of being forced into one project-wide mechanism.

That is a meaningful evolution: from a DAO controlling a dapp to programmable communities controlling any meaningful unit of on-chain state.

## A successor should preserve the value that already exists

Toko should not ask the ICP ecosystem to abandon the SNS era and start again. The strongest path is continuity.

SNS ledgers already use ICRC-1 for fungible-token balances, with index canisters providing account transaction views. That creates a practical compatibility boundary. Existing liquid balances could be imported into Toko through deterministic snapshots, with account and subaccount ownership, supply, metadata and fees preserved. Existing token interfaces could remain available through compatibility adapters so wallets, exchanges and applications do not need to migrate simultaneously.

But a credible migration cannot be described as “copy the balances.” SNS state includes treasuries, staked neurons, dissolve delays, maturity, permissions, follow relationships, voting power and proposal history. Tokens may be locked, vested or controlled by canisters. NFT standards add ownership, metadata, approvals and collection-specific semantics. Each of these states must either be faithfully represented in Toko or remain verifiably linked to its legacy source.

A serious migration protocol would therefore need:

1. A governance-authorised cutover point and canonical source-state commitment.
2. A deterministic importer whose output can be reproduced independently.
3. Public proofs that total supply, balances, locks and governing rights were preserved.
4. A transition that makes double spending or double voting impossible.
5. Permanent access to the legacy transaction and proposal history.
6. A challenge and audit period before the migrated system becomes final.

This would not be a bridge in the usual sense. It would be a verifiable protocol upgrade for an entire on-chain economy.

## The ledger archive is the next scaling proof

Toko already has tokens and ledgers, but ledger archives still need to demonstrate the same scaling ambition as the rest of the stack. That is not a footnote. A successor to the SNS must preserve more than current ownership; it must preserve the history that makes ownership auditable.

The archive layer should be treated as a first-class distributed data system: append-only, verifiable, horizontally partitioned, efficiently indexed and compatible with standards such as ICRC-3 for authenticated transaction retrieval. IcyDB and Canic give Toko unusually strong foundations for solving this. Historical blocks can be partitioned across managed canisters while SQL-backed indexes make large histories genuinely useful rather than merely retained.

Solving archives at scale would complete an important triangle: live balances, programmable state and permanent verifiable history.

## Successor does not mean replacement by decree

The SNS has earned trust through standardisation, transparent governance and NNS-approved code. Toko will have to earn the same trust. An embedded SQL database is powerful, but decentralisation does not come automatically from putting a database in a canister. Toko will need deterministic execution, reproducible builds, stable upgrade guarantees, open interfaces, independent audits and governance that cannot be captured by its original developers.

If it achieves that, Toko does not need to attack the SNS to supersede it. It can support SNS projects first: hosting richer application state, introducing programmable assets, scaling their services and providing compatibility with their existing ledgers. Over time, more of the economic and governance surface can move into Toko until the distinction becomes obvious.

The SNS proved that an Internet Computer application could become a community-owned network.

Toko can take the next step: making that network a scalable, queryable and programmable economy—where every asset can carry state, every community can govern at the right level, and every existing balance can move forward without losing its history.

That is why Toko is not simply an alternative to the SNS. It could be its natural successor.

[https://github.com/dragginzgame/icydb/](https://github.com/dragginzgame/icydb/)

[https://github.com/dragginzgame/canic/](https://github.com/dragginzgame/canic/)

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 10:46am UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/2 "2026-08-09T10:46:36Z")

</div>

I had some killer memes to support this post but I can’t post media ☹ Oh well

---

<div class="post-metadata">

### Author: ![kizzafredrichkibalam](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/kizzafredrichkibalam/32/37312_2.png) [@kizzafredrichkibalam](https://forum.dfinity.org/u/kizzafredrichkibalam)
#### Post date: [August 9, 2026, 11:39am UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/3 "2026-08-09T11:39:11Z")

</div>

Guess get a better name than Toko, seems More meme like compare with Service Nervous System. Theres a difference even in the naming

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 11:41am UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/4 "2026-08-09T11:41:47Z")

</div>

It means a place/spot/space in Japanese, and Shop or Store in Indonesian/Malay. Also it’s from Motoko. Thought it was perfect, plus we love memes.

---

<div class="post-metadata">

### Author: ![Lorimer](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/lorimer/32/17601_2.png) [@Lorimer](https://forum.dfinity.org/u/Lorimer)
#### Post date: [August 9, 2026, 12:04pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/5 "2026-08-09T12:04:35Z")

</div>

> [@Exposing SNS Voting-Participation Shares After Reward Settlement](https://forum.dfinity.org/t/exposing-sns-voting-participation-shares-after-reward-settlement/74916/26):
>
> The SNS isn’t going anywhere, and there’s no reason it should do. It’s a very good concept that simply hasn’t been used very well for the most part, so far (everyone just went for the out-of-the-box cookie cutter approach, by and large). Now that the community can actually contribute to its development and maintenance it should unblock a bunch of much needed improvements. I for one, will be building up an extensive testing suite to ensure any future upgrades don’t introduce any breaking changes for the numerous prospective SNSs I’m working on.
> 
> Toko sounds like an interesting alternative, not a replacement. Very interested to see it in action, as the proof is in the pudding. I’m optimistic though - sounds great.

---

<div class="post-metadata">

### Author: ![Lorimer](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/lorimer/32/17601_2.png) [@Lorimer](https://forum.dfinity.org/u/Lorimer)
#### Post date: [August 9, 2026, 12:06pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/6 "2026-08-09T12:06:59Z")

</div>

> [@borovan4000](#):
>
> I had some killer memes to support this post but I can’t post media ☹ Oh well

> **Think outside the box**
>
> ```auto
> AAA      
> A A     
> AAAAA   
> A A   
> A A   
> 
> PPPPPP IIIIII CCCCCC TTTTTT U U RRRRRR EEEEEE
> P P II C C TT U U R R E     
> PPPPPP II C TT U U RRRRRR EEEEEE
> P II C C TT U U R R E     
> P IIIIII CCCCCC TT UUUU R R EEEEEE
> 
> IIIIII SSSSSS
> II S      
> II SSSSSS
> II S
> IIIIII SSSSSS
> 
> W W OOOOOO RRRRRR TTTTTT H H
> W W O O R R TT H H
> W NN W O O RRRRRR TT HHHHHH
> WW WW O O R R TT H H
> W W OOOOOO R R TT H H
> 
> AAA      
> A A     
> AAAAA   
> A A   
> A A   
> 
> TTTTTT H H OOOOOO U U SSSSSS A N N DDDDDD  
> TT H H O O U U S A A NN N D D 
> TT HHHHHH O O U U SSSSSS AAAAA N N N D D 
> TT H H O O U U S A A N N N D D 
> TT H H OOOOOO UUUU SSSSSS A A N NN DDDDDD  
> 
> W W OOOOOO RRRRRR DDDDDD SSSSSS
> W W O O R R D D S      
> W NN W O O RRRRRR D D SSSSSS
> WW WW O O R R D D S
> W W OOOOOO R R DDDDDD SSSSSS
> 
> ```

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 12:09pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/7 "2026-08-09T12:09:39Z")

</div>

> [@Exposing SNS Voting-Participation Shares After Reward Settlement](https://forum.dfinity.org/t/exposing-sns-voting-participation-shares-after-reward-settlement/74916/26):
>
> Toko sounds like an interesting alternative, not a replacement.

The wheels are already in motion. May the best decentralised governance application win.

---

<div class="post-metadata">

### Author: ![kizzafredrichkibalam](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/kizzafredrichkibalam/32/37312_2.png) [@kizzafredrichkibalam](https://forum.dfinity.org/u/kizzafredrichkibalam)
#### Post date: [August 9, 2026, 12:15pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/8 "2026-08-09T12:15:04Z")

</div>

Well we still Support SNS, and soon decentralising #Doxa using it.

---

<div class="post-metadata">

### Author: ![jonit](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/jonit/32/12279_2.png) [@jonit](https://forum.dfinity.org/u/jonit)
#### Post date: [August 9, 2026, 12:21pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/9 "2026-08-09T12:21:47Z")

</div>

Toko is a great catchy and memorable name! I think they should stick with it

---

<div class="post-metadata">

### Author: ![infu](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/infu/32/11321_2.png) [@infu](https://forum.dfinity.org/u/infu)
#### Post date: [August 9, 2026, 12:32pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/10 "2026-08-09T12:32:08Z")

</div>

> [@borovan4000](#):
>
> Governance should exist at the level where value exists

The best benefit in more domain-aware platforms is that hey can be an extraordinary accelerator for applications. The platform understands both mechanism and domain semantics and applications don’t start from scratch. I think you have all the prerequisites to pull this off.

---

<div class="post-metadata">

### Author: ![WebTreeSoftwareSolut](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/webtreesoftwaresolut/32/35012_2.png) [@WebTreeSoftwareSolut](https://forum.dfinity.org/u/WebTreeSoftwareSolut)
#### Post date: [August 9, 2026, 12:33pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/11 "2026-08-09T12:33:34Z")

</div>

Last time I checked, the official dashboard has 3 sections. Network, governance, and **Web3.**

All the SNS are all still listed there, last time I checked.

Anyways, good luck with toko whether it goes the SNS or it goes its own path. We all want Toko to succeed.

> ****
>
> Well maybe we don’t all want that. But most of us want that.

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 12:36pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/12 "2026-08-09T12:36:43Z")

</div>

Last time I checked the new NNS has no mention of the SNS at all. Not even a coming soon. It’s clear what direction the foundation is going in.

---

<div class="post-metadata">

### Author: ![Sawyer](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/sawyer/32/16857_2.png) [@Sawyer](https://forum.dfinity.org/u/Sawyer)
#### Post date: [August 9, 2026, 12:41pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/13 "2026-08-09T12:41:52Z")

</div>

Boro I hope I’m getting my airdrop for holding DKP. I’d like to participate in the sale as well.

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 12:45pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/14 "2026-08-09T12:45:11Z")

</div>

You will. All DKP/SWAMP/CLAY/MOTOKO holders will get Toko.

I’ll try and honour it as much as possible, just that when you’ve had half the ecosystem attacking you for the past 4 years tends to erode away your generosity. I’ll make sure that anybody related to the node provider swamp is excluded though 🙂

---

<div class="post-metadata">

### Author: ![Sawyer](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/sawyer/32/16857_2.png) [@Sawyer](https://forum.dfinity.org/u/Sawyer)
#### Post date: [August 9, 2026, 12:47pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/15 "2026-08-09T12:47:03Z")

</div>

I’m assuming the distribution to DKP holders is the majority of this airdrop given the long held nature of project. Just an assumption, final numbers wouldn’t have been decided yet.

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 12:48pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/16 "2026-08-09T12:48:47Z")

</div>

Depends what side of the bed I get up 🙂 Yes DKP will be a big part of it.

The other thing is we can gate based on neurons, so we can say you can only claim an NFT if you have a Neuron of a certain age/amount/lockup. I’d rather be using DKP for that, but we’ll keep it as part of the airdrop sure.

We can also price in a whitelisted list of tokens, so swapping DKP for a draggin egg NFT is completely doable on Toko.

---

<div class="post-metadata">

### Author: ![Dionysus](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/dionysus/32/38644_2.png) [@Dionysus](https://forum.dfinity.org/u/Dionysus)
#### Post date: [August 9, 2026, 12:53pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/17 "2026-08-09T12:53:53Z")

</div>

> [@borovan4000](#):
>
> It’s clear what direction the foundation is going in.

It certainly seems that they have plans. They’re schemers.

You don’t seem like a schemer you seem like a guy who just does things.

So why are you worried about their plans and their rules?

Just launch Toko and let the results speak for themselves. SNS or not. We’d all drink to that.

---

<div class="post-metadata">

### Author: ![borovan4000](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@borovan4000](https://forum.dfinity.org/u/borovan4000)
#### Post date: [August 9, 2026, 12:58pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/18 "2026-08-09T12:58:05Z")

</div>

I’m just disappointed really. Dom tasked me with finding out why the price kept on going down, so I did it. To say he wasn’t happy with my findings was a bit of an understatement.

Anyway, no we don’t need them.

I sort of think of the foundation as the guys inside my car battery miniverse. I know that when I get into my car and turn the key that engine’s going to start. Kind of like governance, but with extra steps. It’s all about aligning incentives.

---

<div class="post-metadata">

### Author: ![infu](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/infu/32/11321_2.png) [@infu](https://forum.dfinity.org/u/infu)
#### Post date: [August 9, 2026, 12:58pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/19 "2026-08-09T12:58:59Z")

</div>

The domain awareness of the SNS is - it understands:  
`token holder` `neuron` `proposal` `vote` `governed canister`

For Toko - based on this post it’s around enchanced digital assets for game items/RWA, etc:  
`token` `NFT` `collection` `quantity` `ledger` `ownership` `permissions` `asset lifecycle` `asset state` `governance`

For Neutron:  
`apps` `packaged apps` `app permissions` `cryptographical capabilities` `app frontends` `backends` `tray` `tiles` `agent tools` etc..

For AWS:  
`compute` `storage` `database` `network`

For Internet Computer Protocol:  
`compute` `cryptography` `canister` `inter-canister calls` `identities` `nodes`, etc..

IcyDB:  
`database` `canister` `shard` `deployment` `lifecycle`

It’s quite interesting way of looking at them, because what these systems semantically understand defines what can best grow over them.

---

<div class="post-metadata">

### Author: ![Dionysus](https://sea1.discourse-cdn.com/flex023/user_avatar/forum.dfinity.org/dionysus/32/38644_2.png) [@Dionysus](https://forum.dfinity.org/u/Dionysus)
#### Post date: [August 9, 2026, 1:05pm UTC](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992/20 "2026-08-09T13:05:25Z")

</div>

> [@borovan4000](#):
>
> I’m just disappointed really

Well, I suppose most of us can empathize with that.

Strikes and gutters.

[Next page](https://forum.dfinity.org/t/beyond-the-sns-why-toko-could-be-its-natural-successor/74992.md?page=2)
