📖
Chainlife
  • Start Here
    • 👋Introduction
    • Quickstart Guide
      • Chapter 1: Find your token*
      • Chapter 2: Chainlife World
      • Chapter 3: World Interaction
      • Chapter 4: Open your token!
      • Chapter 5: Interact with token
      • Chapter 6: Shift token level
      • Chapter 7: Play a level
      • Optional: Set custom rule
      • Optional: Esoterra
    • The Artist
    • FAQ
  • 🖼️Chainlife Tokens
    • Examples
    • Token Info
    • Maturation
      • Seed Evolution - TECHNICAL
    • Token Legend
      • Rulesets
      • Palette Maturity
      • World View
      • Logic Gate
    • Interactivity
      • Starting Interactivity
      • Unlockable Interactivity
      • Trait-Specific Interactivity
      • ALL INTERACTIVITY
    • Room for Growth
  • 🌎Chainlife World
    • Chainlife Tokens Coexist
    • Utility?
    • World Interactivity
    • Community Traits
  • 🍀Chainlife Impact
    • Fighting Climate Change
  • 🖥️Chainlife Tech
    • ENTIRE SECTION IS WIP
    • Token Tech
    • App Frontend
    • Backend
      • Azure
      • Public API
  • 📰Media
    • 📽️Videos
  • Legal
    • Terms
    • Privacy
  • RECYCLE BIN
    • Goerli
Powered by GitBook
On this page
  • Bottom Right Corner Symbols: Current Logic Gate
  • OR
  • AND
  • XOR
  • NOR
  • NAND
  • XNOR
  1. Chainlife Tokens
  2. Token Legend

Logic Gate

Every transfer, a different logic gate is used to calculate the population of live cells in every Chainlife token.

PreviousWorld ViewNextInteractivity

Last updated 2 years ago

Bottom Right Corner Symbols: Current Logic Gate

These symbols represent the that was used to create the token's current starting seed from the current owner's address and the prior owner's address.

The logic gate used changes every transfer (here, from left to right, first row, then second, then back to first, etc).

OR

At the given index, if either the previous or current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

AND

At the given index, if both the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

XOR

At the given index, if only one of the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '1'.

NOR

At the given index, if either the previous or current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.

NAND

At the given index, if both the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.

XNOR

At the given index, if only one of the previous and current owner's address equates to '1', the resulting seed value in the Chainlife token is '0'.

🖼️
logic gate
Logical AND symbol
Logical XOR symbol
Logical XNOR symbol
Logical NAND symbol
Logical OR symbol
Logical NOR symbol