forked from TokenySolutions/T-REX
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Component
Smart contracts
Summary
We need to decide how to implement fee logic for Tokeny-based tokenised asset transfers.
Tokeny supports two models — Delivery vs Approval (DvA) and Delivery vs Delivery (DvD) — each suited to different asset and transfer types.
DvA (Delivery vs Approval):
- Used for regulated or permissioned assets where transfers require issuer or compliance approval.
- Fees apply per transfer or approval cycle.
- Example: Real estate or private equity tokens requiring approval before settlement.
DvD (Delivery vs Delivery):
- Used for atomic swaps between two tokenised assets.
- Higher per-execution cost due to dual-asset escrow.
- Example: P2P or marketplace asset exchanges between verified investors.
Proposal
No response
Acceptance criteria
Choose whether to structure fees around DvA or DvD for the tokenised asset flow.
Context / notes
Reactions are currently unavailable