VERTISAN

LIGHT IMAGE

VTSN Sovereign Entity Protocol

A Sovereign Entity Protocol defines the rules and behaviors inherent to a token and/or currency and the associated logical legal entity. Be sure to read the following Sovereign Entity Protocol thoroughly because the acquisition and trade of tokens and/or currency units will always be bound to the rules defined in the SEP.

It's a technical impossibility for the underlying network to violate the rules of the SEP now or at any time in the future. Furthermore, the hash of the Sovereign Entity Protocol is hard-baked into the ledger and transaction log as one of the first entries, which makes the SEP immutable.

Sovereign Entity Protocol for Vertisan (VTSN)

Following defines the entirety of the Sovereign Entity Protocol for the Vertisan Cryptocurrency.

Supply Information

  • There is a global immutable supply of 1,000,000,000 (1-billion) currency units
  • No additional currency units will ever be created, minted, or circulated

Individual Rules Enforced

  • VTSN uses the VeNNeM protocol as a consensus algorithm for rendering of transactions
  • The minimum trading frequency allowed for the currency units is once every five minutes
  • Blacklisted entities cannot sell, trade, or exchange currency units until Fractal Network Arbitration clears the entity from the Blacklist

Ring Contracts

The following Ring Contracts are enforced as part of the SEP.
- Supply Policies Enforcement (UUID: ab8r8fwskbxadmhbtpnydfvpgr0gchkdpmhs)
- Sell Price Enforcement (UUID: vsrqrgtnv4ck3q9ce0kj9pezf9npbzqzatrt)
- Sell Time Frame Rules (UUID: ab8r8f61ydc9urvq3nm8rf76fbt7wr3pr42e)
- Yield Distribution Job (UUID: vsrqrgpvgh15uwcyw8ewkzhzxv4cs2nn1atf)
- SUDSLE Legal Entity Compliance (UUID: wn9s9cds2qtbuqh0r8redm5fas8jvsvrsrb6)
- Global Blacklist Enforcement (UUID: tw171v9w4cjx6746kcgwdz20ycdzm89scs0g)

Sovereign Entity Protocol JSON

Following is the formatted JSON document which defines the rules for VTSN, running on Fractal. The complete Sovereign Entitiy Protocol is embedded in the payload of the Genesis Particle, ensuring the operating parameters can never be change by developers in source code.

