id.thegrid.tgs-011:
  $id: https://thegrid.id/tgs
  $schema: https://json-schema.org/draft/2020-12/schema
  title: TGS
  description: The TGS schema
  type: object
  properties:
    profileInfos:
      type: array
      lens: profiles
      description: Descriptive metadata for profiles.
      items:
        type: object
        properties:
          descriptionLong:
            type: string
            description: Detailed overview of the profile covering its mission, target
              audience, and key features or offerings.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          descriptionMarketing:
            type: string
            description: Promotional description targeting potential users or customers.
              Persuasive language and value-driven messaging are permitted here, unlike
              other description fields. Should highlight unique selling points and
              market advantages while remaining factually accurate.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          descriptionShort:
            type: string
            description: Brief, objective overview of the profile's primary purpose
              or service.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          foundingDate:
            type: string
            description: Date when the profile was first established, registered,
              or publicly announced. ISO 8601 format (YYYY-MM-DD or YYYY-MM).
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          name:
            type: string
            description: The full official name of the profile as used in its branding
              and documentation.
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
          profileSectorId:
            type: string
            description: The primary industry or problem space the profile operates
              in. References the profileSectors enum table.
            $ref: '#/$defs/profileSectors'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          profileStatusId:
            type: string
            description: The current operational state of the profile. References
              the profileStatuses enum table.
            $ref: '#/$defs/profileStatuses'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          profileTypeId:
            type: string
            description: The primary operational category or organizational model
              of the profile. References the profileTypes enum table.
            $ref: '#/$defs/profileTypes'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          tagLine:
            type: string
            description: Brief, memorable phrase or slogan conveying the profile's
              mission or value proposition. Normalize formatting to single line, single
              spaced, sentence case.
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
        required:
        - descriptionLong
        - descriptionShort
        - name
        - profileSectorId
        - profileStatusId
        - profileTypeId
        - tagLine
    profileSectors:
      type: array
      lens: profiles
      description: Industry and domain classifications for profiles.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this sector covers, including its scope,
              typical activities, and how it differs from adjacent sectors.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the sector.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    profileStatuses:
      type: array
      lens: profiles
      description: Operational lifecycle stages for profiles.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this operational state means and the
              criteria for a profile to be classified at this stage.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the profile lifecycle stage.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '5'
        required:
        - definition
        - name
        - slug
    profileTags:
      type: array
      lens: profiles
      description: Join table linking profiles to tags for additional categorization.
      items:
        type: object
        properties:
          tagId:
            type: string
            description: References the tag applied to this profile. Points to a record
              in tags.
            $ref: '#/$defs/tags'
            data_license:
            - TGS license
            version: '6'
        required:
        - tagId
    profileTypes:
      type: array
      lens: profiles
      description: Organizational model classifications for profiles.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this organizational model entails and
              how profiles of this type typically operate.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the profile type.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    tagTypes:
      type: array
      lens: profiles
      description: Classification categories for tags, providing context on what a
        group of tags represents.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this tag category covers and what kind
              of information tags of this type convey.
            data_license:
            - TGS license
            version: '6'
          name:
            type: string
            description: Display name of the tag category.
            data_license:
            - TGS license
            version: '6'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    tags:
      type: array
      lens: profiles
      description: Individual tags that can be applied to profiles for flexible categorization
        beyond the fixed fields.
      items:
        type: object
        properties:
          description:
            type: string
            description: Short explanation of what this specific tag represents and
              when it should be applied.
            data_license:
            - TGS license
            version: '6'
          isArchived:
            type: string
            description: 'Whether this tag has been archived and is no longer actively
              used. String boolean: "1" = archived, "2" = active.'
            data_license:
            - TGS license
            version: '8'
          name:
            type: string
            description: Display name of the tag.
            data_license:
            - TGS license
            version: '6'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '8'
          tagTypeId:
            type: string
            description: The category this tag belongs to. References the tagTypes
              enum table.
            $ref: '#/$defs/tagTypes'
            data_license:
            - TGS license
            version: '6'
        required:
        - description
        - name
        - slug
    productDeployments:
      type: array
      lens: products
      description: Links products to their on-chain smart contract deployments. Used
        when a product has its own protocol-level deployment separate from its associated
        asset deployments.
      items:
        type: object
        properties:
          deploymentId:
            type: string
            description: References the smart contract deployment record. Points to
              a record in smartContractDeployments.
            data_license:
            - TGS license
            version: '7'
          productId:
            type: string
            description: References the product this deployment belongs to. Points
              to a record in products.
            data_license:
            - TGS license
            version: '7'
        required:
        - deploymentId
        - productId
    productStatuses:
      type: array
      lens: products
      description: Lifecycle stages for products.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this lifecycle stage means and the criteria
              a product must meet to be classified at this stage.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the product lifecycle stage.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '5'
        required:
        - definition
        - name
        - slug
    productTypes:
      type: array
      lens: products
      description: Classification categories for products based on their primary function
        within the blockchain ecosystem.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this product category represents, including
              its core functionality, typical characteristics, and how it differs
              from adjacent types.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the product category.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '5'
        required:
        - definition
        - name
        - slug
    products:
      type: array
      lens: products
      description: Individual products, services, or platforms operated under a profile.
      items:
        type: object
        properties:
          description:
            type: string
            description: A concise, objective statement explaining what the product
              does and who it is for.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          isMainProduct:
            type: string
            description: 'Whether this is the profile''s primary or flagship product.
              String boolean: "1" = true, "2" = false. Only one product per profile
              should be set to "1".'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          launchDate:
            type: string
            description: Date when the product was first launched or made publicly
              available. ISO 8601 format (YYYY-MM-DD or YYYY-MM).
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          name:
            type: string
            description: The official name of the product as used in its branding
              and user-facing materials.
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
          productStatusId:
            type: string
            description: The current lifecycle stage of the product. References the
              productStatuses enum table.
            $ref: '#/$defs/productStatuses'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          productTypeId:
            type: string
            description: The primary functional classification of the product. References
              the productTypes enum table.
            $ref: '#/$defs/productTypes'
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
          supportsProducts:
            type: string
            description: "Directional support relationships to other products. Indicates\
              \ which products this product explicitly integrates with or operates\
              \ on. The direction matters \u2014 a wallet supports a chain, not the\
              \ reverse. Not used for on-chain deployment relationships."
            data_license:
            - TGS license
            version: '5'
        required:
        - description
        - name
    supportsCountries:
      type: array
      lens: products
      description: A relationship table linking a product to the countries where it
        operates, is available, or provides support. Each row represents one country
        association for a given product.
      items:
        type: object
        properties:
          countryId:
            type: string
            description: The country being supported by the product.
            data_license:
            - TGS license
            version: '11'
          productId:
            type: string
            description: The product providing the support or integration. References
              a record in products.
            data_license:
            - TGS license
            version: '11'
        required:
        - countryId
        - productId
    supportsProducts:
      type: array
      lens: products
      description: "Directional support relationships between products. Captures which\
        \ product integrates with or operates on another \u2014 the relationship has\
        \ direction, meaning the first product supports the second, not the reverse."
      items:
        type: object
        properties:
          productId:
            type: string
            description: The product providing the support or integration. References
              a record in products.
            data_license:
            - TGS license
            version: '6'
          supportsProductId:
            type: string
            description: The product being supported or integrated with. References
              a record in products.
            data_license:
            - TGS license
            version: '6'
        required:
        - productId
        - supportsProductId
    assetDeployments:
      type: array
      lens: assets
      description: Links assets to their on-chain smart contract deployments across
        different blockchains.
      items:
        type: object
        properties:
          assetId:
            type: string
            description: References the asset this deployment belongs to. Points to
              a record in the assets table.
            data_license:
            - TGS license
            version: '7'
          deploymentId:
            type: string
            description: References the smart contract deployment record. Points to
              a record in the smartContractDeployments table containing chain, standard,
              and contract address details.
            data_license:
            - TGS license
            version: '7'
        required:
        - assetId
    assetStatuses:
      type: array
      lens: assets
      description: Lifecycle stages for assets.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this lifecycle stage means and the criteria
              an asset must meet to be classified at this stage.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the asset lifecycle stage.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries (e.g. active, in_development). Must
              not contain spaces.
            data_license:
            - TGS license
            version: '5'
        required:
        - definition
        - name
        - slug
    assetTypes:
      type: array
      lens: assets
      description: Classification categories for digital assets based on their primary
        function and economic role.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this asset category represents, including
              its primary function, typical characteristics, and how it differs from
              other asset types.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the asset category.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    assets:
      type: array
      lens: assets
      description: Individual digital assets tracked across the Web3 ecosystem.
      items:
        type: object
        properties:
          assetStatusId:
            type: string
            description: The current lifecycle stage of the asset. References the
              assetStatuses enum table.
            $ref: '#/$defs/assetStatuses'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          assetTypeId:
            type: string
            description: The primary category or function of the asset (e.g. Currency,
              Utility, Security) and what it does.
            $ref: '#/$defs/assetTypes'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          description:
            type: string
            description: A concise, objective summary of the asset's purpose, key
              characteristics, and use case.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          name:
            type: string
            description: The official name of the asset as used in its branding, marketing,
              and trading materials.
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
          ticker:
            type: string
            description: The unique trading symbol used to represent the Asset on
              exchanges and trading platforms. Use only capital letters and numbers.
            data_license:
            - Open Data (ODbL)
            - Special TPIP
            - TGS license
            version: '5'
        required:
        - description
        - name
    derivativeAssets:
      type: array
      lens: assets
      description: Tracks relationships between base assets and their derivative forms.
      items:
        type: object
        properties:
          baseAssetId:
            type: string
            description: The original underlying asset from which the derivative is
              created. References a record in the assets table.
            data_license:
            - TGS license
            version: '7'
          derivativeAssetId:
            type: string
            description: The derived asset that represents or is backed by the base
              asset. References a record in the assets table.
            data_license:
            - TGS license
            version: '7'
        required:
        - baseAssetId
        - derivativeAssetId
    socialStatuses:
      type: array
      lens: socials
      description: Operational states for social media accounts.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this operational state means for a social
              media account.
            data_license:
            - TGS license
            version: '9'
          name:
            type: string
            description: Display name of the social account status.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '9'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '9'
        required:
        - definition
        - name
        - slug
    socialTypes:
      type: array
      lens: socials
      description: Social media platform classifications.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this social media platform is and how
              it is typically used within the blockchain ecosystem.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the social media platform.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    socials:
      type: array
      lens: socials
      description: Individual social media account records linked to profiles, products,
        or assets via polymorphic references.
      items:
        type: object
        properties:
          name:
            type: string
            description: The handle or username for this social media account. Should
              match the handle displayed on the platform profile page (typically the
              last segment of the profile URL).
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          rowId:
            type: string
            description: The ID of the specific record this social account belongs
              to. Combined with tableId, resolves the parent entity.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '9'
          socialStatusId:
            type: string
            description: The current operational state of this social account. References
              the socialStatuses enum table.
            $ref: '#/$defs/socialStatuses'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '9'
          socialTypeId:
            type: string
            description: The social media platform this account is on. References
              the socialTypes enum table.
            $ref: '#/$defs/socialTypes'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          tableId:
            type: string
            description: Identifies which data table the parent entity lives in. Combined
              with rowId, resolves the parent entity.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '9'
        required:
        - name
        - rowId
    countries:
      type: array
      lens: Geography
      description: ISO 3166-1 country reference table used for entity jurisdiction
        lookups.
      items:
        type: object
        properties:
          code:
            type: string
            description: ISO-alpha3 country code (three uppercase letters).
            data_license:
            - TGS license
            version: '11'
          name:
            type: string
            description: Official name of the country
            data_license:
            - TGS license
            version: '11'
          regionId:
            type: string
            description: Region where the country is located.
            $ref: '#/$defs/regions'
            data_license:
            - TGS license
            version: '11'
        required:
        - code
        - name
        - regionId
    regions:
      type: array
      lens: Geography
      description: Regions reference table
      items:
        type: object
        properties:
          m49Code:
            type: string
            description: m49 region code.
            data_license:
            - TGS license
            version: '11'
          name:
            type: string
            description: Official name of the region.
            data_license:
            - TGS license
            version: '11'
          parentRegionId:
            type: string
            description: Reference to the parent region of this region
            $ref: '#/$defs/regions'
            data_license:
            - TGS license
            version: '11'
          slug:
            type: string
            description: Lowercase identifier derived from the name. Must not contain
              spaces.
            data_license:
            - TGS license
            version: '11'
        required:
        - m49Code
        - name
        - parentRegionId
        - slug
    allowedAttributeTypes:
      type: array
      lens: attributes
      description: Constraint rules that define which attribute types are valid for
        specific entity classes. Controls which attributes can be applied to which
        table/enum combinations.
      items:
        type: object
        properties:
          attributeTypeId:
            type: string
            description: References the attribute type being permitted. Points to
              a record in attributeTypes.
            $ref: '#/$defs/attributeTypes'
            data_license:
            - TGS license
            version: '10'
          enumRowId:
            type: string
            description: Identifies the enum table this rule applies to. Scopes the
              constraint to a specific classification system.
            data_license:
            - TGS license
            version: '10'
          enumTableId:
            type: string
            description: Identifies the specific enum value within the table that
              this attribute type is allowed on. Combined with enumTableId, defines
              exactly which entity class can carry this attribute.
            data_license:
            - TGS license
            version: '10'
          tableId:
            type: string
            description: Identifies the primary data table this rule applies to. Determines
              which entity type can receive the attribute.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - TGS license
            version: '10'
        required:
        - enumRowId
        - enumTableId
        - tableId
    attributeTypes:
      type: array
      lens: attributes
      description: Definitions for the categories of attributes that can be applied
        to entities. Each type describes a specific property or certification.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Detailed explanation of what this attribute measures or certifies,
              including expected value formats and how it should be interpreted.
            data_license:
            - TGS license
            version: '10'
          name:
            type: string
            description: Display name of the attribute type, shown in the UI and used
              as a label.
            data_license:
            - TGS license
            version: '10'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '10'
        required:
        - definition
        - name
        - slug
    attributes:
      type: array
      lens: attributes
      description: Actual attribute values assigned to profiles. Each record links
        a specific attribute type and its value to a row in a target table.
      items:
        type: object
        properties:
          attributeTypeId:
            type: string
            description: References the type of attribute being recorded. Points to
              a record in attributeTypes.
            $ref: '#/$defs/attributeTypes'
            data_license:
            - TGS license
            version: '10'
          rowId:
            type: string
            description: Identifies the specific record this attribute is attached
              to. Combined with tableId, pinpoints the exact entity.
            data_license:
            - TGS license
            version: '10'
          tableId:
            type: string
            description: Identifies which data table the target entity lives in. Combined
              with rowId, resolves the entity this attribute describes.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - TGS license
            version: '10'
          value:
            type: string
            description: The attribute's actual value for this entity. Format depends
              on the attribute type definition.
            data_license:
            - TGS license
            version: '10'
        required:
        - rowId
        - tableId
    entities:
      type: array
      lens: entities
      description: Legal bodies behind profiles.
      items:
        type: object
        properties:
          address:
            type: string
            description: The registered physical address of the entity, including
              street, city, state/province, and postal code where applicable.
            data_license:
            - TGS license
            version: '5'
          countryId:
            type: string
            description: The country of legal registration or incorporation. References
              the countries table using ISO 3166-1 alpha-3 codes.
            $ref: '#/$defs/countries'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          dateOfIncorporation:
            type: string
            description: Date of legal registration or incorporation. ISO 8601 format
              (YYYY-MM-DD).
            data_license:
            - TGS license
            version: '5'
          entityTypeId:
            type: string
            description: The legal structure or registration category of the entity.
              References the entityTypes enum table.
            $ref: '#/$defs/entityTypes'
            data_license:
            - TGS license
            version: '5'
          leiNumber:
            type: string
            description: The Legal Entity Identifier (LEI) assigned by the Global
              Legal Entity Identifier Foundation (GLEIF), if available. 20-character
              alphanumeric code.
            data_license:
            - TGS license
            version: '5'
          localRegistrationNumber:
            type: string
            description: The registration number assigned by the local regulatory
              body or government agency in the entity's jurisdiction, if available.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: The legal name of the entity as registered with regulatory
              bodies or government agencies.
            data_license:
            - TGS license
            version: '5'
          taxIdentificationNumber:
            type: string
            description: Tax identification number assigned by the relevant tax authority,
              if available.
            data_license:
            - TGS license
            version: '5'
          tradeName:
            type: string
            description: Additional trading names, brands, or DBAs associated with
              the entity, separate from its legal name.
            data_license:
            - Special TPIP
            - TGS license
            version: '5'
        required:
        - name
    entityTypes:
      type: array
      lens: entities
      description: Legal structure classifications for entities.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this legal structure entails, including
              its governance characteristics and typical use cases.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the legal structure classification.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '5'
        required:
        - definition
        - name
        - slug
    coreTableNames:
      type: array
      lens: internalHelpers
      description: Registry of primary data tables in the schema.
      items:
        type: object
        properties:
          tableName:
            type: string
            description: Name of a primary data table in the Grid schema.
            data_license:
            - TGS license
            version: '7'
        required:
        - tableName
    enumTableNames:
      type: array
      lens: internalHelpers
      description: Registry of enum/reference tables in the schema.
      items:
        type: object
        properties:
          enumTableName:
            type: string
            description: Name of an enum or reference table in the Grid schema.
            data_license:
            - TGS license
            version: '10'
        required:
        - enumTableName
    gridRank:
      type: array
      lens: internalHelpers
      description: Importance scoring for profiles based on ecosystem connectivity.
      items:
        type: object
        properties:
          score:
            type: string
            description: "Numeric importance score for a profile. Higher is better.\
              \ Currently derived from connection count \u2014 how many other profiles,\
              \ products, and assets a profile is linked to."
            data_license:
            - TGS license
            version: '9'
        required: []
    rootRelationshipTypes:
      type: array
      lens: internalHelpers
      description: Classification of hierarchical relationships between profiles.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this relationship type represents and
              how the parent and child profiles are expected to relate.
            data_license:
            - TGS license
            version: '9'
          name:
            type: string
            description: Display name of the relationship type between parent and
              child profiles.
            data_license:
            - TGS license
            version: '9'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '9'
        required:
        - definition
        - name
        - slug
    rootRelationships:
      type: array
      lens: internalHelpers
      description: Hierarchical links between profiles, typically representing brand/sub-brand
        or parent/subsidiary structures.
      items:
        type: object
        properties:
          childRootId:
            type: string
            description: The subordinate profile in the relationship. References a
              record in roots.
            data_license:
            - TGS license
            version: '9'
          parentRootId:
            type: string
            description: The overarching profile in the relationship, typically the
              parent brand or organization. References a record in roots.
            data_license:
            - TGS license
            version: '9'
          relationshipTypeId:
            type: string
            description: The nature of the relationship between parent and child.
              References the rootRelationshipTypes enum table.
            $ref: '#/$defs/rootRelationshipTypes'
            data_license:
            - TGS license
            version: '9'
        required:
        - childRootId
        - parentRootId
    roots:
      type: array
      lens: internalHelpers
      description: "Top-level profile records \u2014 the canonical identity anchor\
        \ for every profile in the Grid. All other data (products, assets, entities,\
        \ socials) hangs off a root."
      items:
        type: object
        properties:
          firstClaimedAt:
            type: string
            description: Date when this profile was first claimed. ISO 8601 format.
            data_license:
            - TGS license
            version: '11'
          firstPublicValidation:
            type: string
            description: Date when this profile was first publicly validated. ISO
              8601 format.
            data_license:
            - TGS license
            version: '9'
          lastPublicValidation:
            type: string
            description: Date of the most recent public validation for this profile.
              ISO 8601 format.
            data_license:
            - TGS license
            version: '9'
          slug:
            type: string
            description: URL-friendly identifier auto-generated from the profile name.
              Lowercase letters, numbers, and hyphens only. Used for unique URLs and
              internal references.
            data_license:
            - TGS license
            version: '5'
          urlMain:
            type: string
            description: The primary website URL for this profile.
            data_license:
            - TGS license
            version: '5'
        required:
        - slug
        - urlMain
    media:
      type: array
      lens: media
      description: Image records linked to profiles, products, or assets via polymorphic
        references.
      items:
        type: object
        properties:
          mediaTypeId:
            type: string
            description: The classification of this image. References the mediaTypes
              enum table.
            $ref: '#/$defs/mediaTypes'
            data_license:
            - TGS license
            version: '9'
          rowId:
            type: string
            description: The ID of the specific record this image belongs to. Combined
              with tableId, resolves the parent entity.
            data_license:
            - TGS license
            version: '9'
          tableId:
            type: string
            description: Identifies which data table the parent entity lives in. Combined
              with rowId, resolves the parent entity.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - TGS license
            version: '9'
          url:
            type: string
            description: Direct URL to the image file.
            data_license:
            - Special TPIP
            - TGS license
            version: '9'
        required: []
    mediaTypes:
      type: array
      lens: media
      description: Classification categories for visual assets.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this media category represents and where
              it is typically displayed.
            data_license:
            - TGS license
            version: '9'
          name:
            type: string
            description: Display name of the media classification.
            data_license:
            - TGS license
            version: '9'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '9'
        required: []
    assetSupportTypes:
      type: array
      lens: productAssetRelationships
      description: Classification of how an asset relates to a product.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this relationship type means and how
              the asset functions within the product under this classification.
            data_license:
            - TGS license
            version: '7'
          name:
            type: string
            description: Display name of the support relationship type.
            data_license:
            - TGS license
            version: '7'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Must
              not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    productAssetRelationships:
      type: array
      lens: productAssetRelationships
      description: Individual links between a product and an asset, each classified
        by how the asset is used within that product.
      items:
        type: object
        properties:
          assetId:
            type: string
            description: The asset involved in this relationship. References a record
              in assets.
            data_license:
            - TGS license
            version: '7'
          assetSupportTypeId:
            type: string
            description: The nature of the relationship between the product and asset.
              References the assetSupportTypes enum table.
            $ref: '#/$defs/assetSupportTypes'
            data_license:
            - TGS license
            version: '7'
          productId:
            type: string
            description: The product involved in this relationship. References a record
              in products.
            data_license:
            - TGS license
            version: '7'
        required:
        - assetId
        - productId
    assetStandards:
      type: array
      lens: smartContractDeployments
      description: Token and contract standard specifications that smart contracts
        can implement.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this token standard defines, including
              its interface, capabilities, and typical use cases.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the token or contract standard.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    deploymentTypes:
      type: array
      lens: smartContractDeployments
      description: Classification of a deployment's primary purpose.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this deployment purpose entails and when
              it should be applied.
            data_license:
            - TGS license
            version: '5'
          name:
            type: string
            description: Display name of the deployment type.
            data_license:
            - TGS license
            version: '5'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - TGS license
            version: '8'
        required:
        - definition
    smartContractDeployments:
      type: array
      lens: smartContractDeployments
      description: Deployment records that group related smart contracts under a single
        chain, standard, and purpose. Links upward to products (via productDeployments)
        and assets (via assetDeployments).
      items:
        type: object
        properties:
          assetStandardId:
            type: string
            description: The token or contract standard this deployment implements.
              References the assetStandards enum table. Blank if the standard cannot
              be identified.
            $ref: '#/$defs/assetStandards'
            data_license:
            - TGS license
            version: '7'
          deployedOnId:
            type: string
            description: The blockchain network this deployment lives on. References
              a product record representing the chain. Blank if there is no on-chain
              deployment.
            data_license:
            - TGS license
            version: '7'
          deploymentTypeId:
            type: string
            description: The primary purpose of this deployment. References the deploymentTypes
              enum table.
            $ref: '#/$defs/deploymentTypes'
            data_license:
            - TGS license
            version: '7'
        required:
        - deployedOnId
    smartContracts:
      type: array
      lens: smartContractDeployments
      description: Individual smart contract addresses belonging to a deployment.
        A single deployment can contain multiple related contracts.
      items:
        type: object
        properties:
          address:
            type: string
            description: The on-chain address of this smart contract. Format must
              match the parent blockchain's address structure.
            data_license:
            - TGS license
            version: '7'
          deploymentDate:
            type: string
            description: Date when this contract was deployed on-chain. ISO 8601 format
              (YYYY-MM-DD).
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          deploymentId:
            type: string
            description: Links this contract to its parent deployment record. References
              a record in smartContractDeployments. A deployment can contain multiple
              related contracts, but each chain requires its own deployment record.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          name:
            type: string
            description: The identifier or label for this contract as used in project
              documentation or block explorers. Blank if unnamed.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
        required:
        - address
        - deploymentId
        - name
    allowedUrlTypes:
      type: array
      lens: urls
      description: Constraint rules defining which URL types are valid for which parent
        tables. Prevents misclassification of URLs across different entity contexts.
      items:
        type: object
        properties:
          tableId:
            type: string
            description: Identifies which data table this rule applies to. Determines
              which parent entity type can carry this URL type.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - TGS license
            version: '8'
          urlTypeId:
            type: string
            description: The URL type being permitted for this table. References a
              record in urlTypes.
            $ref: '#/$defs/urlTypes'
            data_license:
            - TGS license
            version: '8'
        required:
        - tableId
        - urlTypeId
    urlTypes:
      type: array
      lens: urls
      description: Classification categories for URLs based on the content they link
        to.
      items:
        type: object
        properties:
          definition:
            type: string
            description: Explanation of what this URL category covers, including what
              kind of content the link should point to and in which contexts it is
              valid.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          name:
            type: string
            description: Display name of the URL classification.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          slug:
            type: string
            description: URL-safe, lowercase identifier derived from the name. Used
              for filtering in GraphQL queries. Must not contain spaces.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '8'
        required:
        - definition
        - name
        - slug
    urls:
      type: array
      lens: urls
      description: Individual URL records linked to profiles, products, assets, or
        entities via polymorphic references. Each URL is typed to indicate what it
        points to.
      items:
        type: object
        properties:
          rowId:
            type: string
            description: The ID of the specific record this URL belongs to. Combined
              with tableId, resolves the parent entity.
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          tableId:
            type: string
            description: Identifies which data table the parent entity lives in. Combined
              with rowId, resolves the parent entity.
            $ref: '#/$defs/coreTableNames'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          url:
            type: string
            description: The full URL. Must include protocol prefix (http:// or https://).
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
          urlTypeId:
            type: string
            description: The classification of this URL's content. Must be valid for
              the parent table per allowedUrlTypes constraints. References the urlTypes
              enum table.
            $ref: '#/$defs/urlTypes'
            data_license:
            - Open Data (ODbL)
            - TGS license
            version: '7'
        required:
        - rowId
        - url
  $defs:
    assetStatuses:
      type: string
      description: The current lifecycle stage of the asset. References the assetStatuses
        enum table.
      oneOf:
      - const: '2'
        title: Active
        description: The asset is currently in use, tradable, and fully functional
          within its intended ecosystem. Regular updates and transactions are occurring.
      - const: '1'
        title: In Development
        description: The asset has been announced but is not yet launched or fully
          implemented. It's still in the creation or testing phase.
      - const: '3'
        title: Inactive
        description: The asset is not currently active in the ecosystem, either due
          to ceased development (i.e., migration to a new address due to a rebrand)
          or lack of usage (no recent updates or significant trading activity).
      - const: '0'
        title: not set
        description: Not set
    assetTypes:
      type: string
      description: The primary category or function of the asset (e.g. Currency, Utility,
        Security) and what it does.
      oneOf:
      - const: '4137'
        title: Bridged Tokens
        description: Cross-chain token representations created when assets are locked
          on their original chain and reissued on a target chain through bridging
          protocols.
      - const: '1'
        title: Currency
        description: General cryptocurrency used for payment or investment purposes
      - const: '3943'
        title: Digital Reward Assets
        description: Virtual currencies or points issued by platforms and games that
          can be exchanged for cryptocurrencies, NFTs, or fiat. Represent value within
          specific ecosystems with potential for broader utility.
      - const: '7'
        title: Governance
        description: Tokens granting voting rights and decision-making power within
          protocols or organizations, enabling token holders to participate in protocol
          upgrades and parameter changes.
      - const: '4133'
        title: Liquid Staking Tokens (LSTs)
        description: Tokens that represent staked assets while maintaining liquidity,
          allowing holders to earn staking rewards and simultaneously use the tokens
          in DeFi applications.
      - const: '5'
        title: Memecoin
        description: Cryptocurrency with minimal utility derived from internet culture
          and community engagement with the value primarily driven by social phenomena
          rather than technical functionality.
      - const: id1770280743-R_2yBiI2QvafdSkYep6zNQ
        title: Native
        description: The primary cryptocurrency of a blockchain network used for transaction
          fees (gas). May serve as staking collateral, mining rewards, or validator
          incentives depending on the network's consensus mechanism. It is native
          to the protocol layer without implementing token standards and may serve
          multiple functions including gas fees, staking, governance, and value transfer.
          Layer 2 networks may inherit their parent Layer 1's native token.
      - const: '2'
        title: NFT
        description: Non-fungible token representing unique digital assets with distinct
          properties and ownership rights. Commonly used for art, collectibles, and
          digital items within collections.
      - const: '0'
        title: not set
        description: Not set
      - const: '4134'
        title: Restaked Tokens
        description: Tokens created when staked assets (often LSTs) are redeployed
          to secure additional protocols, enabling the same asset to generate multiple
          revenue streams.
      - const: '8'
        title: Security
        description: Tokens representing fungible financial instruments subject to
          securities regulations. Typically represent equity, debt, or profit-sharing
          arrangements within legal frameworks.
      - const: '10'
        title: Stablecoin
        description: Cryptocurrency pegged to fiat currencies or commodities to maintain
          price stability. Backed by reserves, collateralized assets, or algorithmic
          mechanisms to reduce volatility.
      - const: '4136'
        title: Synthetic Assets
        description: Smart contract-based tokens that track and mirror the price of
          other assets (crypto or traditional) without requiring direct ownership
          of the underlying asset.
      - const: '6'
        title: Utility
        description: Tokens required to access services, execute actions, or redeem
          functionality within specific protocols or platforms for system operations
          and user interactions.
      - const: id1754999858---E8Kg6VRAGfD3Sva4oHuw
        title: Vault Tokens
        description: Tokens representing proportional ownership in yield-bearing vaults
          or funds, where the token value increases based on returns generated bya
          underlying assets. Users can deposit base assets to mint vault tokens and
          redeem them for the base asset plus accrued yield.
      - const: '4135'
        title: Wrapped Tokens
        description: One-to-one representations of assets from other blockchains enabling
          cross-chain functionality, typically backed by locked or custodied original
          assets, though mechanisms vary by implementation.
    attributeTypes:
      type: string
      description: References the type of attribute being recorded. Points to a record
        in attributeTypes.
      oneOf:
      - const: id1767626518-twlquOhsQ2GQfmXBGQYIyQ
        title: Bluechip Stablecoin Rating
        description: 'The rating from Bluechip. Go to: bluechip.org to learn more'
      - const: id1767625698-09Tp4bDLRNOsLTg_HMAIqQ
        title: ChainID - CAIP-2
        description: ChainID that follows the CAIP-2 standard
      - const: id1776610812-D1Uf6pzzQvaOztzLvBW-jQ
        title: StableCheck Rating
        description: 'The rating from StableCheck. To learn more, go to: stablecoinstandard.com/stablecheck '
    coreTableNames:
      type: string
      description: Identifies which data table the parent entity lives in. Combined
        with rowId, resolves the parent entity.
      oneOf:
      - const: '14'
        title: assets
      - const: '13'
        title: entities
      - const: '15'
        title: products
      - const: '7'
        title: profileInfos
      - const: id1757429895-iBYZGBEhT06TEP6xEa6Ctg
        title: smartContractDeployments
      - const: '11'
        title: socials
    countries:
      type: string
      description: The country of legal registration or incorporation. References
        the countries table using ISO 3166-1 alpha-3 codes.
      oneOf:
      - const: '0'
        title: '-'
        code: ZZZ
      - const: '2'
        title: Afghanistan
        code: AFG
      - const: '3'
        title: Albania
        code: ALB
      - const: '4'
        title: Algeria
        code: DZA
      - const: '5'
        title: American Samoa
        code: ASM
      - const: '6'
        title: Andorra
        code: AND
      - const: '7'
        title: Angola
        code: AGO
      - const: '8'
        title: Anguilla
        code: AIA
      - const: '9'
        title: Antarctica
        code: ATA
      - const: '10'
        title: Antigua and Barbuda
        code: ATG
      - const: '11'
        title: Argentina
        code: ARG
      - const: '12'
        title: Armenia
        code: ARM
      - const: '13'
        title: Aruba
        code: ABW
      - const: '14'
        title: Australia
        code: AUS
      - const: '15'
        title: Austria
        code: AUT
      - const: '16'
        title: Azerbaijan
        code: AZE
      - const: '17'
        title: Bahamas
        code: BHS
      - const: '18'
        title: Bahrain
        code: BHR
      - const: '19'
        title: Bangladesh
        code: BGD
      - const: '20'
        title: Barbados
        code: BRB
      - const: '21'
        title: Belarus
        code: BLR
      - const: '22'
        title: Belgium
        code: BEL
      - const: '23'
        title: Belize
        code: BLZ
      - const: '24'
        title: Benin
        code: BEN
      - const: '25'
        title: Bermuda
        code: BMU
      - const: '26'
        title: Bhutan
        code: BTN
      - const: '27'
        title: Bolivia, Plurinational State of
        code: BOL
      - const: '28'
        title: Bonaire, Sint Eustatius and Saba
        code: BES
      - const: '29'
        title: Bosnia and Herzegovina
        code: BIH
      - const: '30'
        title: Botswana
        code: BWA
      - const: '31'
        title: Bouvet Island
        code: BVT
      - const: '32'
        title: Brazil
        code: BRA
      - const: '33'
        title: British Indian Ocean Territory
        code: IOT
      - const: '34'
        title: Brunei Darussalam
        code: BRN
      - const: '35'
        title: Bulgaria
        code: BGR
      - const: '36'
        title: Burkina Faso
        code: BFA
      - const: '37'
        title: Burundi
        code: BDI
      - const: '38'
        title: Cambodia
        code: KHM
      - const: '39'
        title: Cameroon
        code: CMR
      - const: '40'
        title: Canada
        code: CAN
      - const: '41'
        title: Cape Verde
        code: CPV
      - const: '42'
        title: Cayman Islands
        code: CYM
      - const: '43'
        title: Central African Republic
        code: CAF
      - const: '44'
        title: Chad
        code: TCD
      - const: '45'
        title: Chile
        code: CHL
      - const: '46'
        title: China
        code: CHN
      - const: '47'
        title: Christmas Island
        code: CXR
      - const: '48'
        title: Cocos (Keeling) Islands
        code: CCK
      - const: '49'
        title: Colombia
        code: COL
      - const: '50'
        title: Comoros
        code: COM
      - const: '51'
        title: Congo
        code: COG
      - const: '52'
        title: Congo, the Democratic Republic of the
        code: COD
      - const: '53'
        title: Cook Islands
        code: COK
      - const: '54'
        title: Costa Rica
        code: CRI
      - const: '55'
        title: Croatia
        code: HRV
      - const: '56'
        title: Cuba
        code: CUB
      - const: '57'
        title: "Cura\xE7ao"
        code: CUW
      - const: '58'
        title: Cyprus
        code: CYP
      - const: '59'
        title: Czech Republic
        code: CZE
      - const: '60'
        title: "C\xF4te d'Ivoire"
        code: CIV
      - const: '61'
        title: Denmark
        code: DNK
      - const: '62'
        title: Djibouti
        code: DJI
      - const: '63'
        title: Dominica
        code: DMA
      - const: '64'
        title: Dominican Republic
        code: DOM
      - const: '65'
        title: Ecuador
        code: ECU
      - const: '66'
        title: Egypt
        code: EGY
      - const: '67'
        title: El Salvador
        code: SLV
      - const: '68'
        title: Equatorial Guinea
        code: GNQ
      - const: '69'
        title: Eritrea
        code: ERI
      - const: '70'
        title: Estonia
        code: EST
      - const: '71'
        title: Ethiopia
        code: ETH
      - const: '72'
        title: Falkland Islands (Malvinas)
        code: FLK
      - const: '73'
        title: Faroe Islands
        code: FRO
      - const: '74'
        title: Fiji
        code: FJI
      - const: '75'
        title: Finland
        code: FIN
      - const: '76'
        title: France
        code: FRA
      - const: '77'
        title: French Guiana
        code: GUF
      - const: '78'
        title: French Polynesia
        code: PYF
      - const: '79'
        title: French Southern Territories
        code: ATF
      - const: '80'
        title: Gabon
        code: GAB
      - const: '81'
        title: Gambia
        code: GMB
      - const: '82'
        title: Georgia
        code: GEO
      - const: '83'
        title: Germany
        code: DEU
      - const: '84'
        title: Ghana
        code: GHA
      - const: '85'
        title: Gibraltar
        code: GIB
      - const: '86'
        title: Greece
        code: GRC
      - const: '87'
        title: Greenland
        code: GRL
      - const: '88'
        title: Grenada
        code: GRD
      - const: '89'
        title: Guadeloupe
        code: GLP
      - const: '90'
        title: Guam
        code: GUM
      - const: '91'
        title: Guatemala
        code: GTM
      - const: '92'
        title: Guernsey
        code: GGY
      - const: '93'
        title: Guinea
        code: GIN
      - const: '94'
        title: Guinea-Bissau
        code: GNB
      - const: '95'
        title: Guyana
        code: GUY
      - const: '96'
        title: Haiti
        code: HTI
      - const: '97'
        title: Heard Island and McDonald Islands
        code: HMD
      - const: '98'
        title: Holy See (Vatican City State)
        code: VAT
      - const: '99'
        title: Honduras
        code: HND
      - const: '100'
        title: Hong Kong
        code: HKG
      - const: '101'
        title: Hungary
        code: HUN
      - const: '102'
        title: Iceland
        code: ISL
      - const: '103'
        title: India
        code: IND
      - const: '104'
        title: Indonesia
        code: IDN
      - const: '105'
        title: Iran, Islamic Republic of
        code: IRN
      - const: '106'
        title: Iraq
        code: IRQ
      - const: '107'
        title: Ireland
        code: IRL
      - const: '108'
        title: Isle of Man
        code: IMN
      - const: '109'
        title: Israel
        code: ISR
      - const: '110'
        title: Italy
        code: ITA
      - const: '111'
        title: Jamaica
        code: JAM
      - const: '112'
        title: Japan
        code: JPN
      - const: '113'
        title: Jersey
        code: JEY
      - const: '114'
        title: Jordan
        code: JOR
      - const: '115'
        title: Kazakhstan
        code: KAZ
      - const: '116'
        title: Kenya
        code: KEN
      - const: '117'
        title: Kiribati
        code: KIR
      - const: '118'
        title: Korea, Democratic People's Republic of
        code: PRK
      - const: '119'
        title: Korea, Republic of
        code: KOR
      - const: '120'
        title: Kuwait
        code: KWT
      - const: '121'
        title: Kyrgyzstan
        code: KGZ
      - const: '122'
        title: Lao People's Democratic Republic
        code: LAO
      - const: '123'
        title: Latvia
        code: LVA
      - const: '124'
        title: Lebanon
        code: LBN
      - const: '125'
        title: Lesotho
        code: LSO
      - const: '126'
        title: Liberia
        code: LBR
      - const: '127'
        title: Libya
        code: LBY
      - const: '128'
        title: Liechtenstein
        code: LIE
      - const: '129'
        title: Lithuania
        code: LTU
      - const: '130'
        title: Luxembourg
        code: LUX
      - const: '131'
        title: Macao
        code: MAC
      - const: '132'
        title: Macedonia, the Former Yugoslav Republic of
        code: MKD
      - const: '133'
        title: Madagascar
        code: MDG
      - const: '134'
        title: Malawi
        code: MWI
      - const: '135'
        title: Malaysia
        code: MYS
      - const: '136'
        title: Maldives
        code: MDV
      - const: '137'
        title: Mali
        code: MLI
      - const: '138'
        title: Malta
        code: MLT
      - const: '139'
        title: Marshall Islands
        code: MHL
      - const: '140'
        title: Martinique
        code: MTQ
      - const: '141'
        title: Mauritania
        code: MRT
      - const: '142'
        title: Mauritius
        code: MUS
      - const: '143'
        title: Mayotte
        code: MYT
      - const: '144'
        title: Mexico
        code: MEX
      - const: '145'
        title: Micronesia, Federated States of
        code: FSM
      - const: '146'
        title: Moldova, Republic of
        code: MDA
      - const: '147'
        title: Monaco
        code: MCO
      - const: '148'
        title: Mongolia
        code: MNG
      - const: '149'
        title: Montenegro
        code: MNE
      - const: '150'
        title: Montserrat
        code: MSR
      - const: '151'
        title: Morocco
        code: MAR
      - const: '152'
        title: Mozambique
        code: MOZ
      - const: '153'
        title: Myanmar
        code: MMR
      - const: '154'
        title: Namibia
        code: NAM
      - const: '155'
        title: Nauru
        code: NRU
      - const: '156'
        title: Nepal
        code: NPL
      - const: '157'
        title: Netherlands
        code: NLD
      - const: '158'
        title: New Caledonia
        code: NCL
      - const: '159'
        title: New Zealand
        code: NZL
      - const: '160'
        title: Nicaragua
        code: NIC
      - const: '161'
        title: Niger
        code: NER
      - const: '162'
        title: Nigeria
        code: NGA
      - const: '163'
        title: Niue
        code: NIU
      - const: '164'
        title: Norfolk Island
        code: NFK
      - const: '165'
        title: Northern Mariana Islands
        code: MNP
      - const: '166'
        title: Norway
        code: NOR
      - const: '167'
        title: Oman
        code: OMN
      - const: '168'
        title: Pakistan
        code: PAK
      - const: '169'
        title: Palau
        code: PLW
      - const: '170'
        title: Palestine, State of
        code: PSE
      - const: '171'
        title: Panama
        code: PAN
      - const: '172'
        title: Papua New Guinea
        code: PNG
      - const: '173'
        title: Paraguay
        code: PRY
      - const: '174'
        title: Peru
        code: PER
      - const: '175'
        title: Philippines
        code: PHL
      - const: '176'
        title: Pitcairn
        code: PCN
      - const: '177'
        title: Poland
        code: POL
      - const: '178'
        title: Portugal
        code: PRT
      - const: '179'
        title: Puerto Rico
        code: PRI
      - const: '180'
        title: Qatar
        code: QAT
      - const: '181'
        title: Romania
        code: ROU
      - const: '182'
        title: Russian Federation
        code: RUS
      - const: '183'
        title: Rwanda
        code: RWA
      - const: '184'
        title: "R\xE9union"
        code: REU
      - const: '185'
        title: "Saint Barth\xE9lemy"
        code: BLM
      - const: '186'
        title: Saint Helena, Ascension and Tristan da Cunha
        code: SHN
      - const: '187'
        title: Saint Kitts and Nevis
        code: KNA
      - const: '188'
        title: Saint Lucia
        code: LCA
      - const: '189'
        title: Saint Martin (French part)
        code: MAF
      - const: '190'
        title: Saint Pierre and Miquelon
        code: SPM
      - const: '191'
        title: Saint Vincent and the Grenadines
        code: VCT
      - const: '192'
        title: Samoa
        code: WSM
      - const: '193'
        title: San Marino
        code: SMR
      - const: '194'
        title: Sao Tome and Principe
        code: STP
      - const: '195'
        title: Saudi Arabia
        code: SAU
      - const: '196'
        title: Senegal
        code: SEN
      - const: '197'
        title: Serbia
        code: SRB
      - const: '198'
        title: Seychelles
        code: SYC
      - const: '199'
        title: Sierra Leone
        code: SLE
      - const: '200'
        title: Singapore
        code: SGP
      - const: '201'
        title: Sint Maarten (Dutch part)
        code: SXM
      - const: '202'
        title: Slovakia
        code: SVK
      - const: '203'
        title: Slovenia
        code: SVN
      - const: '204'
        title: Solomon Islands
        code: SLB
      - const: '205'
        title: Somalia
        code: SOM
      - const: '206'
        title: South Africa
        code: ZAF
      - const: '207'
        title: South Georgia and the South Sandwich Islands
        code: SGS
      - const: '208'
        title: South Sudan
        code: SSD
      - const: '209'
        title: Spain
        code: ESP
      - const: '210'
        title: Sri Lanka
        code: LKA
      - const: '211'
        title: Sudan
        code: SDN
      - const: '212'
        title: Suriname
        code: SUR
      - const: '213'
        title: Svalbard and Jan Mayen
        code: SJM
      - const: '214'
        title: Swaziland
        code: SWZ
      - const: '215'
        title: Sweden
        code: SWE
      - const: '216'
        title: Switzerland
        code: CHE
      - const: '217'
        title: Syrian Arab Republic
        code: SYR
      - const: '218'
        title: Taiwan, Province of China
        code: TWN
      - const: '219'
        title: Tajikistan
        code: TJK
      - const: '220'
        title: Tanzania, United Republic of
        code: TZA
      - const: '221'
        title: Thailand
        code: THA
      - const: '222'
        title: Timor-Leste
        code: TLS
      - const: '223'
        title: Togo
        code: TGO
      - const: '224'
        title: Tokelau
        code: TKL
      - const: '225'
        title: Tonga
        code: TON
      - const: '226'
        title: Trinidad and Tobago
        code: TTO
      - const: '227'
        title: Tunisia
        code: TUN
      - const: '228'
        title: Turkey
        code: TUR
      - const: '229'
        title: Turkmenistan
        code: TKM
      - const: '230'
        title: Turks and Caicos Islands
        code: TCA
      - const: '231'
        title: Tuvalu
        code: TUV
      - const: '232'
        title: Uganda
        code: UGA
      - const: '233'
        title: Ukraine
        code: UKR
      - const: '234'
        title: United Arab Emirates
        code: ARE
      - const: '235'
        title: United Kingdom
        code: GBR
      - const: '236'
        title: United States
        code: USA
      - const: '237'
        title: United States Minor Outlying Islands
        code: UMI
      - const: '238'
        title: Uruguay
        code: URY
      - const: '239'
        title: Uzbekistan
        code: UZB
      - const: '240'
        title: Vanuatu
        code: VUT
      - const: '241'
        title: Venezuela, Bolivarian Republic of
        code: VEN
      - const: '242'
        title: Vietnam
        code: VNM
      - const: '243'
        title: Virgin Islands, British
        code: VGB
      - const: '244'
        title: Virgin Islands, U.S.
        code: VIR
      - const: '245'
        title: Wallis and Futuna
        code: WLF
      - const: '246'
        title: Western Sahara
        code: ESH
      - const: '247'
        title: Yemen
        code: YEM
      - const: '248'
        title: Zambia
        code: ZMB
      - const: '249'
        title: Zimbabwe
        code: ZWE
      - const: '250'
        title: "\xC5land Islands"
        code: ALA
    entityTypes:
      type: string
      description: The legal structure or registration category of the entity. References
        the entityTypes enum table.
      oneOf:
      - const: id1774436897-P3E0M7z4QJSAMvr8u4pSUw
        title: DAO
        description: An entity governed through blockchain technology and token-based
          voting without a conventional centralised management structure that may
          or may not have adopted a standard legal form, such as a company or foundation.
      - const: '1'
        title: Foundation
        description: A non-profit legal entity established to steward a defined mission,
          without members or shareholders. Typically funds operations through token
          treasury allocations, endowments, ecosystem revenue, or grants.
      - const: '5'
        title: Government
        description: A government body, public authority, or state-owned enterprise
          at any level; national, regional, or local. Includes ministries, government
          departments and agencies, municipalities, local authorities, and enterprises
          owned or controlled by a government, whether or not they also take a corporate
          legal form. Also includes central banks that are government statutory bodies.
      - const: id1774434953-XtLDkfchT82wTwFUwtoYyA
        title: International Organization
        description: An organisation created by a formal agreement or treaty between
          two or more sovereign states, with its own legal identity under international
          law separate from the member states that created it. Includes global organisations
          such as the United Nations and its agencies, regional organisations such
          as the European Union and African Union, and multilateral development banks
          such as the World Bank and Asian Development Bank.
      - const: id1774435297-45u1ZHs-QRuRF34QhlmkAw
        title: Non-profit
        description: A legal entity that does not distribute profits to owners or
          shareholders, and does not fit the Foundation category. Covers membership
          associations, standards bodies, trade organizations, NGOs, and similar structures.
      - const: '0'
        title: not set
        description: Not set
      - const: id1774434908-nfrgBVUrRtaFNxENwfrFnA
        title: Other Private Legal Entity
        description: A legal entity that does not fit the corporate, non-profit, or
          governmental categories. Includes partnerships and limited partnerships
          formally recognised as legal entities in their jurisdiction, trust and trust-equivalent
          structures that have been granted legal personality, investment funds and
          special purpose vehicles not incorporated as standard companies, and any
          other legal person not elsewhere classified.
      - const: '3'
        title: Private Company
        description: A privately held incorporated company whose ownership is not
          publicly traded. Covers private limited companies and all other incorporated
          entities not listed on a public market.
      - const: '7'
        title: Public Company
        description: A company whose shares are listed or traded on a public stock
          exchange or which is structured to raise capital from the general public.
          Examples include publicly listed corporations, listed investment companies,
          and publicly traded state-owned enterprises.
      - const: '4'
        title: Startup
        description: A new, for-profit company in its local jurisdiction that is often
          building a technology-related product, entering an emerging market, seeking
          non-traditional funding, or a combination of such activities.
    regions:
      type: string
      description: Reference to the parent region of this region
      oneOf:
      - const: id1776344441-BGRs38VPRXKXLq-tbuCLiA
        title: Africa
        code: '002'
      - const: id1776344441-dD4CykwySJa58Vc1sl06qQ
        title: Americas
        code: 019
      - const: id1776344441-EU5bdYnWT36vM5Y06y-6dQ
        title: Asia
        code: '142'
      - const: id1776345147-PKspv_S9SjisW55f5UtQFQ
        title: Australia and New Zealand
        code: '053'
      - const: id1776345147-Lh5-wUOQRLOlkd4qSPZd4A
        title: Caribbean
        code: 029
      - const: id1776345147-rNuf63inTT6p0iZG2-UuUA
        title: Central America
        code: '013'
      - const: id1776345147-kwCLavN1RHi5UJVdOQlbug
        title: Central Asia
        code: '143'
      - const: id1776345147-dYwLpMiwQ4WccirbsETuSA
        title: Eastern Africa
        code: '014'
      - const: id1775820125-L-NmgTsWTlelEArkl09K-Q
        title: Eastern Asia
        code: '030'
      - const: id1776345147-GoLo2Ml1Rm-9maQN420i_Q
        title: Eastern Europe
        code: '151'
      - const: id1775820125-JOY1ovlsQj61Z3YrYROHeQ
        title: Europe
        code: '150'
      - const: id1775820125-FoxMFhdxQ3GL94RZd2q4rQ
        title: Latin America and the Caribbean
        code: '419'
      - const: id1776345147-9pZJGUJcTg2MOmN1EM2U8A
        title: Melanesia
        code: '054'
      - const: id1776345147-PyeZmHxGR-2U_fYJ92I67w
        title: Micronesia
        code: '057'
      - const: id1776345147-A0jIOuV8RGqc_yZatE0UgA
        title: Middle Africa
        code: '017'
      - const: id1776345147-7vnEs72QRJScyClMG5AHQQ
        title: Northern Africa
        code: '015'
      - const: id1775820125-W3mTp942TByWWlYPG_Cu0A
        title: Northern America
        code: '021'
      - const: id1776345147-1OwBGHrPQ6-AKIaB6b4LTQ
        title: Northern Europe
        code: '154'
      - const: id1775820125-SIdZ9X-VTBOAZYuBQbfmhg
        title: Oceania
        code: 009
      - const: id1776345147-OIIvzY2GSk25cArkW4IFZw
        title: Polynesia
        code: '061'
      - const: id1776345147-rihISPrPSjKZDDsEvekXVQ
        title: South America
        code: '005'
      - const: id1775820125-2IjM7eNARj6DRSfOLmJp2w
        title: South-eastern Asia
        code: '035'
      - const: id1776345147-y0MfKWY8Qf2ZTix4OUtl4A
        title: Southern Africa
        code: 018
      - const: id1775820125-sUSejiwwQX6RX4EI_DEDWQ
        title: Southern Asia
        code: '034'
      - const: id1776345147-FuNGONaQSsO5VPrnopMTlg
        title: Southern Europe
        code: 039
      - const: id1775820125-DFzg3fa2TICcFutRosCL8A
        title: Sub-Saharan Africa
        code: '202'
      - const: id1776345147-IS162o5ESQK4EYNGNape7Q
        title: Western Africa
        code: '011'
      - const: id1776345147-CLNlCRkTQ3qJCUYg_D7bbA
        title: Western Asia
        code: '145'
      - const: id1776345147-Mqi2XPO1TwidlC_ekwxKJA
        title: Western Europe
        code: '155'
      - const: id1775820125-YnHRAccqRQyIN-ZOW5Lm2A
        title: World
        code: '001'
    rootRelationshipTypes:
      type: string
      description: The nature of the relationship between parent and child. References
        the rootRelationshipTypes enum table.
      oneOf:
      - const: id1758208809-wFGTM3GVTuqYymH6n5DWMg
        title: Acquired by
        description: This profile was acquired by the parent.
      - const: id1758208836-Bb5fHpFxSR6uAD3lI6pnFg
        title: Associated with
        description: This profile is connected to another profile via a shared group,
          DAO or foundation for example.
      - const: id1758285958-1jD3KiQeTAOJNyjSBx7WaQ
        title: Managed by
        description: This profile is controlled and built by the parent for example
          core development team. This is the same as a parent brand.
      - const: '0'
        title: not set
        description: Not set
      - const: id1758286026-aa4OswUPTZaXptAVagyluw
        title: Product of
        description: This profile is a sub product, that is listed on a separate domain,
          to the parent profile.
    mediaTypes:
      type: string
      description: The classification of this image. References the mediaTypes enum
        table.
      oneOf:
      - const: id1762524723-ikQDLLiTQcC9JLMI9cc6Cw
        title: Header
        description: A header photo which should be an PNG, 1500px by 500px
      - const: id1761223287-yofTwDGNQzWuWUaALp4d4Q
        title: Icon
        description: A square profile icon that works on any background be full colour.
          Preferably an SVG or PNG image file. If it is a PNG, it should have a minimum
          resolution of 256px height.
      - const: id1762357333-cKJgnZ6jRfOrq1U38IpxgQ
        title: Logo on black
        description: 'Full rectangle logo (wordmark + icon) that works on a dark background
          and be transparent. Preferably an SVG image file. If it is a PNG, it should
          have a minimum resolution of 256px height. '
      - const: id1761223238-EgaOPgNrT5ysUewsKDXo3Q
        title: Logo on white
        description: 'Full rectangle logo (wordmark + icon) that works on a white
          background and be transparent. Preferably an SVG image file. If it is a
          PNG, it should have a minimum resolution of 256px height. '
      - const: '0'
        title: not set
    assetSupportTypes:
      type: string
      description: The nature of the relationship between the product and asset. References
        the assetSupportTypes enum table.
      oneOf:
      - const: id1739677005-2MCUQHFZTU2A_rpfGOXbSg
        title: Distributed via
        description: 'This assets distribution is managed or supported by a third
          party product. '
      - const: '5'
        title: Governance
        description: The main governance asset for this product (e.g., UNI for Uniswap)
      - const: id1737708288-LoOxyx9jQNerER7eBfvWOw
        title: Launched via
        description: This asset was issued via a certain product
      - const: '6'
        title: Managed by
        description: The asset is managed by this product, also includes asset issuance
          (eg stablecoin providers)
      - const: '1'
        title: Native to
        description: A core asset of the protocol behind this product (e.g., BTC for
          the Bitcoin Network)
      - const: '0'
        title: not set
        description: Not set
      - const: id1754311385-x_gbfasoSASw26T5agWZVQ
        title: Payment Accepted by
        description: 'Can receive as payment, including automatic conversions to other
          assets and integrated 3rd party payment gateways '
      - const: '2'
        title: Supported by
        description: Protocol-level integration (i.e., explicit listing or deployment,
          exchange deposits, oracle price feeds, accepted in pools, as collateral,
          or other DeFi purposes) or 3rd party explicit support (i.e., via APIs)
      - const: id1738164272-TtPP5nYlT8irFTufuZjLYw
        title: Utility
        description: This asset is the main asset for the product and is used as the
          primary method of payment or necessary for interaction with the product
    productStatuses:
      type: string
      description: The current lifecycle stage of the product. References the productStatuses
        enum table.
      oneOf:
      - const: '3509'
        title: Discontinued
        description: The product has been taken offline and is no longer accessable
          to any user. It could be superseeded by other products.
      - const: '2'
        title: Early access
        description: It is possible to apply for product access, but access is not
          guaranteed for all users.
      - const: '1'
        title: In Development
        description: The product has been announced but is not yet accessible to users,
          and no further information has been provided.
      - const: '5'
        title: Live
        description: The product is fully deployed, accessible, and usable by anyone.
      - const: '0'
        title: not set
        description: Not set
      - const: '4'
        title: Open Beta
        description: The product is currently being tested and often has a disclaimer.
      - const: '6'
        title: Support Ended
        description: The development of this product has come to an end but as it
          is publicly accessable, either onchain or a framework, the product may still
          be accessible. If the product is an event that has concluded, choose this
          option.
    productTypes:
      type: string
      description: The primary functional classification of the product. References
        the productTypes enum table.
      oneOf:
      - const: '4220'
        title: AI Agent
        description: Autonomous artificial intelligence software executing blockchain-specific
          tasks including trading, analysis, or protocol interaction without human
          intervention. These agents make decisions and execute transactions based
          on algorithms and market conditions.
      - const: '4223'
        title: AI Agent Framework
        description: Self-hosted frameworks and toolkits for building custom AI agents
          with blockchain capabilities. Developers use these frameworks to create
          autonomous agents without relying on centralized platform infrastructure.
      - const: '4221'
        title: AI Agent Platform
        description: Infrastructure enabling creation, deployment, and orchestration
          of multiple AI agents for blockchain applications. These platforms provide
          hosting, coordination, and communication layers for agent networks.
      - const: id1751027589-wRY5qjCuQkWKIZKsPbk24Q
        title: B2B Invoicing & Billing
        description: Enterprise invoice management platforms with line-item billing,
          payment terms, approval workflows, and accounting integrations for crypto-based
          B2B transactions. Businesses generate formal invoices with payment terms
          and track receivables through these systems.
      - const: id1776869770-aV0m-PtQS9KxGXs6y6Blog
        title: Bank
        description: Licensed deposit-taking institutions holding a full banking charter
          or equivalent full-scope banking licence from a prudential regulator to
          provide accounts, loans, payments, and financial services directly to retail
          or institutional clients. These entities operate under capital adequacy,
          reserve, and supervisory requirements and may integrate digital asset custody,
          trading, or blockchain-based settlement alongside traditional banking services.
      - const: id1751027652-xe6GoNmeSGG8RhO49gMPvQ
        title: Bill Pay tools
        description: Consumer tools enabling utility, loan, and service bill payments
          using cryptocurrency with automatic fiat conversion. Users pay bills directly
          from crypto wallets while the service handles conversion and settlement
          to traditional payment recipients.
      - const: '383'
        title: Block Explorer
        description: User interfaces enabling search, visualization, and analysis
          of blockchain transactions, addresses, and smart contracts. Users explore
          network activity, verify transactions, and analyze onchain data through
          browser-based explorers.
      - const: id1750889452-OHDGQ0QSRuKZJqC8J7Ymlw
        title: Blockchain Development Security Tools
        description: Developer tools for smart contract security testing including
          static analysis, fuzzing, and vulnerability detection during development.
          These tools integrate into development workflows to identify security issues
          before code deployment to production networks.
      - const: '2886'
        title: Blockchain Gaming Infrastructure
        description: Tools, frameworks, and platforms that enable the development
          and integration of blockchain technology into games, facilitating features
          such as in-game economies, digital asset ownership, and decentralized gameplay
          mechanics.
      - const: id1761805308-HvpajSMOSeeSlbzz2w0tcQ
        title: Blockchain-as-a-Service (BaaS)
        description: Managed platforms enabling organizations to deploy and operate
          custom blockchain networks through low-code interfaces. These services handle
          infrastructure provisioning, node operation, and network maintenance while
          users configure parameters and governance rules.
      - const: '23'
        title: Bridge
        description: Protocols enabling asset transfers between different blockchain
          networks through locking and minting mechanisms. Users lock or deposit assets
          on the source chain and receive equivalent tokens on the destination chain
          for cross-chain movement.
      - const: '24'
        title: Bridge Aggregator
        description: Platforms aggregating multiple bridge protocols to optimize cross-chain
          asset transfers for cost and speed. These services compare routes across
          different bridges and select optimal paths for user transactions.
      - const: '4222'
        title: Browser
        description: Web browsers with native cryptocurrency wallet integration, decentralized
          applications support, and Web3 browsing capabilities.
      - const: id1751015601-NwUaRFKrRz-qhoc_HwLfgQ
        title: Bug Bounty Competitions
        description: Platforms facilitating crowdsourced vulnerability discovery in
          blockchain protocols through structured reward programs. Security researchers
          submit bug reports and receive bounties for identifying valid security issues
          in production systems.
      - const: id1738977975-MBiOCxozSnCF0VzD0KrSeA
        title: Card
        description: Consumer payment cards enabling cryptocurrency spending through
          automatic conversion at point-of-sale. Users load crypto into card accounts
          and spend at traditional merchants with real-time conversion to fiat at
          transaction time.
      - const: id1751027741-b46y89BjRf-t-t9i5t855w
        title: Card issuance
        description: Infrastructure enabling companies to issue payment cards and
          manage network partnerships. These platforms provide card program management,
          issuer relationships, and network connectivity for businesses launching
          card products.
      - const: '31'
        title: Centralised Borrowing & Lending
        description: Centralized platforms facilitating cryptocurrency lending and
          borrowing through institutional custody and credit assessment. These services
          manage collateral, evaluate counterparty risk, and provide structured loan
          products to users.
      - const: '27'
        title: Centralised Exchange
        description: Trading platforms facilitating transactions in financial assets,
          including cryptocurrencies, equities, funds, commodities, and derivatives
          through centralized order books and custody services. Users deposit funds
          into exchange- or broker-controlled accounts and trade against orders that
          are matched by the platform.
      - const: '1391'
        title: Compute Network
        description: Networks providing computational resources for specialized workloads
          such as AI training, rendering, or confidential computing. Operators contribute
          processing power while users access distributed compute capacity through
          token-based marketplaces.
      - const: '2883'
        title: Cross-chain Infrastructure
        description: Core infrastructure enabling blockchain interoperability including
          messaging, asset wrapping, and cross-chain communication protocols. These
          systems provide the foundational layer for applications to interact across
          multiple blockchain networks.
      - const: '49'
        title: Custodian
        description: Regulated entities holding and safeguarding digital assets on
          behalf of clients, providing institutional-grade custody services. These
          organizations maintain licensing and insurance while managing private keys
          and asset security for their customers.
      - const: '48'
        title: Custody Technology Provider
        description: Enterprise infrastructure for secure digital asset storage and
          management, offering white-label custody solutions or account abstraction
          capabilities. These platforms provide the underlying technology for institutions
          to build custody services without developing infrastructure from scratch.
      - const: '4215'
        title: Customer Engagement Platform
        description: Software platforms for managing customer relationships, communications,
          and engagement programs with blockchain integration for loyalty and rewards.
          Businesses track customer interactions, automate communications, and manage
          token-based loyalty programs.
      - const: '50'
        title: DAO Management Platform
        description: Platforms providing governance tools, treasury management, and
          administrative infrastructure for decentralized autonomous organizations.
          DAOs use these systems for proposal creation, voting, and executing onchain
          decisions.
      - const: '4219'
        title: Data Terminal
        description: Comprehensive platforms combining real-time market data, analytics,
          and visualization tools for cryptocurrency research and analysis. Users
          access onchain metrics, financial data, and custom dashboards for investment
          analysis and protocol monitoring.
      - const: '30'
        title: Decentralised Borrowing & Lending
        description: Decentralized protocols enabling users to lend and borrow digital
          assets through smart contracts without intermediaries. Borrowers deposit
          collateral to access liquidity while lenders earn yield on deposited assets
          through algorithmic interest rates.
      - const: '25'
        title: Decentralised Exchange
        description: Protocols enabling peer-to-peer cryptocurrency trading through
          automated market makers or order books without central intermediaries. Users
          maintain custody of their assets and trade directly from their own wallets.
      - const: '2838'
        title: Decentralised Identity
        description: Identity solutions enabling blockchain-based identification,
          naming, or credential management. Products may implement Decentralized Identifiers
          (DID) standards, issue verifiable credentials and attestations, provide
          human-readable naming services for wallet addresses, or enable privacy-preserving
          identity verification through zero-knowledge proofs.
      - const: '3957'
        title: Decentralized File Storage
        description: Infrastructure for decentralized or distributed file storage
          using blockchain technology for coordination, verification, or incentives.
          Solutions range from peer-to-peer networks where storage providers earn
          tokens, to managed services using decentralized protocols, to encrypted
          backup systems with blockchain-based access control.
      - const: '3608'
        title: DePin
        description: Decentralized networks coordinating infrastructure resources
          including storage, compute, wireless connectivity, bandwidth, or sensor
          networks with token-based incentives. Participants contribute hardware or
          digital resources to provide decentralized services while earning protocol
          rewards.
      - const: '42'
        title: 'Derivatives '
        description: Blockchain-based financial instruments whose value derives from
          underlying digital assets, enabling hedging, speculation, and leveraged
          exposure. These protocols facilitate perpetual futures, options, and structured
          products settled on-chain or through decentralized oracles.
      - const: '3607'
        title: Developer Tooling
        description: Software development kits, frameworks, and APIs facilitating
          blockchain application development, testing, and deployment. Developers
          use these tools to build, debug, and deploy smart contracts and decentralized
          applications more efficiently.
      - const: '26'
        title: 'DEX Aggregator '
        description: Services aggregating liquidity across multiple decentralized
          exchanges to optimize trade execution and pricing. These platforms route
          orders through the best available liquidity sources to minimize slippage
          and costs.
      - const: '1941'
        title: Dust Collector
        description: Tools aggregating small cryptocurrency balances and converting
          them into usable amounts or preferred assets. Users consolidate dust balances
          below minimum transaction thresholds into meaningful amounts or convert
          to preferred tokens.
      - const: id1762177059-UU_KHK4lSIaMrDlUyCJTNQ
        title: E-Commerce
        description: Marketplace platforms facilitating commerce between buyers and
          sellers with blockchain-based payments, verification or decentralized operations.
      - const: id1750889494-S7sCHfKlTy2xmLIIsNcR7w
        title: Education and Training
        description: Platforms, competitions, educational programs, courses, certifications,
          and training resources that facilitate knowledge and skills development
          across blockchain, Web3, and cryptocurrency domains through structured learning
          experiences.
      - const: id1750945530-wWGp3rERRmyPyfXPFNtg4Q
        title: Embedded Wallet
        description: Developer infrastructure enabling applications to provision and
          manage wallets within their own interfaces. Users interact with blockchain
          features without installing separate wallet applications or managing seed
          phrases manually.
      - const: '3955'
        title: Events & Conferences
        description: Organized gathering or series of gatherings including conferences,
          summits, and workshops that facilitate knowledge sharing, networking, skill
          development, or innovation. These events may be in-person, virtual, or hybrid.
      - const: id1751560258-aBRirvcpSEanwhyEtjXNng
        title: Financial Services Platform
        description: Infrastructure providers enabling businesses to embed financial
          services including accounts, cards, payments, and lending into their own
          products via APIs and platform tooling. These platforms power fintechs,
          neobanks, and non-financial companies by providing the underlying banking
          and payments capabilities for their own end-user products.
      - const: '1642'
        title: Gambling/Casino
        description: ' Platforms offering cryptocurrency-based gambling including
          casino games, sports betting, and games of chance with provably fair outcomes.
          Users wager crypto on game results verified through transparent smart contract
          logic or cryptographic proofs.'
      - const: '36'
        title: Game
        description: Blockchain-based games incorporating digital asset ownership,
          play-to-earn mechanics, or tokenized in-game economies. Players own in-game
          items as NFTs and earn cryptocurrency rewards through gameplay.
      - const: id1751027755-UN7VzMmTTSCQYEELGLObPA
        title: Gift Cards & Digital Vouchers
        description: Marketplaces and distribution services for gift cards, vouchers,
          and digital goods purchasable with cryptocurrency. Users buy retail gift
          cards and digital vouchers using crypto for shopping at traditional retailers.
      - const: '3941'
        title: Grants Platform
        description: Platforms enabling organizations to create, distribute, and manage
          grant programs for ecosystem development and community initiatives. Applicants
          submit proposals for funding which can be distributed as one-time payments
          or milestone-based tranches with progress tracking.
      - const: id1739321490-zX9mubTHTdSb-F8yR1CLQg
        title: Hackathon
        description: An online or in-person event where developers, designers and
          innovators collaborate to build and prototype tech solutions. It is typically
          time-limited, often culminating in presentations, demos and prizes.
      - const: '20'
        title: Hardware Wallet
        description: Physical devices designed for secure private key storage and
          transaction signing through offline key management. Users connect these
          devices when needed to sign transactions while keys remain isolated from
          internet-connected computers.
      - const: '3943'
        title: Impact Initiative
        description: Platforms facilitating charitable giving, social impact funding,
          and environmental conservation using blockchain for transparency. Donors
          contribute cryptocurrency to causes while blockchain technology ensures
          transparent fund allocation and impact tracking.
      - const: '4224'
        title: Index Platform
        description: Platforms providing tokenized baskets of cryptocurrency assets
          for diversified exposure through single tokens. Users purchase index tokens
          representing portfolios of multiple assets with automated rebalancing and
          management.
      - const: '51'
        title: Internet of Things (IoT)
        description: Platforms and devices integrating blockchain technology with
          Internet of Things infrastructure for decentralized coordination, data ownership,
          or token-based incentives. Connected devices can share data to blockchains,
          earn rewards for providing services, or enable users to maintain ownership
          of device-generated data through onchain storage.
      - const: '15'
        title: L1
        description: Base-layer blockchain protocols providing independent consensus
          mechanisms and native settlement guarantees. These networks serve as the
          foundation for applications and higher-layer protocols without relying on
          other chains for security.
      - const: '16'
        title: L2
        description: Scaling solutions that inherit security from Layer 1 blockchains
          while providing improved transaction throughput, speed, or reduced costs.
          These networks settle transactions back to their parent L1 for final security
          guarantees.
      - const: '17'
        title: L3
        description: Application-specific blockchains built on Layer 2 networks to
          enable customized execution environments. These networks inherit security
          from their underlying L2 while optimizing for specialized use cases.
      - const: '1042'
        title: Launch Pad
        description: Platforms facilitating initial token or NFT offerings with fundraising
          and community-building components for new blockchain projects. These platforms
          coordinate public sales events and capital raising with varying levels of
          curation, from permissionless launches with bonding curves to curated programs
          with vetting and KYC requirements.
      - const: id1770306300-w3G2wfvzRO-EjN57Ar7YEg
        title: Legal Service Provider
        description: Professional legal services providing legal and related services
          specifically for Web3 projects and businesses. These firms typically offer
          token classification analysis, regulatory compliance, entity structuring,
          licensing support, securities compliance, and legal representation in addition
          to other legal services. Delivered by specialized law firms, consultancies,
          or legal tech platforms with blockchain expertise.
      - const: '41'
        title: Liquid Staking
        description: Protocols issuing liquid tokens representing staked assets, enabling
          users to earn staking rewards while maintaining asset liquidity. Token holders
          can trade or deploy their liquid staking derivatives in DeFi while underlying
          assets remain staked securing the network.
      - const: id1762356536-dyZ1VQ4ESAOrVsOMpwGDVA
        title: Managed Fund
        description: A professionally managed investment vehicle that trades liquid
          digital assets on behalf of investors. Fund managers pool client capital
          to execute active trading strategies across spot markets, derivatives, and
          exchanges, generating returns through buying and selling cryptocurrencies
          and tokens. These funds offer regular redemptions and focus on tradable
          assets, excluding venture capital funds that invest in illiquid startup
          equity. May include bundled support services when operationally integrated.
          Includes digital asset treasuries (DATs).
      - const: '3916'
        title: Market Maker
        description: Professional trading firms providing liquidity to cryptocurrency
          markets through continuous two-sided quotes and high-frequency trading.
          These entities maintain tight spreads and deep orderbooks across exchanges
          to facilitate efficient price discovery and trade execution.
      - const: id1773434940-f3kfauvrSNmBdIZ-lYolfA
        title: MCP
        description: Services exposing structured data, tools, or capabilities to
          AI agents through Model Context Protocol (MCP) endpoints. These servers
          provide machine-readable interfaces that enable LLM-powered applications
          to programmatically discover, query, and interact with blockchain data,
          protocol analytics, or Web3 services without custom integration code.
      - const: id1751027623-chYYIsHuRk6cNaUjUM5fPA
        title: Merchant Payment Gateway
        description: Direct checkout integration enabling businesses to accept cryptocurrency
          payments at point-of-sale or online. Merchants integrate these gateways
          into their existing checkout flows to receive crypto payments with automatic
          settlement to preferred currencies.
      - const: '2007'
        title: Messaging Protocol
        description: Decentralized protocols enabling secure message exchange between
          blockchain networks, applications, or users. These systems facilitate cross-chain
          communication and user-to-user messaging with privacy and censorship resistance.
      - const: '3935'
        title: Mobile Phone
        description: Mobile devices with integrated blockchain capabilities including
          native crypto wallets, decentralized applications, and Web3 features. These
          phones provide hardware-level security for keys and seamless access to blockchain
          applications.
      - const: '472'
        title: Multi-Sig Wallet
        description: Wallet infrastructure requiring multiple signature approvals
          to authorize transactions, distributing control across multiple key holders.
          These systems enable treasury management and governance through predefined
          signature thresholds.
      - const: '45'
        title: Music
        description: Platforms enabling music creators to tokenize, distribute, and
          monetize their work through blockchain-based ownership and royalties. Artists
          release music as NFTs or tokenized rights with direct fan purchases and
          automated royalty splits.
      - const: id1776869718-zGtBb85rRQyk1XpoGjpmVA
        title: Neobank
        description: Digital-first platforms operating under an e-money institution,
          payment institution, or limited banking licence to offer bank-like financial
          services including accounts, cards, transfers, and integrated cryptocurrency
          services. These platforms provide regulated financial services on licensed
          payment rails with deposit protections that differ from those available
          at fully chartered banks.
      - const: '39'
        title: News & Media
        description: Platforms creating, curating, or distributing blockchain and
          cryptocurrency news, analysis, and educational content. Publishers produce
          articles, research, and media about the crypto industry with optional token-gated
          access or blockchain-based monetization.
      - const: '38'
        title: NFT Issuance Platform
        description: A service that allows users to create and issue their own unique
          digital assets, typically involving digital art or collectibles.
      - const: '37'
        title: NFT Marketplace
        description: Platforms enabling creation and primary issuance of non-fungible
          tokens without technical expertise. Creators upload artwork or content and
          mint NFTs with customizable properties, royalties, and distribution methods.
      - const: id1750441153-fUix6Jn-QCWRLNAZpyfXig
        title: Node Hardware
        description: Physical devices designed for blockchain network participation
          or decentralized infrastructure operation. Users purchase and operate these
          devices to provide computational power, storage, or network services while
          earning protocol rewards.
      - const: id1740006722-g57u4UrlQCyWcwQpmAyPkQ
        title: Node Hosting
        description: Managed services operating and maintaining blockchain nodes or
          validators on behalf of clients. Providers handle infrastructure provisioning,
          software updates, and ongoing operations while users retain control over
          their stake or participation.
      - const: '46'
        title: Node Software
        description: Client software enabling computers to participate in blockchain
          networks through validation, consensus, or network operations. Operators
          install and run this software on their own hardware to maintain network
          infrastructure.
      - const: '0'
        title: not set
        description: Not set
      - const: '410'
        title: Off-Chain Data APIs and Services
        description: APIs providing off-chain data from web, social media, and traditional
          sources for blockchain application integration. These services aggregate
          data from non-blockchain  sources and make it accessible to decentralized
          applications through structured endpoints.
      - const: '32'
        title: Offchain Insurance
        description: Products and contracts that provide coverage for crypto-related
          risks and events, processed outside the blockchain.
      - const: '28'
        title: On/Off Ramp
        description: Services enabling bidirectional conversion between cryptocurrencies
          and fiat currencies for market entry and exit. Users purchase crypto with
          traditional payment methods or sell crypto for fiat.
      - const: '4218'
        title: Onchain Compliance and Investigations
        description: Tools monitoring blockchain transactions for regulatory compliance,
          investigating illicit activity, and generating compliance reports. These
          platforms analyze transaction patterns, identify suspicious addresses, and
          provide risk scoring for regulatory adherence.
      - const: '35'
        title: OnChain Data API
        description: APIs providing developers with indexed blockchain data including
          transactions, balances, and smart contract events for application development.
          These services parse and structure raw blockchain data into queryable formats
          for easier integration.
      - const: '33'
        title: Onchain Insurance
        description: Products and contracts that provide coverage for crypto-related
          risks and events, executed automatically on the blockchain.
      - const: id1739748860-j796QCz7TJ-a9vv0BryKoQ
        title: Online Retail Platform
        description: E-commerce platforms that sell physical goods, services, or digital
          products directly to consumers using cryptocurrency payment options.
      - const: '18'
        title: Oracle
        description: Infrastructure retrieving, verifying, and delivering off-chain
          data to smart contracts on blockchain networks. These services bridge real-world
          information to onchain applications through decentralized networks or trusted
          data providers.
      - const: id1748959174-2VzCESC-RbOLYyKXHCZTWQ
        title: OTC
        description: Provides Over The Counter direct bilateral trading services facilitating
          large-volume cryptocurrency transactions between counterparties outside
          public exchanges. These desks negotiate prices privately and settle trades
          directly between parties without orderbook exposure.
      - const: id1751027790-w4g1dyKUQbe6z379PxTfvQ
        title: Payment Links & Request Tools
        description: Tools generating shareable payment requests via QR codes or links
          for ad-hoc cryptocurrency transactions. Users create payment links with
          specified amounts and share them for instant payments without formal invoicing
          workflows.
      - const: id1751027713-YnmLrD3tRxORk2rvjB1gzg
        title: Payment network
        description: Infrastructure facilitating fund transfers between parties, including
          stablecoin rails and settlement networks. These networks provide the underlying
          payment rails that applications and services build upon for transaction
          processing.
      - const: '2830'
        title: Payments Infrastructure & Orchestration
        description: ' Infrastructure aggregating multiple payment providers, processors,
          and rails into unified APIs for seamless integration. Developers and businesses
          can accept payments through various methods and currencies while the platform
          handles routing and processing complexity.'
      - const: id1751027605-4SeFWxoXRQGDR1nl_2tiQQ
        title: Payroll
        description: Platforms enabling organizations to process employee and contractor
          compensation using cryptocurrency. Employers distribute payments in crypto
          or stablecoins while handling tax calculations and payment records for workforce
          management.
      - const: id1751031119-86aeXwF9TUS2OxCGvAT7wQ
        title: Peer to Peer & Remittance
        description: Applications facilitating direct peer-to-peer cryptocurrency
          transfers and cross-border remittances between individuals. Users send crypto
          directly to recipients using simple identifiers with lower fees than traditional
          remittance services.
      - const: '47'
        title: Pool Software
        description: Software coordinating resource pooling for mining, staking, or
          liquidity provision across multiple participants. These systems aggregate
          contributions from many users and distribute rewards proportionally based
          on participation.
      - const: id1767886775-uejWI1MBRJ6FEHKi4dtkUg
        title: Portfolio Tracker
        description: Platforms aggregating digital asset holdings across wallets and
          exchanges to provide portfolio analytics and performance visualization.
          Users input public wallet addresses to track onchain balances, or connect
          exchanges via read-only APIs for centralized holdings, enabling portfolio
          monitoring without key management or custody.
      - const: '2408'
        title: Prediction Markets
        description: Platforms enabling users to bet on future event outcomes with
          market-driven probability pricing and onchain settlement. Participants trade
          outcome shares that resolve to fixed values based on real-world event results.
      - const: '34'
        title: Pricing Data API
        description: APIs providing real-time and historical cryptocurrency market
          data, prices, and trading information for application integration. Developers
          access aggregated price feeds, volume metrics, and market data across exchanges
          through these services.
      - const: id1746435381-s4_DuqvXTZ-RuXeu2QrQ8w
        title: Privacy Pool
        description: Protocols enabling private cryptocurrency transactions through
          pooled deposits and zero-knowledge proofs while maintaining regulatory compliance.
          Users deposit assets into shared pools and withdraw to different addresses.
      - const: id1766136033-pWuBMXRXR7e2AXjDM24wuA
        title: Questing Platform
        description: A platform that structures user engagement through discrete,
          completable task sequences with verifiable completion criteria and reward
          distribution. Users progress through defined missions or challenges, earning
          digital assets, points, or credentials upon completion. Features include
          task definition, progress tracking, completion verification, and automated
          reward mechanisms.
      - const: id1766051801-HAn8bJ7FSDKCNqUu0jR50Q
        title: Rating & Safety Scoring
        description: Services that provide independent, periodic comparative ratings
          or safety scores for digital assets, protocols, or platforms using standardized
          methodologies, designed to help users evaluate and compare options for selection
          and investment decisions.
      - const: '2018'
        title: Risk Assessment
        description: Platforms providing continuous risk analysis, scoring, and monitoring
          of DeFi protocols and smart contracts for due diligence. These services
          evaluate smart contract security, economic risks, and operational factors
          to generate risk ratings for protocols.
      - const: '305'
        title: RPC Provider
        description: Services providing Remote Procedure Call (RPC) API endpoints
          for applications to query and interact with blockchain networks without
          operating dedicated infrastructure. Users access network data and submit
          transactions through hosted nodes maintained by the provider.
      - const: '40'
        title: RWA Tokenisation Platform
        description: Platforms enabling tokenization of real-world assets including
          real estate, commodities, securities, and intellectual property on blockchain.
          These services handle legal structuring, asset custody, and token issuance
          for physical asset representation onchain.
      - const: '4216'
        title: Service Provider
        description: Professional service firms providing specialized expertise to
          blockchain projects including technical (development, infrastructure), business
          (marketing, PR, design), consulting, and administrative services. These
          organizations offer specialized knowledge and execution capabilities that
          projects need but don't build in-house.
      - const: '2006'
        title: Shared Sequencer
        description: Infrastructure coordinating transaction ordering and batch processing
          across multiple Layer 2 networks or applications. These systems provide
          unified sequencing to improve cross-chain composability and reduce fragmentation.
      - const: id1773434984-HkzrMOLlSPasZzuVxut4vA
        title: Skills
        description: Packaged instruction sets, reference data, and workflows extending
          AI coding assistant capabilities for domain-specific blockchain and Web3
          tasks. These products provide structured knowledge, classification rules,
          and automated procedures that AI agents consume to perform specialized operations
          such as data enrichment, protocol research, or ecosystem analysis.
      - const: id1749740305-z870Tfp4Sca0doGVOGDccw
        title: Smart Contract Audits
        description: Professional services conducting security reviews of smart contracts
          and blockchain protocols to identify vulnerabilities. Auditors perform manual
          code review and automated analysis to detect bugs, security issues, and
          logic errors before deployment.
      - const: id1751461898-eEZlD_-9R1mCNcwtlbFlgA
        title: Social Infrastructure
        description: Protocol-level infrastructure providing social graph, identity,
          and community primitives for other applications to build upon. These protocols
          enable portable social connections and data that applications can query
          and build experiences on top of.
      - const: id1752072092-lwEcx8nsSFij2fNjzESn7Q
        title: Social Payments
        description: Tools integrating cryptocurrency payments into social media and
          messaging platforms using social identifiers instead of wallet addresses.
          Users send payments through familiar social interfaces by mentioning usernames
          or handles rather than copying complex addresses.
      - const: '2880'
        title: Social Platform
        description: Applications enabling social interaction, content sharing, and
          community building with blockchain features like tokenized incentives or
          decentralized identity. Users create profiles, share content, and engage
          with communities while maintaining ownership of their data and relationships.
      - const: id1751461631-FnwW_-3eRBqGZdQa5tUClw
        title: Social Trading
        description: Platforms combining social networking with trading functionality
          to enable strategy sharing, copy trading, and collaborative investment decisions.
          Users follow successful traders and automatically replicate their trades
          or share performance and analysis.
      - const: '44'
        title: Stablecoin Issuance
        description: Platforms issuing and managing cryptocurrency tokens pegged to
          fiat currencies or commodities for price stability. Issuers maintain reserves
          backing stablecoins and manage peg stability through various collateralization
          or algorithmic mechanisms.
      - const: '4217'
        title: Staking Data
        description: Specialized data services providing metrics, analytics, and information
          about proof-of-stake networks and staking operations. These platforms track
          validator performance, staking yields, and network participation rates across
          multiple chains.
      - const: '3645'
        title: Staking Service
        description: Platforms enabling users to delegate tokens to validators and
          earn staking rewards without operating infrastructure. Users deposit assets
          into delegation pools while the service handles validator selection and
          reward distribution.
      - const: id1751027805-_xgNPzdgRJyp8RWr3zWTTg
        title: Subscription & Streaming Payments
        description: Platforms enabling recurring cryptocurrency payments through
          subscription billing or continuous streaming with automated processing.
          These services handle periodic charges or real-time payment streams with
          configurable intervals and amounts.
      - const: id1762186169-wT49rRKxQhajp7XqWakBxA
        title: Talent Marketplace
        description: Platforms that connect freelancers/talent or service providers
          with clients for task-based work, project-based engagements, or ongoing
          services. These marketplaces facilitate job posting, task creation, work
          submission, and cryptocurrency-based payment processing. Includes platforms
          specializing in bounties, gig work, and remote hiring in Web3.
      - const: id1751027668-XLmoM9iFQyOJZb9FXBKFfg
        title: Tax tooling & Accounting
        description: Software and services for cryptocurrency tax preparation, transaction
          tracking, and financial management for businesses and individuals. These
          platforms and services aggregate transaction history across wallets and
          exchanges to calculate tax obligations and generate required reporting.
      - const: id1749024547-2JEQZAY-QLuZBMnZUbIErg
        title: Ticketing
        description: Platforms enabling event ticket sales, management, and resale
          with blockchain integration for payments, verification, or NFT-based ticketing.
          These systems may use blockchain for cryptocurrency payments, transparent
          resale markets, or issuing tickets as digital collectibles with programmable
          features.
      - const: id1751027689-Ard80K6ESnKHJvZ-ImhlYw
        title: Token distribution tool
        description: Platforms facilitating bulk cryptocurrency distribution for token
          unlocks, airdrops, or vesting schedules. These tools automate mass distributions
          with customizable vesting curves and claim mechanisms for token launches
          and ongoing distribution programs.
      - const: id1751027701-oK6yi8FvSourXBcVE13nRg
        title: Trade finance
        description: Enterprise services providing letters of credit, documentary
          collections, and payment guarantees for international trade using blockchain
          for transparency. These platforms digitize trade finance workflows and reduce
          settlement times for cross-border commercial transactions.
      - const: '1954'
        title: Trading Bot
        description: Automated software executing cryptocurrency trades based on predefined
          strategies or user commands, typically accessed through messaging platforms
          such as telegram. Users configure trading parameters and the bot executes
          transactions automatically without manual intervention.
      - const: '52'
        title: Trading Terminal
        description: Comprehensive platforms providing real-time market data, technical
          analysis tools, and trading execution across multiple exchanges. Users access
          charting, indicators, and order management through unified interfaces for
          professional trading workflows.
      - const: '3592'
        title: Transport
        description: Platforms coordinating transportation services including rides,
          delivery, or logistics with blockchain integration. Users can access mobility
          services with cryptocurrency payments while blockchain technology may enable
          decentralized coordination, transparent pricing, or direct peer-to-peer
          matching without intermediaries.
      - const: id1746363637-Er3Rk8LaQRC4yuEiAyhOfA
        title: Travel Booking Site
        description: Travel booking platforms enabling hotel, flight, and travel reservations
          using cryptocurrency payment. Users search and book travel services while
          paying with crypto through integration with travel suppliers.
      - const: id1750949011-zN_m-8I6Rs-ivxf0o9cGPw
        title: Validator
        description: Network operators validating transactions and producing blocks
          in proof-of-stake blockchains while accepting stake delegations. These services
          maintain validator infrastructure and distribute staking rewards to token
          holders who delegate their assets.
      - const: '3956'
        title: Venture Fund
        description: Investment vehicles deploying capital into illiquid blockchain
          assets, including startup equity, pre-launch tokens, SAFT agreements, and
          locked positions without active secondary markets. Funds hold until exit
          events such as token launches or acquisitions. May include venture capital
          funds, accelerators, and incubators providing mentorship, resources, and
          networking alongside capital deployment.
      - const: id1772560796-UhZus1L_Td6jOuloyyIPDA
        title: VPN
        description: Services providing encrypted internet traffic routing through
          server networks for privacy, censorship resistance, and secure browsing.
          Users connect through VPN tunnels or proxy protocols to route traffic via
          exit nodes, shielding their IP address and network activity from surveillance
          and geographic restrictions. Includes both decentralized implementations
          where independent node operators earn token incentives for providing bandwidth,
          and centralized services with managed server infrastructure accepting cryptocurrency
          payments.
      - const: '692'
        title: Wallet
        description: Software applications enabling users to store private keys and
          manage digital assets through self-custody. Users maintain full control
          over their keys and sign transactions directly from the application.
      - const: '1118'
        title: Yield Aggregator
        description: Automated platforms optimizing yield generation by deploying
          user assets across multiple DeFi protocols. These services continuously
          reallocate capital to maximize returns while managing gas costs and execution
          complexity on behalf of depositors.
    profileSectors:
      type: string
      description: The primary industry or problem space the profile operates in.
        References the profileSectors enum table.
      oneOf:
      - const: id1769097602-6qFpDcycT06mooygOCSJ_Q
        title: Accounting and Legal
        description: Services, platforms, and tools that provide accounting, tax compliance,
          financial reporting, and legal advisory for cryptocurrency and digital asset
          operations. This includes both Web3-native platforms with automated transaction
          tracking, tax calculation, and compliance monitoring, and traditional accounting
          firms and law firms offering specialized crypto advisory, audit services,
          regulatory guidance, legal structuring, and licensing support.
      - const: '19'
        title: Blockchain Platforms
        description: Blockchain networks that provide foundational infrastructure
          for transactions, smart contracts, and decentralized applications. This
          includes Layer 1 blockchains, Layer 2 solutions, Layer 3 networks, sidechains,
          application-specific chains, permissioned networks and other blockchain
          architectures.
      - const: '4318'
        title: Community & Events
        description: The sector focused on community building, networking, conferences,
          and gatherings within the Web3 ecosystem. This includes conference organizers,
          hackathons, meetup groups, community-focused DAOs, and event platforms.
      - const: '9'
        title: Custody and Wallets
        description: Profiles that provide tools for secure storage, custody, and
          management of digital assets through key management, including non-custodial
          wallets (software, hardware, multisig, smart contract wallets), custodial
          providers, custody infrastructure, and traditional financial institutions
          offering cryptocurrency custody services.
      - const: '21'
        title: Data & Analytics
        description: Services, APIs, platforms, and tools that provide blockchain
          data, market intelligence, portfolio tracking, and analytics for the blockchain
          and Web3 ecosystem. This includes both Web3-native data providers and traditional
          data companies offering blockchain analytics products.
      - const: '10'
        title: Developer Tooling
        description: Services, products, and frameworks that support developers in
          designing, building, testing, and deploying decentralized applications and
          smart contracts on blockchain platforms. This includes both specialized
          Web3 development tools and traditional software platforms offering blockchain
          development capabilities.
      - const: id1761657728-WsQhTW1ZQvqopVUZi1Iu9A
        title: E-Commerce
        description: The sector comprising platforms that facilitate peer-to-peer
          or business-to-consumer transactions for physical goods, digital products,
          or services, utilizing blockchain technology for payments, verification,
          or decentralized operations. Excluding NFT Marketplaces.
      - const: id1766050147-SXWZWNTTS-2K6kIFixejpg
        title: Education
        description: Profiles whose primary mission is structured learning and skills
          development within blockchain and Web3 ecosystems through curricula, courses,
          certifications, and training programs.
      - const: '1'
        title: Finance
        description: Platforms and protocols that enable trading, exchanging, lending,
          borrowing, or yield generation of digital assets within the blockchain ecosystem.
          This includes both decentralized finance (DeFi) protocols and traditional
          financial institutions such as licensed banks, neobanks, and digital-asset
          custodians offering cryptocurrency services.
      - const: '11'
        title: Gaming
        description: Profiles that create or support blockchain-based games and interactive
          entertainment experiences, often integrating blockchain technology for asset
          ownership, rewards, and in-game economies, with a primary focus on gameplay
          and entertainment objectives. This includes both Web3-native game developers
          and traditional gaming companies integrating blockchain features.
      - const: '26'
        title: Healthcare
        description: The sector focused on applying blockchain technology to improve
          the security, privacy, and interoperability of healthcare data, medical
          records, clinical trials, or health insurance systems. This includes both
          Web3-native health platforms and traditional healthcare organizations implementing
          blockchain solutions.
      - const: id1766071607-xziRWoR-QiSoM_3xQRIGYg
        title: Industry Bodies & Trade Associations
        description: The sector comprising organizations that develop technical standards,
          industry frameworks, best practices, and governance models for blockchain
          and Web3 ecosystems. Includes standards bodies, industry associations, certification
          authorities, and collaborative initiatives focused on protocol development,
          regulatory frameworks, or ecosystem coordination. Does not include entities
          primarily offering commercial services.
      - const: '12'
        title: Infrastructure
        description: The sector including foundational technologies, protocols, and
          services that enable the operation, scaling, and interoperability of blockchain
          networks and decentralized applications. This includes node infrastructure,
          RPC providers, oracles, indexers, bridges, and validator services.
      - const: '8'
        title: Insurance
        description: Profiles that provide risk protection and insurance coverage
          for digital assets, smart contracts, and blockchain activities. This includes
          both decentralized insurance protocols and traditional insurance companies
          offering cryptocurrency coverage.
      - const: '824'
        title: Media
        description: Profiles that create, curate, or distribute content and journalism
          focused on the blockchain and Web3 ecosystem. This includes Web3-native
          media outlets as well as traditional media organizations with dedicated
          blockchain and cryptocurrency coverage.
      - const: '825'
        title: Meme
        description: The sector containing projects, tokens, and communities whose
          primary value proposition derives from internet culture, viral content,
          and community engagement rather than technical utility or business operations.
      - const: '31'
        title: Metaverse
        description: Platforms and tools that enable persistent immersive virtual
          worlds and spatial computing experiences integrated with blockchain technology,
          where users can interact with digital assets and participate in decentralized
          virtual economies. This includes both Web3-native metaverse platforms and
          traditional virtual world companies adding blockchain integration.
      - const: '30'
        title: Mining
        description: The sector focused on validating transactions and securing blockchain
          networks through computational mining using Proof-of-Work consensus mechanisms.
          This includes mining operations, pool operators, hardware manufacturers,
          and traditional data centres offering mining hosting services.
      - const: '25'
        title: NFTs
        description: Platforms and tools that facilitate the creation, trading, and
          collection of non-fungible tokens (NFTs) and unique digital assets stored
          on blockchain networks. This includes both Web3-native NFT platforms and
          traditional auction houses or marketplaces offering NFT trading services.
      - const: '0'
        title: not set
        description: Not set
      - const: '2'
        title: Payments
        description: Platforms or services that facilitate the transfer of cryptocurrencies
          or other digital assets from one person or entity to another, often in exchange
          for goods or services. This includes both crypto-native payment solutions
          and traditional payment providers integrating cryptocurrency capabilities.
      - const: id1746435323-mJeBaiowToOikuTt-X20zg
        title: Privacy & Confidentiality
        description: The sector focused on enhancing user privacy, confidentiality,
          and data sovereignty within blockchain ecosystems through privacy-preserving
          technologies such as zero-knowledge proofs, mixing services, and confidential
          computing solutions.
      - const: '27'
        title: Science
        description: The sector focused on leveraging blockchain technology and decentralized
          networks to advance scientific research, collaboration, data sharing, and
          funding. This includes decentralized science (DeSci) platforms as well as
          traditional research institutions utilizing blockchain technology.
      - const: '28'
        title: Security
        description: The sector dedicated to enhancing the safety and resilience of
          blockchain networks, smart contracts, and decentralized applications through
          security auditing, monitoring, testing, and protection services. This includes
          both Web3-native security firms and traditional cybersecurity companies
          offering blockchain security services.
      - const: '4588'
        title: Service Provider
        description: Profiles that offer specialized professional services to Web3
          projects and companies, including development services, consulting, marketing,
          design, and recruitment. This includes both Web3-specialized service firms
          and traditional professional service providers offering blockchain-specific
          expertise.
      - const: '830'
        title: Social
        description: Platforms that enable social networking, content creation, and
          community interaction with blockchain-based features such as decentralized
          identity, tokenized rewards, or on-chain reputation systems. This includes
          both Web3-native social platforms and traditional social media companies
          integrating cryptocurrency features.
      - const: '20'
        title: Supply chain
        description: The sector focused on leveraging blockchain technology to enhance
          the transparency, traceability, and efficiency of physical supply chains
          and logistics operations. This includes both Web3-native tracking platforms
          and traditional supply chain or logistics companies implementing blockchain
          solutions.
      - const: '43'
        title: Venture Capital
        description: The sector focused on investing in and supporting the growth
          of blockchain and Web3 projects, startups, and protocols through strategic
          funding, mentorship, and partnerships. This includes both crypto-native
          investment funds and traditional venture capital firms with dedicated blockchain
          investment strategies.
    profileStatuses:
      type: string
      description: The current operational state of the profile. References the profileStatuses
        enum table.
      oneOf:
      - const: '30'
        title: Acquired
        description: The profile has been purchased by or merged with another company/protocol.
      - const: '2'
        title: Active
        description: The profile's offering allows for successful two-way interaction
          (e.g., using the product/service, building on the blockchain), or the profile
          maintains a functioning product.
      - const: '1'
        title: Announced
        description: The profile's information is public, but with limited one-way
          interaction (e.g., newsletter subscription, social media following), or
          all product(s)/service(s) are not yet available.
      - const: '4'
        title: Closed
        description: Interaction with the profile's offering is no longer possible,
          or the entity has announced the profile's closure.
      - const: '3'
        title: Inactive
        description: Interactions with the profile's service/product are frequently
          unsuccessful, or the service/product is no longer supported or actively
          developed. Socials have not been active for more than 3 months, invalid
          or suspended with no other way to contact or follow the project (no blog
          or up-to-date documentation), even when interaction with the product is
          still possible.
      - const: '0'
        title: not set
        description: Not set
    profileTypes:
      type: string
      description: The primary operational category or organizational model of the
        profile. References the profileTypes enum table.
      oneOf:
      - const: '2'
        title: Company
        description: A profile with a for-profit mandate or a business plan aimed
          at generating revenue.
      - const: '1'
        title: DAO
        description: An organisation with no central governing authority, where decisions
          are made collectively by members through onchain voting or equivalent decentralised
          mechanisms, and where the governance structure is the primary identity of
          the profile.
      - const: '18'
        title: Government
        description: An organisation operating under or on behalf of a public authority,
          including government bodies, regulatory agencies, state-owned institutions,
          and officially designated public initiatives.
      - const: '17'
        title: Investor
        description: An organisation primarily focused on allocating capital to other
          projects or companies with the expectation of financial returns.
      - const: id1774427789-YaM2d97DSOi_b9iwdQrn0g
        title: Network
        description: A decentralised or permissioned network that operates its own
          consensus mechanism, validates transactions, and provides a settlement layer
          for onchain activity.
      - const: '8'
        title: NFT Collection
        description: A set of unique digital assets minted on a blockchain, typically
          sharing a common theme, creator, or smart contract.
      - const: id1774428427-pauk1u5mRmWqq5biGF5qwQ
        title: Non-Profit
        description: Private organisations with an express non-profit objective, usually
          with some form of legal entity. Includes associations, standards bodies,
          trade organisations, NGOs, and similar structures.
      - const: '0'
        title: not set
        description: Not set
      - const: '14'
        title: Project
        description: An independent initiative or venture that does not operate as
          a formal business entity, investment vehicle, or governance body.
      - const: id1774427829-PPawaXZUSr2uZ1CUfbi_4g
        title: Protocol
        description: An application-layer or middleware system deployed across one
          or more blockchain networks to provide a specific function, such as lending,
          trading, bridging, or data provision.
    tags:
      type: string
      description: References the tag applied to this profile. Points to a record
        in tags.
      oneOf:
      - const: id1741950088-k6bDTE0ZSO2eJipU2oMLjA
        title: '[REDACTED] Hackathon'
        description: Profiles participating in the [REDACTED] Hackathon
      - const: id1743791184-updkdXknQ2C4gsd8jSRC3g
        title: "Accelerate \u201825 Headline Sponsor"
        description: Profiles that were headline sponsors at Solana Accelerate 2025
      - const: id1743791274-GjcZsl-uSIK5qwlEagrIBQ
        title: "Accelerate \u201825 Speaker"
        description: Profiles with speakers at Solana Accelerate 2025
      - const: id1743791238-g-v5AIF-TXmB24BAnyuDUA
        title: "Accelerate \u201825 Sponsor"
        description: Profiles that were sponsors at Solana Accelerate 2025
      - const: id1736862535-tN20FJmvTJaVA_nFH5Y-XA
        title: AI
        description: Profiles leveraging artificial intelligence technology in their
          core offering
      - const: id1737227937-guBt2IYtQxacbfj_EtKnQw
        title: ai16z Demo Day 1
        description: Profiles that participated in the first ai16z Demo Day
      - const: id1749738466-_meRNObJTVKeOZeLjviblQ
        title: Bitcoin
        description: Profiles deployed on or that supports the Bitcoin network
      - const: '14'
        title: Blinks
        description: Profiles that develop, implement, or significantly utilize Solana
          Blinks and Actions
      - const: id1766409636-DoFDuKj2TMOf73B8x2w1Zg
        title: Bluechip Report '25
        description: Profiles featured in the Bluechip Report 2025
      - const: '10'
        title: Breakpoint 2024
        description: Profiles that attended Solana Breakpoint 2024
      - const: id1760088086-NEyjzLNeTcyFkhytuCu6RQ
        title: Breakpoint 2025 Sponsor
        description: Profiles that were sponsors at Solana Breakpoint 2025
      - const: id1764510343-B2cGA6yvSZCKuLEgF4x__w
        title: Breakpoint 25 Attendee
        description: Profiles that attended Solana Breakpoint 2025
      - const: '7'
        title: Claimed On The Grid
        description: Profiles that have claimed their profile on The Grid and is a
          part of The Grid Community
      - const: id1767029904-6sGPHH_kQEGLfKKli0XcVQ
        title: 'Colosseum Cohort 4 '
        description: Cohort of Cypherpunk hackathon hosted by Colosseum.
      - const: id1765902712-FxNsyb2dSG25PpbAJJ-mBg
        title: Colosseum Cypherpunk Hall of Fame
        description: Profiles that won the Colosseum Cypherpunk Hackathon in late
          2025, excluding honorable mentions
      - const: id1777020495-WAMKyTQvRxGfz7gUi3z3Og
        title: Consensus 2026 Sponsors
        description: Profiles that are sponsors of Consensus 2026
      - const: '12'
        title: DeFi
        description: Profiles operating in the decentralized finance
      - const: '15'
        title: Degen
        description: https://www.degen.tips/
      - const: id1745499390-WMYoMiX8Q9S0p86QQbPNAg
        title: Dutch Blockchain Week Sponsors
        description: Profiles that were sponsors at the Dutch Blockchain Week
      - const: id1756458653-8Fn0p0OiQHqq4wfe3evnXg
        title: EBC 11 Sponsors
        description: Profiles that were sponsors at the European Blockchain Convention
          11 (2025)
      - const: id1745390755-sfSIp5RrT6ykrDDEwyxMOQ
        title: ETHDAM Speakers
        description: Profiles with speakers at ETHDAM 2025
      - const: id1744881933-36bWLB86QA-dmPtw7zuf8w
        title: ETHDAM Sponsors
        description: Profiles that were sponsors at ETHDAM 2025
      - const: '8'
        title: Ethereum
        description: Profiles deployed on or that supports the Ethereum network
      - const: '16'
        title: Frames (Farcaster)
        description: Profiles building with or utilizing Farcaster Frames
      - const: id1759056158-0DJ-LkGXS4WTNd-OUuvQ9A
        title: Ignition Season 4
        description: Profiles that participated in Ignition Season 4 accelerator program
      - const: id1748505125-kO366cVHTpiHDzx99ru51A
        title: London Startup Village
        description: Profiles showcased at the SuperteamUK London Startup Village
      - const: id1738605713-nJlNCdQtT_WHtcKbyllFZw
        title: mtndao v7 attendee
        description: Profiles that attended mtndao v7
      - const: id1738611346-KfBp7qguQqaloenJws8QHA
        title: mtndao v7 Silver Sponsor
        description: Profiles that were silver sponsors at mtndao v7
      - const: id1738088601-aYNp2VCMS5qA8dC929UcBg
        title: mtndao v7 Title Sponsor
        description: Profiles that were title sponsors at mtndao v7
      - const: id1738709769--RzTQPMpQEGXsLrMhFhhpw
        title: mtnhaus
        description: For projects that have someone at mtnhaus
      - const: '18'
        title: Permissionless III Solana
        description: Profiles in the Solana ecosystem that attended Permissionless
          III as speakers, sponsors, or attendees
      - const: id1748255286-ERCnFvEVR6a-n_zlvb4ilQ
        title: Proof Of Talk 25 Speaker
        description: Profiles with speakers at Proof Of Talk 2025
      - const: id1745530624-m_QScZLQSiiIL-Wu6j7BPg
        title: Proof Of Talk 25 Sponsor
        description: Profiles that were sponsors at Proof Of Talk 2025
      - const: id1774505263-KeWfUFiLSCiZ0GlW2QEUvQ
        title: Proof Of Talk 26 Speaker
        description: Profiles with speakers at Proof Of Talk 2026
      - const: id1774504639-Ky3NSkv5Rkm6GfLmRYmY9g
        title: Proof Of Talk 26 Sponsor
        description: Profiles that are sponsors at Proof Of Talk 2026
      - const: '9'
        title: Solana
        description: Profiles deployed on or that supports the Solana network
      - const: id1737015507-P6TfbQFKThCH7iMnt087KA
        title: Solana AI Hackathon Honourable
        description: Profiles that received honorable mentions from the Solana AI
          Hackathon
      - const: '20'
        title: Solana AI Hackathon Sponsor
        description: Profiles that were sponsors of the Solana AI Hackathon
      - const: id1737015029-ulUU9ISNQxOUF2UjdrJ6BQ
        title: Solana AI Hackathon Winner
        description: Profiles that won the Solana AI Hackathon
      - const: '19'
        title: Solana Consumer Day
        description: Profiles that attended Solana Consumer Day
      - const: id1749014897-fIQIwayERIS-FgBG8jrNZw
        title: "Solana Summit \u201825 Partner"
        description: Profiles that were partners at Solana Summit 2025
      - const: id1763717657-ZgN9V31URHyzzUUjbWfsOg
        title: Solana Wallets
        description: Profiles offering wallet applications in the Solana ecosystem
      - const: id1763118198-8S_Brqj3Q8q8Lhs7YT0wZA
        title: Stablecoin Standard Member
        description: Profiles that are members of the Stablecoin Standard, an industry
          alliance promoting transparency and best practices for stablecoin issuers
      - const: id1738748042-W5oej0O8QJezGZ0RPXAHFg
        title: Starknet
        description: Profiles deployed on or that supports the Starknet network
      - const: id1758870043-eRgtrV6nQua8xGSZbPsoyg
        title: Startup Village SG
        description: Profiles showcased at Startup Village Singapore
      - const: id1744026462-f7tozvikQ4u0mUUFRMat2w
        title: STFR Product Showcase
        description: Profiles showcased at the Seine Riverside Product Showcase
      - const: '1'
        title: SuperteamUK
        description: Profiles from the Solana SuperteamUK community in the United
          Kingdom
      - const: id1751978609-vVCNseiiRX-cNI2b_7OgAg
        title: SuperteamVN
        description: Profiles from the Solana SuperteamVN community in Vietnam
      - const: id1765894402-8PCNSM27TFaMxOyqq6Ro2g
        title: Tether
        description: Profiles supporting Tether stablecoins
      - const: id1768981484-BCsrvUa5TEGLffoiQJ12xg
        title: Traditional Business
        description: Profiles that are non-Web3-native organizations, integrating
          Web3 technology in various ways. These businesses may either accept crypto
          payments for their products or services or offer Web3-specific products
          that enhance their traditional offerings.
      - const: id1765893581-pmEKKjYdT8uSjAU3j9dKKA
        title: TRON
        description: Profiles deployed on or that supports the TRON network
    tagTypes:
      type: string
      description: The category this tag belongs to. References the tagTypes enum
        table.
      oneOf:
      - const: '2'
        title: Community
        description: A defined group of users, developers, or stakeholders organized
          around a shared interest or purpose.
      - const: '1'
        title: Event
        description: A time-bound gathering, conference, or organized program.
      - const: '4'
        title: Geography
        description: A grouping based on physical location, jurisdiction, or regional
          market focus (i.e., a country or city).
      - const: id1767101234-jQCAeeYUQ92r8KQpP_KGQw
        title: Hackathon
        description: A time-bound competition where builders collaborate to create
          functional software prototypes or proofs-of-concept.
      - const: '0'
        title: not set
        description: Not set
      - const: '7'
        title: Paradigm
        description: A distinct approach, methodology, or philosophical framework
          and its applications.
      - const: id1766416694-NgWGDBNwS4CqBn4Q0EleKQ
        title: Report
        description: 'A list of companies that were included in a report '
      - const: '3'
        title: Tech
        description: A collection of profiles unified by their use of a specific technology,
          protocol, or technical standard
    assetStandards:
      type: string
      description: The token or contract standard this deployment implements. References
        the assetStandards enum table. Blank if the standard cannot be identified.
      oneOf:
      - const: '1987'
        title: ASA
        description: Algorand Standard Asset - Algorand's native token standard that
          supports both fungible and non-fungible tokens.
      - const: '1990'
        title: BEP-2
        description: The original token standard for the Binance Chain (not to be
          confused with Binance Smart Chain).
      - const: '2'
        title: BEP-20
        description: BEP20 tokens are fungible tokens, based on the popular ERC-20
          standard from Ethereum, designed for use on the Binance Smart Chain.
      - const: id1767687358-kQqcvfKkRpSKpjphzuOzZQ
        title: BRC-20
        description: A fungible token standard on the Bitcoin blockchain using ordinal
          inscriptions of JSON data to deploy, mint, and transfer tokens without smart
          contracts.
      - const: '1991'
        title: Cosmos SDK
        description: While not a token standard per se, it's a framework used by many
          Cosmos-based blockchains to create their native tokens.
      - const: '1974'
        title: ERC-1155
        description: A multi-token standard on Ethereum that allows for the creation
          of both fungible and non-fungible tokens within a single smart contract.
      - const: '1'
        title: ERC-20
        description: A standard for fungible tokens on the Ethereum blockchain, defining
          a common set of rules for token implementation to ensure compatibility across
          the ecosystem.
      - const: '1992'
        title: ERC-4626
        description: A standard for tokenized vaults on Ethereum, commonly used in
          DeFi applications.
      - const: '1664'
        title: ERC-721
        description: A standard for non-fungible tokens on the Ethereum blockchain,
          allowing for the creation of unique digital assets with distinct properties
          and ownership rights.
      - const: '1989'
        title: ERC-777
        description: An improved version of the ERC-20 standard on Ethereum, offering
          additional features like operator management and hooks.
      - const: '1988'
        title: FA2
        description: Financial Application 2 - Tezos blockchain's unified token contract
          interface for all token types.
      - const: '0'
        title: not set
        description: Not set
      - const: '1993'
        title: PSP22
        description: The primary fungible token standard on the Polkadot and Kusama
          ecosystems.
      - const: '4'
        title: SPL
        description: The Solana Program Library token standard, used for creating
          both fungible and non-fungible tokens on the Solana blockchain, offering
          high speed and low transaction costs.
      - const: '1994'
        title: spl-token-2022
        description: Solana Token 2022 - An upgraded version of the original SPL token
          standard. The Solana Token 2022 program introduces several new features
          and improvements over the original SPL token standard, aiming to provide
          more flexibility and functionality for token.
      - const: id1763964485-gqhKDh_oS0OxQUDBuYjoFA
        title: TEP-74
        description: The standard for fungible tokens (Jettons) on The Open Network
          (TON) blockchain, defining interfaces for token wallets and master contracts
          to enable token transfers, burns, and balance queries.
      - const: '1986'
        title: TRC-20
        description: The TRON blockchain's equivalent of ERC-20, used for creating
          fungible tokens on the TRON network.
      - const: id1763964685-5aARg39FRz-PL-7A-rx0GQ
        title: XRC-20
        description: A standard for fungible tokens on the IoTeX blockchain, based
          on the ERC-20 standard from Ethereum, defining a common set of rules for
          token implementation to ensure compatibility across the IoTeX ecosystem.
    deploymentTypes:
      type: string
      description: The primary purpose of this deployment. References the deploymentTypes
        enum table.
      oneOf:
      - const: '5'
        title: General
        description: A general smart contract deployment
      - const: '3'
        title: Mint
        description: 'A deployment that creates and manages assets on-chain '
      - const: '0'
        title: not set
        description: Not set
      - const: '4'
        title: Pool
        description: A deployment that makes up a pool, usually in a DEX
    socialStatuses:
      type: string
      description: The current operational state of this social account. References
        the socialStatuses enum table.
      oneOf:
      - const: id1758208503-WqsLQN06TLWVg0D7tkU4IQ
        title: Active
        description: The social account has consistent content publication, audience
          interaction, and platform presence within the last 90 days (for YouTube
          & Github, 180 days).
      - const: id1758208558-0ivzm9eNTTC-YP6FvBylqw
        title: Inactive
        description: Status indicating that a social media account has stopped posting
          content regularly and shows little to no engagement with its audience.
      - const: id1761554686-lUzEswL-SKObDMvjEUFnUQ
        title: Moved
        description: "Indicates that the project\u2019s official social presence has\
          \ shifted to a new or alternate account. The previous account is no longer\
          \ maintained, and users are directed to the new handle or link for verified\
          \ project updates and communication."
      - const: '0'
        title: not set
        description: 'Not set '
      - const: id1761554668-w6RTY0_rRumvz9uzoyIGcQ
        title: Suspended
        description: Indicates that the social account has been temporarily or permanently
          restricted by the platform due to policy violations, spam detection, or
          compliance issues. The suspension status suggests the account cannot currently
          engage, post, or interact until the restriction is lifted.
    socialTypes:
      type: string
      description: The social media platform this account is on. References the socialTypes
        enum table.
      oneOf:
      - const: id1746119328-J1pqEX4jQeSRzcsjY90Xvg
        title: Bluesky
        description: Bluesky open network profile
      - const: '3'
        title: Discord
        description: Link to Discord chat service, looks something like https://discord.gg/%handler%
      - const: '4'
        title: Facebook
        description: Facebook social networking service
      - const: '361'
        title: Farcaster
        description: Farcaster social networking service
      - const: '747'
        title: GitHub
        description: GitHub profile
      - const: '748'
        title: GitLab
        description: GitLab profile
      - const: '1879'
        title: Instagram
        description: Instagram photo sharing service
      - const: '6'
        title: LinkedIn
        description: LinkedIn professional networking service
      - const: id1764583108-XsXykfN8SZiT-BSPhTJDoA
        title: Luma
        description: Official Luma user accounts for organisations
      - const: id1746119407-qF4AL-zOS4iCP8JeBI4fpQ
        title: Mastodon
        description: Mastodon Profile link
      - const: id1764734179-PCIA14YtTUWfWChWfyznrA
        title: Medium
        description: Medium blog link
      - const: '0'
        title: not set
        description: Not set
      - const: id1766237589-r_H5V_YVQnyEao3GpXp11A
        title: Paragraph
        description: paragraph blog link
      - const: '1783'
        title: Reddit
        description: Reddit discussion forum (subreddit)
      - const: '2331'
        title: Substack
        description: Blogs at substack.com
      - const: '7'
        title: Telegram
        description: Telegram messaging link (like https://t.me/...)
      - const: id1748267862-9zCROqzbTwqYDy8T9_wWqQ
        title: Threads
        description: Threads social networking service
      - const: '4157'
        title: TikTok
        description: TikTok account
      - const: id1748268297-AOrlABMwR4CuNYK0sC4PDQ
        title: Twitch
        description: Twitch video streaming channel
      - const: '1'
        title: Twitter / X
        description: Twitter social networking service
      - const: '2338'
        title: YouTube
        description: YouTube video channel
    urlTypes:
      type: string
      description: The classification of this URL's content. Must be valid for the
        parent table per allowedUrlTypes constraints. References the urlTypes enum
        table.
      oneOf:
      - const: id1746031992-x5eC9C64T_qyNcJmT8WZhQ
        title: Apple App Store
        description: Product page in Apple App Store.
      - const: id1760009128-gzJVVnLUTemA5zPPxfYvSQ
        title: Asset Info
        description: The main URL to find asset info (not tokenomics or technical
          info)
      - const: '3'
        title: Blog
        description: Links to blogs
      - const: id1746032046--m7lsneMR4Ciw62galz2qA
        title: Chrome Web Store
        description: Product page in Chrome Web Store.
      - const: id1757498657-8lFIBNTIQBqGrJCUJpA87Q
        title: Deployment
        description: Links to deployments
      - const: id1761744903-VhRbSAroQDSJL9fFfTcG5g
        title: Desktop App
        description: Links to desktop applications for Windows, macOS, or Linux platforms
      - const: '4'
        title: Documentation
        description: Link to most informative documentation link. Normally the homepage
          of the docs area or subdomain of a website (Note documentation is used in
          profile, assets, products, and deployments)
      - const: id1776698232-bSq2PUrNQUqU8XaJoj2wgg
        title: Email Domain
        description: 'This is a secondary domain that a company may use to email from. '
      - const: '7'
        title: Entity
        description: The official URL of the entity
      - const: id1764583002-2_5OJtC1RyycP5CS3xG6Rw
        title: Event Calendar
        description: Official event calendars and event listing pages by a profile
      - const: id1737127021-McZQIPuJSeS7xJRGFEtvBw
        title: Extra source
        description: 'These are URLs for internal use that point to important links
          that provide content. '
      - const: id1746120153-7U9p9GM-RdSUVRs0Xx5Ayw
        title: Forum
        description: 'A place that the profile normally moderates where discussions
          can take place. '
      - const: id1747724202-NtgUWpNSTw2_ngPcAhQoAA
        title: Google Play Store
        description: Links to the google play store
      - const: id1746429910-Qfc0oJu0SNGWFamjZ_yu4Q
        title: Governance
        description: 'A link to the place where governance decisions are made '
      - const: '2'
        title: Main
        description: The main URL that is used by the profiles table
      - const: id1751290760-wBznkYOaTAyBDjBtunFIFA
        title: Media Kit/branding
        description: If you find a link to a media kit, we may as well track it.
      - const: id1757490569-PvtCsUfqRSqx6h2GpMG1zQ
        title: MICA Whitepaper
        description: 'Links to official MICA Whitepapers '
      - const: '0'
        title: not set
        description: (not set)
      - const: id1756948673-zIXSESaWSJS7Wem9Vr1fKQ
        title: Privacy policy
        description: A link to their privacy policy
      - const: '6'
        title: Product
        description: The main URL of a product and the best place to access the product.
      - const: '8'
        title: Social
        description: A catch-all for social media links
      - const: id1755855416-u9jhQiabQaeSY1p4UEgzYg
        title: Support Coverage
        description: Pages documenting supported countries, assets, networks, protocols,
          or service coverage areas
      - const: id1766730306-iiinaGU-Q5mreb50Jd8guA
        title: Telegram Bot/Mini App
        description: Links to Telegram bots or mini applications accessible via t.me/
          URLs. These are interactive services, tools, or applications delivered through
          the Telegram platform interface.
      - const: id1756948093-KGS62Bg6RYizSQJ-Hq2_RA
        title: Terms of Service
        description: A link to their terms of service
      - const: '5'
        title: Whitepaper
        description: Links to whitepapers, often in PDF format
  lenses:
    profiles:
      description: The profile lens encompasses top-level identities in The Grid.
        Each profile carries descriptive metadata, sector and type classifications,
        operational status, and can be tagged for additional categorization.
      tables:
      - profileInfos
      - profileSectors
      - profileStatuses
      - profileTags
      - profileTypes
      - tagTypes
      - tags
    products:
      description: The product lens encompasses specific offerings, services, and
        platforms operated by blockchain profiles. Each product record captures its
        name, type classification, lifecycle status, launch date, and relationships
        to other products it supports.
      tables:
      - productDeployments
      - productStatuses
      - productTypes
      - products
      - supportsCountries
      - supportsProducts
    assets:
      description: The asset lens encompasses individual digital assets tracked across
        the Web3 ecosystem. Each asset record captures its official name, trading
        ticker, classification type, lifecycle status, and a concise description,
        and links to its on-chain deployments across chains.
      tables:
      - assetDeployments
      - assetStatuses
      - assetTypes
      - assets
      - derivativeAssets
    socials:
      description: The social lens encompasses social media presences linked to profiles,
        products, and assets. Tracks platform accounts with their handles, operational
        status, and parent entity references.
      tables:
      - socialStatuses
      - socialTypes
      - socials
    Geography:
      description: The geography lens covers geographic coverage tables.
      tables:
      - countries
      - regions
    attributes:
      description: The attribute lens is a flexible key-value metadata system for
        tagging profiles and entities with structured properties that don't fit into
        fixed schema fields. Attribute types define the categories, constraint rules
        govern which types are valid for which entity classes, and attribute records
        store the actual values.
      tables:
      - allowedAttributeTypes
      - attributeTypes
      - attributes
    entities:
      description: The entity lens covers legal structures and registered organizations
        behind blockchain profiles. Captures corporate identity, jurisdiction, registration
        details, and tax identifiers for the companies, foundations, DAOs, and other
        legal bodies operating in the ecosystem.
      tables:
      - entities
      - entityTypes
    internalHelpers:
      description: The internal helper lens encompasses system-level reference tables
        and infrastructure that support the Grid's data model. Includes schema metadata,
        ranking scores, inter-profile relationships, and root-level profile records.
      tables:
      - coreTableNames
      - enumTableNames
      - gridRank
      - rootRelationshipTypes
      - rootRelationships
      - roots
    media:
      description: The media lens encompasses visual assets associated with profiles,
        products, and assets. Each media record links an image URL to a specific entity
        via polymorphic table/row references.
      tables:
      - media
      - mediaTypes
    productAssetRelationships:
      description: The product-asset relationship lens encompasses links between products
        and the assets they interact with, classified by the nature of the relationship.
      tables:
      - assetSupportTypes
      - productAssetRelationships
    smartContractDeployments:
      description: The smart contract deployment lens encompasses on-chain deployment
        records linking products and assets to their smart contracts across blockchains.
        Tracks which chain a contract is deployed on, what token standard it implements,
        its deployment purpose, and the individual contract addresses.
      tables:
      - assetStandards
      - deploymentTypes
      - smartContractDeployments
      - smartContracts
    urls:
      description: The URL lens encompasses web links associated with profiles, products,
        assets, and entities. Each URL is classified by type and constrained by which
        types are valid for which parent table.
      tables:
      - allowedUrlTypes
      - urlTypes
      - urls
  allowed_url_types:
    assets:
    - '4'
    - id1737127021-McZQIPuJSeS7xJRGFEtvBw
    - id1757490569-PvtCsUfqRSqx6h2GpMG1zQ
    - id1760009128-gzJVVnLUTemA5zPPxfYvSQ
    products:
    - '4'
    - '6'
    - '6'
    - id1737127021-McZQIPuJSeS7xJRGFEtvBw
    - id1746031992-x5eC9C64T_qyNcJmT8WZhQ
    - id1746032046--m7lsneMR4Ciw62galz2qA
    - id1746032046--m7lsneMR4Ciw62galz2qA
    - id1747724202-NtgUWpNSTw2_ngPcAhQoAA
    - id1755855416-u9jhQiabQaeSY1p4UEgzYg
    - id1761744903-VhRbSAroQDSJL9fFfTcG5g
    - id1766730306-iiinaGU-Q5mreb50Jd8guA
    entities:
    - '7'
    - id1737127021-McZQIPuJSeS7xJRGFEtvBw
    profileInfos:
    - '2'
    - '3'
    - '4'
    - '5'
    - id1737127021-McZQIPuJSeS7xJRGFEtvBw
    - id1746120153-7U9p9GM-RdSUVRs0Xx5Ayw
    - id1746429910-Qfc0oJu0SNGWFamjZ_yu4Q
    - id1751290760-wBznkYOaTAyBDjBtunFIFA
    - id1756948093-KGS62Bg6RYizSQJ-Hq2_RA
    - id1756948093-KGS62Bg6RYizSQJ-Hq2_RA
    - id1756948673-zIXSESaWSJS7Wem9Vr1fKQ
    - id1764583002-2_5OJtC1RyycP5CS3xG6Rw
    socials:
    - '8'
    - id1737127021-McZQIPuJSeS7xJRGFEtvBw
    smartContractDeployments:
    - '4'
    - '6'
response_info:
  metadata:
    tgs_version: tgs-011
    json_generation: 30/04/2026
  developer_mode: false
  execution_time: 178 ms
  code_version: 2d3452d
