WHITEPAPER

A comprehensive technical overview of the Vettor (VTT) blockchain platform for real world asset tokenization.

V1.0 — MARCH 2026

ABSTRACT

Vettor (VTT) is a purpose-built Layer 1 blockchain that serves as the DLT infrastructure for the distribution, trading and governance of regulated financial instruments backed by real world assets. Vettor does not replace the regulated vehicles that legally hold the underlying assets, nor the authorized registrars that maintain the legal ledger. It provides the technical rail that makes issuance, secondary trading and holder governance efficient, transparent and programmable, while the regulated layer preserves legal effect and supervisory oversight.

The network uses Delegated Proof of Stake (DPoS) consensus with up to 21 validators producing 3-second blocks with BFT finality. Smart contracts are written in Rust and compiled to WebAssembly (WASM), providing near-native execution speed with deterministic gas metering. A built-in decentralized exchange (DEX), an Ethereum bridge for cross-chain liquidity, and on-chain governance for both protocol parameters and individual assets complete the platform.

The VTT token is used for gas fees, staking rewards, governance voting, and trading. A deflationary mechanism burns 70% of all gas fees, while block rewards maintain network security through a 5% annual inflation rate split 80/20 between block producers and the community treasury.

THE PROBLEM

Real world asset tokenization has been a persistent promise of blockchain technology, yet adoption remains limited. Current approaches suffer from fundamental structural issues that prevent meaningful scale.

  • //Fragmented infrastructure: asset issuers must assemble a patchwork of smart contracts, oracles, custodians, and compliance providers across multiple protocols, each with its own trust assumptions and failure modes.
  • //No native compliance layer: existing blockchains treat identity and compliance as an afterthought. KYC/AML enforcement relies on off-chain wrappers that can be bypassed, creating regulatory risk for issuers and investors.
  • //High costs and slow settlement: deploying and operating tokenized assets on Ethereum mainnet requires significant gas expenditure. Layer 2 solutions reduce costs but introduce bridging complexity and fragmented liquidity.
  • //Illiquid secondary markets: tokenized assets often lack trading venues. Without a built-in exchange, holders are trapped in positions with no price discovery or exit mechanism.
  • //No on-chain governance for asset holders: token holders of real world assets have no native mechanism to vote on revenue distribution, management changes, or operational decisions affecting their investment.

THE SOLUTION

Vettor addresses these limitations with a three-layer model that separates legal ownership, economic rights and DLT registry. The underlying assets are held by regulated vehicles (SPV under Italian Law 130/1999, closed-end AIFs, SICAF). The financial instruments issued by these vehicles are recorded on a DLT registry maintained by an authorized registrar. Vettor provides the blockchain infrastructure — wallet, secondary trading, governance and cross-chain interoperability — that sits on top of this regulated layer.

  • //DLT infrastructure: a purpose-built chain that optimizes distribution, trading and governance of regulated financial instruments. Not a substitute for the regulated vehicle or the legal registry.
  • //Regulated partnership model: Vettor operates in partnership with entities authorized by the competent authority (Consob in Italy) as registrars for the digital circulation of financial instruments. Legal effect of transfers is preserved through the registrar; Vettor provides the technical layer.
  • //Integrated compliance: KYC/AML, investor eligibility and jurisdictional restrictions are enforced at the protocol level for regulated actions, consistent with the registrar's legal obligations.
  • //Built-in secondary market: a constant product AMM provides continuous liquidity for security tokens, subject to the transfer restrictions encoded at the compliance layer.
  • //Cross-chain distribution: the Ethereum bridge enables capital from the broader ecosystem to reach regulated Vettor issuances, while settlement and registry remain with the authorized registrar.
  • //Holder governance: on-chain votes mirror the governance provisions of the underlying vehicle, giving token holders a programmable mechanism to exercise the rights granted to them by the vehicle's statute, fund regulation or indenture.

ARCHITECTURE

Vettor is designed as a relay chain that coordinates consensus, staking and — in a future release — cross-chain messaging to application-specific sub-chains. Today the relay chain operates as a single chain: the multichain registry, cross-chain message types and shared-security primitives are implemented and visible via vtt_listRegisteredChains, but routing between chains requires a relayer that has not yet shipped. CrossChainTransfer transactions are rejected explicitly until the relayer is active, to prevent funds from being locked in undeliverable messages.