{
  "sovereignEntityProtocol": {
    "tradingSymbol": "VTSN",
    "sovereignEntityProtocolID": "7EFF730B-C0DC-45EB-98FE-63B70C50DDBA",
    "sovereignEntityProtocolHashMethod": "SHA512",
    "fractalID": "47ABD15E-1FF1-4444-A1AE-9686EA4AD830",
    "operatingConfig": {
      "immutableSupply": true,
      "maximumTotalSupply": 1000000000,
      "circulatingSupplyAssetBacked": true,
      "startingSupply": 1000000000,
      "targetParticleRenderingRate": 300,
      "startingDifficulty": 3,
      "variableParticloSizing": true,
      "baseParticleSize": 16384,
      "enableParticleAuditAgents": true,
      "globalRegions": 32,
      "enforceAnonymity": true,
      "base32CharacterSet": "0123456789abcdefghjkmnpqrstvwxyz",
      "preGenesisParticleHash": "0x000000000026d7798c085ae165831e934ff763ae46a2a6c17233f1b60a8ce44e",
      "allowLiveChat": true,
      "allowIdentityTracking": false,
      "enable_DDHT_PublishAndSubscribe": true,
      "enableNodeHintsAsDDHT": true,
      "defaultRootHintNodes": [
        {
          "nodeID": "d8151460-b46f-4a70-a4d4-710b078f6a67",
          "iP_Address": "127.0.0.1",
          "portNumber": 30303,
          "provides": "oldestVettedNodes",
          "dataFormat": "DDHT"
        },
        {
          "nodeID": "7fcfbdf3-944e-4019-8428-c282ada4e9b6",
          "iP_Address": "127.0.0.1",
          "portNumber": 30303,
          "provides": "oldestVettedNodes",
          "dataFormat": "DDHT"
        },
        {
          "nodeID": "eb00876e-5cce-444a-b28b-3fada75a51f3",
          "iP_Address": "127.0.0.1",
          "portNumber": 30303,
          "provides": "oldestVettedNodes",
          "dataFormat": "DDHT"
        }
      ],
      "enableCrystalQuantumProtection": true,
      "enableCrystalValidation": true,
      "defaultCrystalTimeout": 6,
      "defaultDigitalSignatureAlgorithm": "XMSS",
      "solving": {
        "consensusMethod": "VeNNeM",
        "defaultOperatingPort": 33333,
        "startingParticleRenderingReward": 1deu,
        "hashing": [
          "SHA256",
          "SHA512",
          "Blake3",
          "VectonDynamic",
          "Vecton4096"
        ],
        "startingHiveWorkersAllowed": 224,
        "maximumHiveWorkersAllowed": unlimited,
        "simultaneousActiveHiveWorkers": "NetworkControlled",
        "denyUnnecessaryHiveWorkers": true,
        "hiveWorkerSwappingRate": 30,
        "enableHiveWorkerVetting": true,
        "enableShortWaveRadioRedundancy": true,
        "defaultRadioFrequency": 333,
        "encryptRadioBroadcasts": true,
        "defaultRadioBroadcastEncryption": "AES256",
        "usePreSharedSecretForEncryption": true,
        "maximumDegreeParallelism": 64
      },
      "wallets": {
        "allowExternallyGeneratedWalletAddresses": true,
        "enableWalletRecoveryPhrase": true,
        "walletRecoveryPhraseWords": 24,
        "enableShortAddresses": true,
        "allowWalletCollections": true,
        "supportWalletsUsingOtherCharacterSets": true,
        "reclaimStagnantWallets": false,
        "enableWalletExpiration": false,
        "allowMultipleUsersPerWallet": false,
        "burnWalletPublicAddress": "VTSNXTSNCPN0X2GTR93W16MT0JH11EE13NB7PD22",
        "satoshisDefaultWalletAddress": "vtsnxtsncpn0xpr0methevs1ssat0sh13141982p"
      },
      "transactions": {
        "allowTransactionFees": true,
        "startingTransactionFee": 1deu,
        "allowObservers": true,
        "allowObserverFees": true,
        "allowWalletAddressVerifyOnSend": true,
        "allowTransactionRollbacks": true,
        "txFrequencyMinimumDuration": 30,
        "maximumTxRetry": 64
      },
      "nonce": {
        "nonceCharacterSet": "base32",
        "nonceMinimumLength": 8,
        "nonceMaximumLength": 24
      },
      "allowEmailNotifications": true,
      "allowSmsNotifications": true,
      "allowPushNotifications": true,
      "blacklist": {
        "enableBlacklist": true,
        "blacklistQualification": {
          "criteriaToGetBlacklistEnum": [
            "stealingEquipmentUsedForDevelopment",
            "stealingEquipmentThatIsInProduction",
            "stealingMoneyAndOrCurrencyFromEcosystemWallets",
            "attemptingToStealVertisanDeFiEcosystemSourceCode",
            "intentionallyFuddingTheProjectToExistingHolders",
            "placingLiquidityOrdersOnCreditAndNotPayingAsAgreed",
            "attemptingToHackThe_VCOS_cards",
            "launchingDdosAttacksOrOtherIntendedServiceInterruptions",
            "attemptingToAttackOrHackVectonAndItsServices",
            "attemptingToMapTheNetworkWithNodes",
            "committingFraudUsingTheNetwork",
            "conductingCriminalActionsWithinPerpetratorsRegion",
            "spreadingFearUnrestAndDisruptionIntendedToDamageReputations",
            "stalkingSatoshiOrHisFamilyMembers",
            "attemptingToMurderSatoshiOrHisFamilyMembers",
            "doxxingSatoshiOrOtherTeamMembers"
          ],
          "blacklistPenalties": [
            "lockingUpAllFractalBasedAssetsAndCurrencies",
            "irrevocableCompleteSeizureOfAssetsForRedistribution",
            "partialSeizureOfAssetsButPenalizingAllContactsWithinOneDegreeOfSeparation",
            "uncontestablePenaltiesImposedByTheNetworkAI"
          ],
          "methodsAllowedToGetRemovedFromTheBlacklist": [
            "publicOnlineTrialWithMin53percentVotingToRestore",
            "superAdminRestorativeAction"
          ]
        }
      },
      "message": "I present this gift to humanity as I enter retirement on 22 March 2026. I have spent the last 20 years of my life building all of Vertisan DeFi, which has been more than 60,000 working hours without getting paid ever. This is the cumulation of my life's work. Blessings to all of you."
    },
    "_comment": "The following SEP_Hash shows the correct hashed value of the entire SovereignEntityProtocol section of this document, including the curly braces, but excluding the comma directly before this _comment value. Do include the document opening curly brace. The purpose is to hard-bake the correct expected hash, which the application will validate against. This eliminates the possibility of tampering with any values in source code.",
    "SEP_SHA512_Hash": "a0b017075872c61630c73084a5711937b3fc7baf5c2f71375593e919c48c8c55600d55b51c191abb350f97d16e3b4e3a565b6a2c2df75c76c6661195a53ed9be"
  }
}

Revision Information

SEP Version: 1.0
Last Updated: 2024-05-01