How protected transfers work #2
jayBeeCool
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
IND introduces the concept of protected balances and protected transfers.
Traditional ERC20 systems typically model ownership as immediate and fully transferable once a transaction is confirmed.
IND explores a different approach.
In the IND model, balances can exist in two distinct states:
Protected balances are associated with delayed spendability semantics rather than immediate unrestricted transferability.
A protected transfer may include:
The objective is to explore whether digital assets can support custody-oriented behavior rather than behaving exclusively as bearer-style instant-transfer units.
Delayed ownership
In traditional ERC20 transfers, ownership is typically considered final once the transaction is confirmed on-chain.
IND explores delayed ownership continuity instead.
A protected transfer may enter an intermediate state where:
This creates a programmable custody interval between transfer initiation and unrestricted recipient control.
Revocation window
Protected transfers may include a revocation window.
During this interval, authorized recovery or revoke logic may still intervene depending on protocol rules and key configuration.
The protocol explores whether limited reversibility can reduce damage caused by:
Inheritance timing
Protected balances may also interact with inheritance-aware logic.
The protocol experiments with inactivity and liveness semantics to determine whether long-term custody continuity can be modeled directly at protocol level.
This includes:
Delayed spendability
Protected balances are intentionally different from immediately liquid balances.
The protocol explicitly separates:
This differs from traditional ERC20 assumptions where transfer confirmation usually implies unrestricted immediate control.
Experimental status
These mechanics remain experimental.
The project is still evaluating:
IND should currently be considered protocol research and experimental infrastructure exploration rather than production-ready financial software.
Further reading
Protected transfers separate transfer creation from recipient spendability.
The protocol introduces a protected balance state, delayed ownership, and a revocation window before unrestricted recipient control becomes active.
Technical reference:
https://ind.finance/protected-transfers.html
Wallet screenshots and protocol states:
https://ind.finance/wallet-interface.html
Mainnet deployment status:
https://ind.finance/mainnet-status.html
This model intentionally differs from ordinary ERC20 assumptions and should be evaluated as a programmable custody system rather than an instant-transfer token.
Beta Was this translation helpful? Give feedback.
All reactions