RELAY CHAIN
Consensus, staking, governance, cross-chain coordination
DEX / AMM
BRIDGE
GOVERNANCE
WASM VM
APP CHAIN A
APP CHAIN B
APP CHAIN N

CONSENSUS

VTT uses Delegated Proof of Stake (DPoS) with a maximum of 21 active validators selected by stake weight. Validators produce blocks in round-robin order with 3-second block times. Byzantine Fault Tolerant (BFT) finality ensures that once a block is confirmed by 2/3+1 of validators, it cannot be reverted.

CRYPTOGRAPHIC PRIMITIVES

COMPONENTCHOICE
SignaturesEd25519 (Curve25519)
HashingBLAKE3
SerializationBorsh (Binary Object Representation Serializer for Hashing)
Smart contractsWebAssembly (WASM) via Wasmer 5 runtime (Cranelift backend)
Address format20 bytes from BLAKE3(public_key), displayed as 0x + 40 hex chars

SLASHING

Validators are held accountable through an evidence-based slashing mechanism that penalizes misbehavior while requiring cryptographic proof before any stake is forfeited.

  • //Double-sign slashing: validators who sign two different blocks at the same height lose 5% of their total stake. Evidence requires two conflicting signed block headers from the same validator at the same height.
  • //Downtime slashing: validators missing more than 50% of their assigned block slots in an epoch lose 0.1% of their stake.
  • //Evidence-based: slashing requires cryptographic proof before execution. For double-sign, this means two conflicting signed block headers; for downtime, the chain tracks missed slots automatically.
  • //Audit trail: all slashing events are recorded on-chain with full details (validator, amount, evidence hash, block height) for transparency and auditability.

WASM VIRTUAL MACHINE

Smart contracts are written in Rust and compiled to WebAssembly. The WASM VM provides deterministic execution with full gas metering. Contracts interact with the chain through native host functions for persistent storage, event emission, balance transfers, and access to block context (height, timestamp, caller address). This architecture delivers near-native performance while maintaining sandboxed security.

VM RESOURCE LIMITS
Maximum contract size: 512 KB. Maximum memory: 16 MB. Maximum call stack depth: 64 levels. These limits prevent runaway execution and ensure predictable resource consumption across all contract invocations.

TOKEN ECONOMICS

VTT is the native token of the Vettor blockchain. It serves four primary functions: gas fees for transaction execution, staking for network security, governance voting power, and medium of exchange within the ecosystem.

TOTAL SUPPLY
1,000,000,000 VTT (1 billion tokens, 18 decimals)

ALLOCATION

ALLOCATION%DESCRIPTION
Validator Rewards30%Distributed via block rewards over 10 years
Ecosystem20%Grants, partnerships, and liquidity mining programs to grow adoption
Team15%4-year vesting, 1-year cliff
Public Sale15%Initial distribution via launchpad
Foundation10%Reserved for long-term protocol development and maintenance
Treasury10%Governance-controlled fund for community proposals and spending
Validator Rewards 30%
Ecosystem 20%
Team 15%
Public Sale 15%
Foundation 10%
Treasury 10%

UTILITY

  • //Gas: every transaction requires VTT for execution. 70% of gas fees are permanently burned, creating sustained deflationary pressure as network usage grows.
  • //Staking: validators and delegators stake VTT to secure the network and earn block rewards. Minimum self-stake for validators is 100,000 VTT with a 21-day unbonding period.
  • //Governance: VTT holders vote on protocol parameter changes, treasury spending, and chain registration proposals. Voting weight is proportional to staked amount.
  • //Medium of exchange: VTT is the base trading pair on the built-in DEX and the primary token for launchpad participation and asset purchases.

DEFLATIONARY MECHANISM

70% of all gas fees collected by validators are permanently burned (removed from circulation). The remaining 30% is retained by the block producer. As network activity increases, the burn rate accelerates, creating a supply reduction that counteracts inflationary block rewards.

BLOCK REWARDS

New VTT is minted each block at a target rate of 5% annual inflation (adjusted dynamically based on the staking ratio). Block rewards are split 80% to the block producer and their delegators, and 20% to the community treasury, which is controlled by on-chain governance.

DEX & LIQUIDITY

VTT includes a native decentralized exchange (DEX) at the protocol level, eliminating the need for external AMM deployments. Every tokenized asset on VTT chain has immediate access to on-chain trading infrastructure.

CONSTANT PRODUCT AMM

