{
  "name": "Cross-Chain Publication NFTs for Academic Publishing",
  "description": "We present the PublicationNFT project, which is a framework to mint and manage non-fungible tokens (NFTs) for academic publishing. Existing NFT projects for academic publishing store metadata off-chain, which prevents smart contracts from reading this data and limits interoperability. As research becomes more digital, we need solutions that ensure proof of authorship while being compatible with automated systems that can interact with on-chain data. PublicationNFT provides such a solution with rich on-chain metadata that is immutable, machine-readable access through on-chain function calls and Schema.org standards, and optimized minting processes to reduce costs and improve efficiency.",
  "image": "https://www.tomespel.com/s1.png",
  "external_url": "https://www.tomespel.com/s1",
  "attributes": [
    {
      "trait_type": "Publication Date",
      "value": "2025-10-15"
    },
    {
      "trait_type": "Paper Type",
      "value": "Technical Implementation"
    },
    {
      "trait_type": "DOI",
      "value": "10.2139/ssrn.5611430"
    },
    {
      "trait_type": "SSRN ID",
      "value": "5611430"
    },
    {
      "trait_type": "Pages",
      "value": "9"
    },
    {
      "trait_type": "Blockchains Supported",
      "value": "Ethereum, Sui"
    },
    {
      "trait_type": "Ethereum Gas Cost",
      "value": "$0.03 per NFT at 0.2 gwei"
    },
    {
      "trait_type": "Sui Deployment Cost",
      "value": "$0.065 at $2.53 SUI price"
    },
    {
      "trait_type": "Sui Minting Cost",
      "value": "$0.015 per NFT"
    },
    {
      "trait_type": "Code License",
      "value": "Open Source"
    }
  ],
  "properties": {
    "@context": "https://schema.org",
    "@type": "ScholarlyArticle",
    "author": [
      {
        "@type": "Person",
        "name": "Tom J. Espel",
        "affiliation": {
          "@type": "Organization",
          "name": "Independent"
        }
      }
    ],
    "datePublished": "2025-10-15",
    "dateModified": "2025-10-16",
    "keywords": [
      "Blockchain",
      "Non-Fungible Tokens",
      "Ethereum",
      "Sui",
      "Academic Publishing",
      "Decentralized Science",
      "NFT",
      "ERC-721",
      "Move",
      "Schema.org"
    ],
    "numberOfPages": "9",
    "identifier": [
      {
        "@type": "PropertyValue",
        "propertyID": "DOI",
        "value": "10.2139/ssrn.5611430"
      },
      {
        "@type": "PropertyValue",
        "propertyID": "SSRN",
        "value": "5611430"
      }
    ],
    "url": [
      "https://www.tomespel.com/s1/",
      "https://ssrn.com/abstract=5611430"
    ],
    "citation": [
      {
        "@type": "ScholarlyArticle",
        "name": "Non-Fungible Token (NFT): Overview, Evaluation, Opportunities and Challenges",
        "author": "Q Wang, R Li, Q Wang, S Chen",
        "datePublished": "2021-10"
      },
      {
        "@type": "ScholarlyArticle",
        "name": "Mapping the NFT revolution: market trends, trade networks, and visual features",
        "author": "M Nadini, L Alessandretti, F Di Giacinto, M Martino, L M Aiello, A Baronchelli",
        "isPartOf": {
          "@type": "Periodical",
          "name": "Scientific Reports",
          "volumeNumber": "11",
          "issueNumber": "1"
        },
        "datePublished": "2021-10"
      },
      {
        "@type": "ScholarlyArticle",
        "name": "Non-Fungible Tokens (NFT): A Systematic Review",
        "author": "H Taherdoost",
        "isPartOf": {
          "@type": "Periodical",
          "name": "Information",
          "volumeNumber": "14",
          "issueNumber": "1"
        },
        "datePublished": "2022-12"
      },
      {
        "@type": "Article",
        "name": "A next-generation smart contract and decentralized application platform",
        "author": "V Buterin",
        "volumeNumber": "3",
        "pagination": "2-3",
        "datePublished": "2014"
      }
    ],
    "about": [
      {
        "@type": "Thing",
        "name": "On-Chain Metadata",
        "description": "Rich, immutable metadata stored directly on-chain, unlike traditional NFTs that store metadata off-chain"
      },
      {
        "@type": "Thing",
        "name": "Machine-Readable Access",
        "description": "On-chain function calls and Schema.org JSON-LD standards for structured data compatibility with AI agents"
      },
      {
        "@type": "Thing",
        "name": "Cross-Chain Implementation",
        "description": "Deployed on both Ethereum (ERC-721 extension) and Sui (Move with Object Display) mainnets"
      },
      {
        "@type": "Thing",
        "name": "Cost Optimization",
        "description": "Ethereum: $0.03/NFT at 0.2 gwei; Sui: $0.065 deployment + $0.015 minting"
      },
      {
        "@type": "Thing",
        "name": "Proof of Authorship",
        "description": "Decentralized, verifiable proof of academic authorship without centralized authorities"
      },
      {
        "@type": "SoftwareSourceCode",
        "name": "PublicationNFT Framework",
        "codeRepository": "Open source implementation available",
        "programmingLanguage": ["Solidity", "Move"],
        "runtimePlatform": ["Ethereum", "Sui"]
      }
    ],
    "inLanguage": "en",
    "license": "Open Source"
  }
}
