money-check-penProof of Ownership Token

Overview

The Proof-of-Ownership Token (PoT) is the cornerstone of Vestora's tokenization architecture, representing direct 1:1 ownership of real-world equity assets held in the Decentralized Ownership Vault (DOV). Unlike synthetic derivatives, PoT tokens are backed by actual stock shares, making them redeemable, dividend-bearing, and governance-enabled digital assets.

PoT tokens bridge the gap between traditional finance and DeFi by maintaining legal ownership rights while enabling full blockchain composability, including swapping, collateralization, and DeFi integration.

Core Architecture

Token Design Principles

1:1 Backing Formula For any asset with symbol S:

Where:

  • PoT_supply(S) = Total circulating PoT tokens for stock S

  • Stock_holdings(S) = Actual shares held in DOV custody

Reserve Ratio

This ensures perfect collateralization at all times.

Token Contract Structure

zk-STARK Proof of Reserve Integration

Mathematical Foundation

The PoT system uses zk-STARKs to generate cryptographic proofs that verify reserve backing without revealing sensitive custody information.

Proof Statement For a given PoT token contract with symbol S, we prove:

Merkle Tree Construction Holdings are organized in a Merkle tree structure:

Where each leaf hᵢ contains:

  • Stock symbol

  • Quantity held

  • Custodian identifier

  • Timestamp

  • Broker confirmation hash

Reserve Verification Process

Daily Proof Generation

Verification Constraints The zk-STARK circuit enforces:

  • Sum of all holdings equals total PoT supply

  • Each holding is backed by valid broker confirmation

  • Custody signatures are valid and current

  • No double-counting of assets

Swappability and DeFi Integration

Automated Market Making

PoT tokens are fully compatible with existing DEX protocols. The pricing mechanism follows:

Fair Value Calculation

Where:

  • Stock_price(S) = Real-time stock price from external oracles

  • Exchange_rate = USD/ETH or USD/stablecoin conversion

  • Liquidity_discount = Small discount (0.1-0.5%) to account for redemption costs

Liquidity Pool Formula For PoT-USDC pairs in AMM pools:

The protocol maintains peg stability through arbitrage opportunities between DEX price and intrinsic value.

Cross-Chain Bridging

PoT tokens support bridging to other chains through:

Lock-and-Mint Mechanism

Security Model Bridge security relies on:

  • Multi-signature validators (5-of-9 threshold)

  • Time-locked withdrawals (24-hour delay)

  • Fraud proof system with slashing

Collateralization Framework

Lending Protocol Integration

PoT tokens can be used as collateral in lending protocols with dynamic risk parameters:

Loan-to-Value (LTV) Calculation

Where Collateral_Factor is determined by:

  • Stock volatility (σ)

  • Market liquidity

  • Redemption time

  • Credit risk assessment

Risk-Adjusted Collateral Factor

Example factors:

  • Blue-chip stocks (AAPL, MSFT): CF = 0.75

  • Growth stocks: CF = 0.60

  • Small-cap stocks: CF = 0.45

Liquidation Mechanics

Health Factor Formula

Liquidation triggers when Health_Factor < 1.0.

Liquidation Process

  1. Price Oracle Update: Real-time stock prices from multiple sources

  2. Liquidation Call: Automated bots trigger liquidation when threshold breached

  3. Auction Mechanism: Dutch auction for liquidated collateral

  4. Proceeds Distribution: Debt repayment + remaining collateral returned

Dividend Distribution System

Snapshot Mechanism

Dividend Calculation

Distribution Implementation

Governance Integration

Voting Weight Calculation

PoT holders can participate in corporate governance through delegated voting:

Voting Power Formula

Where Voting_multiplier increases with holding duration to encourage long-term ownership.

Proxy Voting Mechanism

  1. Voting Proposals: Corporate actions forwarded to PoT holders

  2. Delegation: Users can delegate voting rights to specialized governance services

  3. Execution: Aggregated votes submitted to corporate entities through DOV

Security and Risk Management

Reserve Monitoring

Continuous Verification

Emergency Procedures

  • Circuit Breakers: Automatic pausing if reserve ratio drops below 1.0

  • Redemption Guarantee: Users can always redeem PoT for underlying stocks

  • Insurance Fund: Protocol-owned reserves to cover operational risks

Oracle Integration

Price Feed Aggregation

Uses multiple oracle sources:

  • Chainlink Price Feeds

  • Band Protocol

  • API3

  • Custom stock market APIs

Price Deviation Filters

Conclusion

The Proof-of-Ownership Token represents a fundamental innovation in asset tokenization, combining the security of traditional financial instruments with the composability of DeFi protocols. Through zk-STARK proofs of reserve, mathematical guarantees of 1:1 backing, and comprehensive DeFi integration, PoT tokens enable true ownership of real-world assets within the decentralized ecosystem.

The system's design ensures that users maintain all traditional ownership rights (dividends, voting, redemption) while gaining access to modern financial primitives like automated trading, lending, and cross-chain transfers. This creates a bridge between traditional finance and decentralized finance that maintains the benefits of both systems while eliminating their respective limitations.

Last updated