The DEX uses the constant product formula (x * y = k) for price discovery and trade execution. Liquidity providers deposit equal-value amounts of two tokens into a pool and receive LP tokens representing their share. Swap fees are distributed proportionally to all LPs in the pool.

AMM FORMULA
x * y = k, where x and y are the reserves of two tokens and k is the constant product. Each swap changes the ratio, moving the price along the bonding curve.

AUTO-LIQUIDITY FROM LAUNCHPAD

Every token sale conducted through the VTT launchpad automatically allocates a portion of proceeds to seed the VTT/vUSDT liquidity pool. This ensures that newly launched tokens have immediate trading liquidity from day one, without requiring manual market making.

MULTI-POOL SUPPORT

Any token pair can have a liquidity pool. This enables direct trading between any two assets on the chain without routing through a single base pair. Liquidity providers earn a share of all swap fees generated by their pool, proportional to their LP token holdings.

GOVERNANCE-CONTROLLED PAUSE

The DEX can be paused via a governance proposal, halting all swaps and liquidity operations. This provides a safety mechanism in case of oracle manipulation or critical bugs, allowing the community to freeze trading activity until the issue is resolved and a subsequent governance proposal re-enables operations.

BRIDGE

The VTT bridge enables bidirectional asset transfers between VTT chain and Ethereum (including Base L2). This connects the VTT ecosystem to the broader DeFi landscape, enabling capital inflows and providing VTT holders with access to Ethereum-based liquidity venues.

MECHANISM

  • //Withdraw (VTT to Ethereum): tokens are burned on VTT chain, and a relayer releases equivalent wVTT (ERC-20) or USDT on Ethereum/Base.
  • //Deposit (Ethereum to VTT): users send wVTT or USDC/USDT to the bridge contract on Ethereum. After confirmation, equivalent tokens are minted on VTT chain.
  • //On-chain verification: every bridge operation is recorded on both chains with matching transaction hashes for full auditability.

WRAPPED VTT (wVTT)

wVTT is an ERC-20 token on Ethereum representing VTT locked in the bridge. It is fully backed 1:1 by VTT on the native chain. wVTT can be traded on Uniswap and other Ethereum DEXes, providing an on-ramp for Ethereum-native users and additional price discovery venues.

CURRENT MODEL: CUSTODIAL RELAYER

BRIDGE RISK DISCLOSURE
The VTT bridge currently operates with a custodial relayer model. Bridge funds on the Ethereum side are held in smart contracts controlled by a single-key custodial arrangement. This means that a compromise of the relayer private key could result in the loss of bridged assets. Users should carefully assess the amount of assets they bridge and understand that bridged funds carry custodial risk beyond standard smart contract risk.

BRIDGE SECURITY

  • //Emergency pause: the bridge can be paused by the contract owner to halt all deposits and withdrawals in case of security incidents.
  • //Timelock on admin changes: relayer address changes require a 2-day timelock, giving users time to exit before any administrative change takes effect.
  • //Replay protection: each cross-chain withdrawal is tracked by transaction hash to prevent double-spending.
  • //Fee cap: protocol fees are capped at 5% maximum, enforced at the smart contract level.

FUTURE: DECENTRALIZED BRIDGE

The roadmap includes transitioning to a fully decentralized bridge secured by a multi-signature validator set. Bridge validators will stake VTT as collateral, with slashing conditions for malicious or incorrect attestations. Until that transition is complete, the bridge operates under the custodial model described above.

ASSET TOKENIZATION

Vettor is a DLT infrastructure layer for the distribution, trading and governance of regulated financial instruments that represent economic rights over real world assets. The platform is explicitly not a substitute for the regulated vehicles that legally hold the underlying assets, nor for the authorized registrars that maintain the legal ledger of ownership. It is the technical rail that makes distribution, secondary trading and holder governance efficient, transparent and programmable.

TOKEN DEFINITION
A Vettor token represents an economic right (cash flow, capital gain, limited voting rights) over a regulated vehicle that legally owns or controls the underlying asset. Tokens do not grant direct ownership or any real right over the asset itself. The legal ledger of ownership is the registry maintained by the authorized registrar, not the blockchain.

THREE-LAYER ARCHITECTURE

