Multi-Chain NFT

🔹 Multi-Chain NFT

1. TON NFT as Narrative Ticket

Within the Telegram Mini-App, users receive TON NFTs that serve as:

  • Proof of participation in narrative creation

  • Access key to content generation processes

  • Unique identifier (UUID) for cross-chain synchronization

TON NFT metadata structure

json:

{
  "portal_comic": {
    "uuid": "COMIC_550e8400-e29b-41d4-a716-446655440000",
    "type": "generative_comic",
    "world_id": "PORTAL_ALPHA",
    "prompt_hash": "QmXYZ123...",
    "validator_signature": "0x789abc...",
    "status": "ton_minted"
  }
}

2. Stellar Custom Asset as Canonical Artifact

After TON NFT verification, users can convert it into a Stellar Custom Asset via a decentralized bridge:

Key characteristics of Stellar NFT Comics:

  • CLAWBACK_ENABLED — Programmable recall for redrops or updates

  • AUTHORIZATION_REQUIRED — Controlled distribution through trustlines

  • Extended metadata in IPFS, including full narrative structure

Soroban smart contract for issuance

rust:

3. ERC-721 on Polygon as Tradable Asset

For monetization on Rarible, Stellar NFTs are mirrored to ERC-721 via an automated bridge:

Automatic listing process:


🔹 Content Generation Technology Implementation

Hybrid creation approach:

  1. Narrative framework: Unique plot tied to world_id

  2. Image generation: Stable Diffusion XL with custom LoRAs

  3. Artistic curation: Post-processing and composition

  4. Interactive elements: Embedded triggers and hidden content

IPFS metadata structure

json:


🔹 Cross-Chain Functionality and Utility

Interaction through Telegram Mini-App:

  • Reading comics: Streaming from IPFS via CDN

  • Activating interactivity: Ownership verification through Horizon API

  • Progress synchronization: Reading position saved in reputation attestations

Programmable content unlocking

rust:


🔹 NFT Comics Formats and Specifications

Format

TON NFT (Entry)

Stellar Asset (Core)

Polygon ERC-721 (Trading)

Flash Comic (1 page)

Minimal metadata, fast issuance

Basic Stellar Asset

Low-cost listing on Rarible

Short Story (3-5 pages)

UUID + prompt hash

Extended metadata, access conditions

Standard ERC-721 with premium attributes

Graphic Novel (20+ pages)

Multi-stage issuance

Composite Asset with chapters as sub-assets

Collectible ERC-721 with auction listing

Interactive Comic

Interactive elements in metadata

Smart Asset with embedded logic

ERC-721 with unlockable content on Rarible


🔹 Monetization and Royalty Mechanism

Three-tier distribution system:

  1. Primary sale (TON → Stellar):

    • User pays TON for NFT in mini-app

    • 85% converted to XLM for creator

    • 15% remains in ecosystem for development

  2. Secondary market (Polygon/Rarible)

solidity:

Cross-chain revenue conversion:

  • Royalties in MATIC/ETH automatically converted to XLM

  • Distribution via Soroban contract on Stellar

  • Weekly payouts in native XLM


🔹 Integration with PORTAL POINT Ecosystem

Connection with game worlds:

  • Narrative canonicity: Each comic verified in PORTAL CORE

  • Game utility: Comic ownership provides HERO2QUEST bonuses

  • Reputation bonuses: Collection enhances Proof-of-Participation Protocol level

Co-authorship mechanism

rust:


🔹 Technology Stack

Component

TON Layer

Stellar Layer

Polygon Layer

Blockchain

TON (TEP-62)

Stellar (Soroban)

Polygon (ERC-721)

Storage

IPFS (metadata)

IPFS + Stellar Ledger

IPFS + Arweave

API

TON API

Stellar Horizon API

Rarible API, Alchemy

Wallets

TonConnect

Stellar SDK

MetaMask, WalletConnect

Bridge

TON → Stellar (validators)

Stellar → Polygon (official bridge)

🔹 Multi-Chain Narrative Artifacts in the PORTAL POINT Ecosystem

UNIQUE NFT COMICS are digital narrative artifacts implemented in the format of graphic novels unfolding within the worlds of PORTAL POINT. These are not merely works of art, but narrative portals captured in unique digital assets that exist simultaneously across three blockchains: TON, Stellar, and Polygon.

Each comic begins as a TON NFT (TEP-62) within the Telegram Mini-App, transforms into a Stellar Custom Asset for verification and utility, and is mirrored as an ERC-721 on Polygon for trading on Rarible marketplaces.

Last updated