The Vettor model separates three distinct layers that must each be built on the right foundations. Blurring them is the primary source of regulatory and operational risk in existing tokenization projects.

  • //Layer 1 — Legal ownership: the underlying asset is held by a regulated vehicle (e.g. SPV under Italian Law 130/1999, closed-end real estate AIF, SICAF). The vehicle is the only entity with real rights over the asset and is supervised by the competent authority (Consob / Banca d'Italia in Italy, equivalents abroad).
  • //Layer 2 — Economic rights: the vehicle issues financial instruments (notes, units, shares) that give investors defined economic rights — typically a share of rental income, capital gains on disposal, and limited voting rights on extraordinary decisions. The rights are defined in the vehicle's statute, offering documents and subscription agreements.
  • //Layer 3 — DLT registry: the financial instruments are registered on a DLT registry maintained by an authorized registrar ("responsabile del registro per la circolazione digitale" in Italy, an entity enrolled with Consob under Law 52/2023 that implemented the EU DLT Pilot Regime). Vettor provides the DLT infrastructure; the registrar provides the legal effect of transfers.

VEHICLE OPTIONS

The first production deployment of Vettor targets Italian jurisdiction and the SPV framework introduced by art. 7.1 of Law 130/1999 (added by the 2019 Decreto Crescita), which specifically enables securitization of proceeds from real estate. This framework is mature, widely used by institutional players, and produces financial instruments (notes) that are natively eligible for DLT registration under Italian Law 52/2023. Alternative vehicles considered for future deployments include closed-end real estate AIFs managed by authorized SGRs and, for smaller operations, Simple Investment Companies (SIS).

REGISTRAR PARTNERSHIP MODEL

In its initial configuration, Vettor operates in partnership with entities already authorized by Consob as registrars for the digital circulation of financial instruments. The partner maintains the legal registry and provides the regulated settlement layer; Vettor provides the chain, the wallet infrastructure, the secondary trading venue, and the on-chain governance tooling. Each legal transfer on the partner's registry is mirrored by a corresponding token transfer on Vettor, preserving 1:1 alignment between on-chain state and legal ownership. This model avoids the multi-year authorization process while delivering regulated transferability from day one.

ON-CHAIN GOVERNANCE

Token holder governance on Vettor mirrors the governance provisions of the underlying legal vehicle. On-chain votes are not the legal source of authority — the vehicle's statute, fund regulation or indenture is — but they are the primary mechanism through which token holders exercise the rights granted to them by those documents. Outcomes are executed off-chain by the vehicle's directors or trustees based on the on-chain result. The protocol supports:

  • //Revenue distribution: the vehicle pays out rental income, interest or other proceeds to token holders proportionally. On-chain proposals schedule and authorize distributions consistent with the vehicle's rules.
  • //Manager / servicer changes: holders can vote to replace the asset manager or servicer if performance is unsatisfactory. Execution requires supermajority (67%) on-chain and is enforced via the vehicle's governance provisions.
  • //Disposition and exit: holders can authorize the sale of the underlying asset or the wind-down of the vehicle. Requires supermajority (67%). On approval, the token is frozen and marked Redeemed; the actual sale is executed by the vehicle's directors following normal legal procedure.
  • //Signal proposals: non-binding votes for operational guidance.

COMPLIANCE AND IDENTITY

Vettor integrates identity verification at the application chain level. KYC/AML requirements and any jurisdictional eligibility restrictions (e.g. accredited investor status under applicable securities law) are enforced at the protocol level for regulated actions such as primary subscription, secondary trading of security tokens, and governance participation. Security tokens representing financial instruments are not in scope of MiCA — they fall under the existing financial instruments regime (MiFID II, Prospectus Regulation and the EU DLT Pilot Regime as transposed nationally). The compliance layer is designed to satisfy these requirements together with the regulated registrar partner.

GOVERNANCE

VTT governance operates at two levels: protocol-level governance for the blockchain itself, and asset-level governance for individual tokenized assets.

PROTOCOL GOVERNANCE

VTT stakers can propose and vote on changes to the protocol. Proposal types include parameter changes, treasury spending, protocol upgrades, DEX pause, and chain registration.

PROPOSAL LIFECYCLE

  • //Creation: any staker can propose changes (parameter changes, treasury spending, protocol upgrades, DEX pause). Vote weights are captured at the block when the proposal is created (snapshot), preventing vote buying after proposal submission.
  • //Voting: 7-day voting period, 33% quorum required, >50% approval threshold.
  • //Timelock: passed proposals enter a 24-hour queue before execution, providing a safety window for the community to review outcomes.
  • //Execution: after the timelock expires, proposals are executed automatically on-chain.

ASSET GOVERNANCE

Each tokenized asset has independent governance. Holders vote proportionally to their token balance:

  • //Revenue distribution proposals: trigger distribution of accumulated revenue to all holders.
  • //Issuer change proposals: replace the asset manager/issuer address (67% supermajority).
  • //Dispose asset proposals: authorize the SPV to sell the underlying asset, freeze tokens and mark Redeemed (67% supermajority).
  • //Signal proposals: non-binding votes for operational guidance.
GOVERNANCE PARAMETERS
Quorum: 33% of eligible voting power must participate. Threshold: proposals pass with more than 50% approval. Voting period: 7 days from proposal creation to vote close. Timelock: passed proposals enter a 24-hour timelock queue before execution, providing a safety window for the community to review outcomes before they take effect on-chain.

ROADMAP

The VTT development roadmap follows an iterative approach, with each phase building on the infrastructure delivered in previous phases.

Q1 2026
Core Protocol
DPoS consensus with BFT finality, Ed25519 + BLAKE3 crypto, Borsh serialization, JSON-RPC API, libp2p P2P networking, RocksDB persistence with schema versioning.
COMPLETED
Q2 2026
DApp, DEX, Governance
Block explorer, AMM DEX with LP tokens and auto-liquidity, WASM smart contracts (Wasmer), asset tokenization with registrar/peer-to-peer transfer modes, protocol + asset governance with execution timelock, compliance primitives (per-address KYC + jurisdiction + max-holders).
COMPLETED
Q2 2026
Testnet (single validator)
Public testnet producing blocks continuously. TypeScript SDK @vettor/sdk on npm. Web explorer + dApp live at testnet.vettor.org. Oracle framework with treasury-gated feeds and quorum aggregation.
COMPLETED
Q2 2026
Internal audit (5 rounds, 33+ fixes)
Deep correctness pass across consensus, state, executor, RPC, and VM. Closed: double-slash, bridge replay scoping, governance ordering, header validation, slash-evasion via unbonding, state rollback on bad block, per-IP rate limiting, and more. Every finding has a regression test.
COMPLETED
Q3 2026
Bridge & KYC live
Base Sepolia deployment of VTTBridge + WVTT. Relayer running end-to-end. Sumsub KYC provider integration wired (feature flag) — user flow from DB row to provider webhook to on-chain SetKycApproval + SetAddressJurisdiction.
Q3 2026
Multi-validator testnet
3 independent validators on public infrastructure (not co-located). BFT tested under partition and recovery. Deterministic libp2p peer_id for stable bootnodes. Slashing active against real double-sign / downtime.
Q3 2026
First RWA pilot
One real-world asset tokenized via a partner SPV (Italian Legge 130 art. 7.1 vehicle or equivalent). Two KYC'd holders, end-to-end: issuance, transfer, revenue distribution, DisposeAsset governance.
Q4 2026
External audit + mainnet
Two independent security audits (consensus + bridge Solidity). Bug bounty program. Mainnet launch with initial Uniswap liquidity on wVTT.
2027+
Multichain
Activate parachain routing: second Chain instance, relayer binary, light-client verification and merkle proofs between chains. Scaffolded today (registry + RegisterChain proposal are live, RPC exposes RegisteredChainInfo) but routing is off. Deferred until after audit + pilot so we don't multiply attack surface on an unproven base.

TEAM

The VTT project is led by Alessandro Vettor and a team of blockchain engineers, smart contract developers, and compliance experts. The team brings deep experience in distributed systems, cryptographic protocol design, financial technology, and regulatory frameworks for digital assets.

Development is conducted in the open with regular releases and transparent communication. The codebase is built in Rust for the core protocol and TypeScript for the web platform and SDK.

CONCLUSION

VTT provides a vertically integrated blockchain platform that eliminates the fragmentation, cost, and complexity that have held back real world asset tokenization. By building compliance, trading, bridging, and governance directly into the protocol, VTT enables issuers to tokenize any asset class and gives investors fractional access, instant liquidity, and real governance power over their holdings.

With DPoS consensus delivering 3-second block times with BFT finality, a WASM VM for flexible smart contract logic, a native DEX for immediate trading, and an Ethereum bridge for cross-chain interoperability, Vettor is built to bring real world assets on-chain at scale.