{"id.thegrid.tgs-009": {"$id": "https://thegrid.id/tgs", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TGS", "description": "The TGS schema", "type": "object", "properties": {"metadata": {"type": "object", "properties": {"tgs_version": {"type": "string", "description": "The version of TGS being used"}, "json_generation": {"type": "string", "description": "The date the JSON was generated"}, "csv_last_modified": {"type": "string", "description": "The date the CSV data was last modified"}}}, "profileInfos": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The full official name of the Profile as used in their branding and documentation.", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "profileTypeId": {"type": "string", "description": "The primary operational category or business model of the Profile (e.g. DAO, project, investor, government). Refer to standardized list of Profile types.", "$ref": "#/$defs/profileTypes", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "profileSectorId": {"type": "string", "description": "The primary industry, use case, or problem space the Profile operates in or serves. Refer to standardized list of sectors and subsectors.", "$ref": "#/$defs/profileSectors", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "profileStatusId": {"type": "string", "description": "The current operational state of the Profile (e.g. Active, Inactive, Closed). Refer to the standardized list of status options.", "$ref": "#/$defs/profileStatuses", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "foundingDate": {"type": "string", "description": "The date when the Profile was first established, registered, or publicly announced. Use ISO 8601 format (YYYY-MM-DD) when possible. Can usually be shortened to Month and Year.", "format": "date", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "Set for update - See notes", "vtgs": "5"}, "logo": {"type": "string", "description": "Provide a 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.", "format": "uri", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "icon": {"type": "string", "description": "Provide a square profile 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.", "format": "uri", "data_license": "Special TPIP,TGS license,Open Data (ODbL)", "tgds_status": "In full production", "vtgs": "7"}, "descriptionShort": {"type": "string", "description": "Provide an objective overview of the Profile's primary purpose, product, or service. Avoid subjective claims, marketing language, or unnecessary technical jargon. Focus on clear, factual information. Limit to 200 characters.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "descriptionLong": {"type": "string", "description": "A more detailed overview of the Profile, including its mission, target audience, and key features or offerings. Limit to 500 characters and avoid subjective claims.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "descriptionMarketing": {"type": "string", "description": "A promotional description aiming to attract and engage potential users or customers. This field allows persuasive language and value driven messaging that highlights the Profile's unique selling points and market advantages. Content should be engaging while remaining factually accurate.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "9"}, "tagLine": {"type": "string", "description": "A brief, memorable phrase or slogan used by the Profile to convey its mission or value proposition. If the tagline is in all caps or contains irregular spaces or line breaks, reformat it to a single line, single spaced, and sentence case.", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "rootId": {"type": "string", "description": "A link to the root", "data_license": "TGS license,Open Data (ODbL)", "tgds_status": "In full production", "vtgs": ""}}, "required": []}}, "tags": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The name of a tag which is a reference to something. This something is defined by its description and type.", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "6"}, "tagTypeId": {"type": "string", "description": "A reference to a connected table that contains a type. A type of tag provides some context as to what a tag is and also contains a description.", "$ref": "#/$defs/tagTypes", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "6"}, "description": {"type": "string", "description": "A description of this tag which provides a short explanation over what this unique tag is about", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "6"}, "isArchived": {"type": "boolean", "description": "A boolean that indicates if a tag is archived.", "data_license": "TGS license", "tgds_status": "", "vtgs": "8"}}, "required": []}}, "profileSectors": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the business/operation sector", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this sector encompasses", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "profileStatuses": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the profile status", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this status means for a profile", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "profileTypes": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the profile type", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this type of profile represents", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "tagTypes": {"type": "array", "lens": "profiles", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the tag category", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this type of tag represents", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "assets": {"type": "array", "lens": "assets", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The official name of the Asset as used in its branding, marketing, and trading materials.", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "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),TGS license,Special TPIP", "tgds_status": "In full production", "vtgs": "5"}, "icon": {"type": "string", "description": "A square PNG but ideally an SVG image file representing the Asset's icon or logo, with a transparent background and a minimum resolution of 128x128 pixels.", "format": "uri", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "description": {"type": "string", "description": "A concise, one-sentence summary of the Asset's key characteristics, use case, or value proposition. Limit to 200 characters and avoid subjective claims.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "assetTypeId": {"type": "string", "description": "The primary category or function of the Asset (e.g. Currency, Utility, Security) and what is does.", "$ref": "#/$defs/assetTypes", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "address": {"type": "string", "description": "The unique smart contract address of the Asset on the blockchain it is deployed on. Use a standard blockchain explorer to validate the address.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "rootId": {"type": "string", "description": "A reference to the Profile associated with the Asset, using the Profile's unique identifier or name.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "assetStatusId": {"type": "string", "description": "The current development or access stage of the asset. Refer to the standardized list of asset status options.", "$ref": "#/$defs/assetStatuses", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "assetStatuses": {"type": "array", "lens": "assets", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The name of the status (e.g. Active or Deprecated)", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this status means for an asset", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "assetTypes": {"type": "array", "lens": "assets", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the asset category", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this type of asset represents", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "derivativeAssets": {"type": "array", "lens": "assets", "items": {"type": "object", "properties": {"derivativeAssetId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "7"}, "baseAssetId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "7"}}, "required": []}}, "assetDeployments": {"type": "array", "lens": "assets", "items": {"type": "object", "properties": {"deploymentId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}, "assetId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "products": {"type": "array", "lens": "products", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The official name of the product as used in its branding, marketing, and user-facing materials.", "data_license": "Special TPIP,Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "productTypeId": {"type": "string", "description": "The primary category or function of the product (e.g. exchange, wallet, lending platform). Refer to standardized list of product types.", "$ref": "#/$defs/productTypes", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "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", "tgds_status": "In full production", "vtgs": "5"}, "productStatusId": {"type": "string", "description": "The current development or access stage of the product (e.g. Beta, Live, Deprecated).", "$ref": "#/$defs/productStatuses", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "isMainProduct": {"type": "boolean", "description": "A boolean value indicating whether the product is the Profile's primary or flagship offering.", "$ref": "#/$defs/isMainProducts", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "launchDate": {"type": "string", "description": "The date when the product was first launched or made publicly available. Use ISO 8601 format (YYYY-MM-DD) when possible.", "format": "date", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "Set for update - See notes", "vtgs": "5"}, "supportsProducts": {"type": "string", "description": "Lists all the products that this product explicitly supports. This also describes a direction of support, for example a wallet may support a chain, but a chain does not support a wallet. Not used for on-chain deployments.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "rootId": {"type": "string", "description": "", "data_license": "TGS license,Open Data (ODbL)", "tgds_status": "In full production", "vtgs": ""}}, "required": []}}, "productTypes": {"type": "array", "lens": "products", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the product category", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this product type encompasses", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "productStatuses": {"type": "array", "lens": "products", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the product status", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this status means for a product", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "supportsProducts": {"type": "array", "lens": "products", "items": {"type": "object", "properties": {"productId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "6"}, "supportsProductId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "6"}}, "required": []}}, "productDeployments": {"type": "array", "lens": "products", "items": {"type": "object", "properties": {"productId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}, "deploymentId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "entities": {"type": "array", "lens": "entities", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The legal name of the Entity as registered with the relevant regulatory bodies or government agencies.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "tradeName": {"type": "string", "description": "Any additional trading names, brands, or trademarks associated with the Entity, separate from its legal name.", "data_license": "TGS license,Special TPIP", "tgds_status": "Alpha", "vtgs": "5"}, "entityTypeId": {"type": "string", "description": "The legal structure or registration category of the Entity (e.g. LLC, Foundation, Corporation).", "$ref": "#/$defs/entityTypes", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "dateOfIncorporation": {"type": "string", "description": "The date when the Entity was legally registered or incorporated. Use ISO 8601 format (YYYY-MM-DD) when possible.", "format": "date", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "localRegistrationNumber": {"type": "string", "description": "The registration number assigned to the Entity by the relevant regulatory body or government agency, if applicable.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "taxIdentificationNumber": {"type": "string", "description": "The unique tax identification number assigned to the Entity by the relevant tax authority, if applicable.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "address": {"type": "string", "description": "The registered physical address of the Entity, including street, city, state/province (if applicable), and postal code.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "countryId": {"type": "string", "description": "The country in which the Entity is legally registered or incorporated, using the ISO 3166-1 alpha-2 country code format.", "$ref": "#/$defs/countries", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "leiNumber": {"type": "string", "description": "The Legal Entity Identifier (LEI) code assigned to the Entity by the Global Legal Entity Identifier Foundation (GLEIF), if applicable.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "5"}, "rootId": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": ""}}, "required": []}}, "entityTypes": {"type": "array", "lens": "entities", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the entity structure type", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "Alpha", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this type of entity structure represents", "data_license": "TGS license,Open Data (ODbL)", "tgds_status": "Alpha", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "countries": {"type": "array", "lens": "entities", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Official name of the country", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "code": {"type": "string", "description": "The short hand code for the country", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "socials": {"type": "array", "lens": "socials", "items": {"type": "object", "properties": {"socialTypeId": {"type": "string", "description": "The specific social media platform the URL belongs to (e.g. Twitter, Facebook, Discord). Refer to the standardized list of social media platforms", "$ref": "#/$defs/socialTypes", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}, "socialStatusId": {"type": "string", "description": "The current operational state of the social. Refer to the standardized list of status options.", "$ref": "#/$defs/socialStatuses", "data_license": "", "tgds_status": "", "vtgs": "9"}, "name": {"type": "string", "description": "The handle associated with the Profile's social media account on the specified platform. This should match the handle displayed on the social media profile page and is often at the end of the URL.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "5"}}, "required": []}}, "socialTypes": {"type": "array", "lens": "socials", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the social media platform", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of the social media platform type", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "socialStatuses": {"type": "array", "lens": "socials", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "slug": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "definition": {"type": "string", "description": "", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}}, "required": []}}, "smartContractDeployments": {"type": "array", "lens": "smartContractDeployments", "items": {"type": "object", "properties": {"deploymentTypeId": {"type": "string", "description": "Categorizes the type of deployment based on the smart contract\u2019s main purpose. For example, if the contract is primarily used to mint an asset, it will be tagged as \u2018mint\u2019.", "$ref": "#/$defs/deploymentTypes", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}, "deployedOnId": {"type": "string", "description": "Specifies which blockchain a smart contract is deployed on. If a product or asset does not have a smart contract, meaning it is not deployed on any blockchain, leave this field blank.", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}, "assetStandardId": {"type": "string", "description": "The technical standard or protocol specification that the smart contract implements. If the standard cannot be identified, leave this field blank.", "$ref": "#/$defs/assetStandards", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "smartContracts": {"type": "array", "lens": "smartContractDeployments", "items": {"type": "object", "properties": {"deploymentId": {"type": "string", "description": "The Deployment ID links individual smart contracts to their parent deployment record. A deployment can contain multiple related smart contracts (like a protocol's core contracts), but each blockchain deployment must have its own unique deployment record.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}, "name": {"type": "string", "description": "The official identifier or label for the smart contract as used in project documentation and blockchain explorers. If no name is given, leave it blank.", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}, "address": {"type": "string", "description": "The unique blockchain address where the smart contract is deployed. Format must match the relevant blockchain's address structure.", "data_license": "TGS license,Open Data (ODbL)", "tgds_status": "In full production", "vtgs": "7"}, "deploymentDate": {"type": "string", "description": "The date when the smart contract was deployed to the blockchain. Use ISO 8601 format (YYYY-MM-DD). Note: This will be automated in the future.", "format": "date", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "assetStandards": {"type": "array", "lens": "smartContractDeployments", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The name of the technical standard (e.g. ERC20 or SPL)", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Detailed description of the standard's purpose and characteristics", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "deploymentTypes": {"type": "array", "lens": "smartContractDeployments", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the deployment type", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this deployment type represents", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "urls": {"type": "array", "lens": "urls", "items": {"type": "object", "properties": {"urlTypeId": {"type": "string", "description": "Categorizes the purpose and content of a URL based on its table group in the TGS. The URL type must align with both the content it links to and the context of its parameter group (Profile/Product/Asset/Entity/Social).", "$ref": "#/$defs/urlTypes", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}, "url": {"type": "string", "description": "This is a URL that links to different types, it must always start with a \"http://\" or \"https://\".", "format": "uri", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": "7"}}, "required": []}}, "urlTypes": {"type": "array", "lens": "urls", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the URL category", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": ""}, "definition": {"type": "string", "description": "Description of what this type of URL represents", "data_license": "Open Data (ODbL),TGS license", "tgds_status": "In full production", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "roots": {"type": "array", "lens": "internalHelpers", "items": {"type": "object", "properties": {"slug": {"type": "string", "description": "A URL-friendly version of the Profile's name, used for creating unique, readable URLs and internal references. The slug is automatically generated from the Profile's name, consisting of lowercase letters, numbers, and hyphens.", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": "5"}, "urlMain": {"type": "string", "description": "The main URL of the profile.", "format": "uri", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "firstPublicValidation": {"type": "string", "description": "The date of the profile earliest public validation. This indicates when the profile was first publicly validated.", "format": "date", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}, "lastPublicValidation": {"type": "string", "description": "The date of the profile most recent public validation. This indicates when the profile was last publicly validated.", "format": "date", "data_license": "TGS license", "tgds_status": "In full production", "vtgs": ""}}, "required": []}}, "rootRelationships": {"type": "array", "lens": "internalHelpers", "items": {"type": "object", "properties": {"childRootId": {"type": "string", "description": "The child in the relationship, meaning that this is the root that sits underneath the parent.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "parentRootId": {"type": "string", "description": "The parent in the root relationship, often this profile acts as the over arching brand to other roots.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "relationshipTypeId": {"type": "string", "description": "What is the type of relationship, links to the type table.", "$ref": "#/$defs/rootRelationshipTypes", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}}, "required": []}}, "rootRelationshipTypes": {"type": "array", "lens": "internalHelpers", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The short hand name which defines the type of the relationship between the parent and the child profiles.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "slug": {"type": "string", "description": "The slug of the name, so it can be used in URLs and other places.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "definition": {"type": "string", "description": "The definition of the relationship", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}}, "required": []}}, "productAssetRelationships": {"type": "array", "lens": "productAssetRelationships", "items": {"type": "object", "properties": {"productId": {"type": "string", "description": "A product entry that maintains a defined relationship with one or more assets through integration, display, or functional requirements.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "7"}, "assetId": {"type": "string", "description": "An asset entry that functions within a specific product through integration, serving purposes defined by its Asset Type parameter.", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "7"}, "assetSupportTypeId": {"type": "string", "description": "A classification of the functional relationship between a product and an asset, indicating how the asset is utilized within the product's operations.", "$ref": "#/$defs/assetSupportTypes", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": "7"}}, "required": []}}, "assetSupportTypes": {"type": "array", "lens": "productAssetRelationships", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the support relationship type", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": ""}, "definition": {"type": "string", "description": "Description of how this type of support functions between assets", "data_license": "TGS license", "tgds_status": "Alpha", "vtgs": ""}, "slug": {"type": "string", "description": "Slug, should not contain any spaces and be the same, if not very similar that the name", "data_license": "", "tgds_status": "", "vtgs": ""}}, "required": []}}, "media": {"type": "array", "lens": "media", "items": {"type": "object", "properties": {"rootId": {"type": "string", "description": "A link to the root profile that this image is associated with", "data_license": "TGS license", "tgds_status": "", "vtgs": ""}, "mediaTypeId": {"type": "string", "description": "Link to the image type classification (e.g., logo, icon, header, screenshot).", "$ref": "#/$defs/mediaTypes", "data_license": "TGS license", "tgds_status": "", "vtgs": ""}, "url": {"type": "string", "description": "The image file or URL path to the stored image", "format": "uri", "data_license": "TGS license,Special TPIP", "tgds_status": "", "vtgs": ""}}, "required": []}}, "mediaTypes": {"type": "array", "lens": "media", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "The short hand name which defines the type of the image.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "slug": {"type": "string", "description": "The slug of the name, so it can be used in URLs and other places.", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}, "definition": {"type": "string", "description": "The definition of the image type", "data_license": "TGS license", "tgds_status": "", "vtgs": "9"}}, "required": []}}}, "$defs": {"countries": {"type": "string", "description": "The country in which the Entity is legally registered or incorporated, using the ISO 3166-1 alpha-2 country code format.", "oneOf": [{"const": "0", "title": "-", "description": ""}, {"const": "2", "title": "Afghanistan", "description": ""}, {"const": "250", "title": "\u00c5land Islands", "description": ""}, {"const": "3", "title": "Albania", "description": ""}, {"const": "4", "title": "Algeria", "description": ""}, {"const": "5", "title": "American Samoa", "description": ""}, {"const": "6", "title": "Andorra", "description": ""}, {"const": "7", "title": "Angola", "description": ""}, {"const": "8", "title": "Anguilla", "description": ""}, {"const": "9", "title": "Antarctica", "description": ""}, {"const": "10", "title": "Antigua and Barbuda", "description": ""}, {"const": "11", "title": "Argentina", "description": ""}, {"const": "12", "title": "Armenia", "description": ""}, {"const": "13", "title": "Aruba", "description": ""}, {"const": "14", "title": "Australia", "description": ""}, {"const": "15", "title": "Austria", "description": ""}, {"const": "16", "title": "Azerbaijan", "description": ""}, {"const": "17", "title": "Bahamas", "description": ""}, {"const": "18", "title": "Bahrain", "description": ""}, {"const": "19", "title": "Bangladesh", "description": ""}, {"const": "20", "title": "Barbados", "description": ""}, {"const": "21", "title": "Belarus", "description": ""}, {"const": "22", "title": "Belgium", "description": ""}, {"const": "23", "title": "Belize", "description": ""}, {"const": "24", "title": "Benin", "description": ""}, {"const": "25", "title": "Bermuda", "description": ""}, {"const": "26", "title": "Bhutan", "description": ""}, {"const": "27", "title": "Bolivia, Plurinational State of", "description": ""}, {"const": "28", "title": "Bonaire, Sint Eustatius and Saba", "description": ""}, {"const": "29", "title": "Bosnia and Herzegovina", "description": ""}, {"const": "30", "title": "Botswana", "description": ""}, {"const": "31", "title": "Bouvet Island", "description": ""}, {"const": "32", "title": "Brazil", "description": ""}, {"const": "33", "title": "British Indian Ocean Territory", "description": ""}, {"const": "34", "title": "Brunei Darussalam", "description": ""}, {"const": "35", "title": "Bulgaria", "description": ""}, {"const": "36", "title": "Burkina Faso", "description": ""}, {"const": "37", "title": "Burundi", "description": ""}, {"const": "38", "title": "Cambodia", "description": ""}, {"const": "39", "title": "Cameroon", "description": ""}, {"const": "40", "title": "Canada", "description": ""}, {"const": "41", "title": "Cape Verde", "description": ""}, {"const": "42", "title": "Cayman Islands", "description": ""}, {"const": "43", "title": "Central African Republic", "description": ""}, {"const": "44", "title": "Chad", "description": ""}, {"const": "45", "title": "Chile", "description": ""}, {"const": "46", "title": "China", "description": ""}, {"const": "47", "title": "Christmas Island", "description": ""}, {"const": "48", "title": "Cocos (Keeling) Islands", "description": ""}, {"const": "49", "title": "Colombia", "description": ""}, {"const": "50", "title": "Comoros", "description": ""}, {"const": "51", "title": "Congo", "description": ""}, {"const": "52", "title": "Congo, the Democratic Republic of the", "description": ""}, {"const": "53", "title": "Cook Islands", "description": ""}, {"const": "54", "title": "Costa Rica", "description": ""}, {"const": "60", "title": "C\u00f4te d'Ivoire", "description": ""}, {"const": "55", "title": "Croatia", "description": ""}, {"const": "56", "title": "Cuba", "description": ""}, {"const": "57", "title": "Cura\u00e7ao", "description": ""}, {"const": "58", "title": "Cyprus", "description": ""}, {"const": "59", "title": "Czech Republic", "description": ""}, {"const": "61", "title": "Denmark", "description": ""}, {"const": "62", "title": "Djibouti", "description": ""}, {"const": "63", "title": "Dominica", "description": ""}, {"const": "64", "title": "Dominican Republic", "description": ""}, {"const": "65", "title": "Ecuador", "description": ""}, {"const": "66", "title": "Egypt", "description": ""}, {"const": "67", "title": "El Salvador", "description": ""}, {"const": "68", "title": "Equatorial Guinea", "description": ""}, {"const": "69", "title": "Eritrea", "description": ""}, {"const": "70", "title": "Estonia", "description": ""}, {"const": "71", "title": "Ethiopia", "description": ""}, {"const": "72", "title": "Falkland Islands (Malvinas)", "description": ""}, {"const": "73", "title": "Faroe Islands", "description": ""}, {"const": "74", "title": "Fiji", "description": ""}, {"const": "75", "title": "Finland", "description": ""}, {"const": "76", "title": "France", "description": ""}, {"const": "77", "title": "French Guiana", "description": ""}, {"const": "78", "title": "French Polynesia", "description": ""}, {"const": "79", "title": "French Southern Territories", "description": ""}, {"const": "80", "title": "Gabon", "description": ""}, {"const": "81", "title": "Gambia", "description": ""}, {"const": "82", "title": "Georgia", "description": ""}, {"const": "83", "title": "Germany", "description": ""}, {"const": "84", "title": "Ghana", "description": ""}, {"const": "85", "title": "Gibraltar", "description": ""}, {"const": "86", "title": "Greece", "description": ""}, {"const": "87", "title": "Greenland", "description": ""}, {"const": "88", "title": "Grenada", "description": ""}, {"const": "89", "title": "Guadeloupe", "description": ""}, {"const": "90", "title": "Guam", "description": ""}, {"const": "91", "title": "Guatemala", "description": ""}, {"const": "92", "title": "Guernsey", "description": ""}, {"const": "93", "title": "Guinea", "description": ""}, {"const": "94", "title": "Guinea-Bissau", "description": ""}, {"const": "95", "title": "Guyana", "description": ""}, {"const": "96", "title": "Haiti", "description": ""}, {"const": "97", "title": "Heard Island and McDonald Islands", "description": ""}, {"const": "98", "title": "Holy See (Vatican City State)", "description": ""}, {"const": "99", "title": "Honduras", "description": ""}, {"const": "100", "title": "Hong Kong", "description": ""}, {"const": "101", "title": "Hungary", "description": ""}, {"const": "102", "title": "Iceland", "description": ""}, {"const": "103", "title": "India", "description": ""}, {"const": "104", "title": "Indonesia", "description": ""}, {"const": "105", "title": "Iran, Islamic Republic of", "description": ""}, {"const": "106", "title": "Iraq", "description": ""}, {"const": "107", "title": "Ireland", "description": ""}, {"const": "108", "title": "Isle of Man", "description": ""}, {"const": "109", "title": "Israel", "description": ""}, {"const": "110", "title": "Italy", "description": ""}, {"const": "111", "title": "Jamaica", "description": ""}, {"const": "112", "title": "Japan", "description": ""}, {"const": "113", "title": "Jersey", "description": ""}, {"const": "114", "title": "Jordan", "description": ""}, {"const": "115", "title": "Kazakhstan", "description": ""}, {"const": "116", "title": "Kenya", "description": ""}, {"const": "117", "title": "Kiribati", "description": ""}, {"const": "118", "title": "Korea, Democratic People's Republic of", "description": ""}, {"const": "119", "title": "Korea, Republic of", "description": ""}, {"const": "120", "title": "Kuwait", "description": ""}, {"const": "121", "title": "Kyrgyzstan", "description": ""}, {"const": "122", "title": "Lao People's Democratic Republic", "description": ""}, {"const": "123", "title": "Latvia", "description": ""}, {"const": "124", "title": "Lebanon", "description": ""}, {"const": "125", "title": "Lesotho", "description": ""}, {"const": "126", "title": "Liberia", "description": ""}, {"const": "127", "title": "Libya", "description": ""}, {"const": "128", "title": "Liechtenstein", "description": ""}, {"const": "129", "title": "Lithuania", "description": ""}, {"const": "130", "title": "Luxembourg", "description": ""}, {"const": "131", "title": "Macao", "description": ""}, {"const": "132", "title": "Macedonia, the Former Yugoslav Republic of", "description": ""}, {"const": "133", "title": "Madagascar", "description": ""}, {"const": "134", "title": "Malawi", "description": ""}, {"const": "135", "title": "Malaysia", "description": ""}, {"const": "136", "title": "Maldives", "description": ""}, {"const": "137", "title": "Mali", "description": ""}, {"const": "138", "title": "Malta", "description": ""}, {"const": "139", "title": "Marshall Islands", "description": ""}, {"const": "140", "title": "Martinique", "description": ""}, {"const": "141", "title": "Mauritania", "description": ""}, {"const": "142", "title": "Mauritius", "description": ""}, {"const": "143", "title": "Mayotte", "description": ""}, {"const": "144", "title": "Mexico", "description": ""}, {"const": "145", "title": "Micronesia, Federated States of", "description": ""}, {"const": "146", "title": "Moldova, Republic of", "description": ""}, {"const": "147", "title": "Monaco", "description": ""}, {"const": "148", "title": "Mongolia", "description": ""}, {"const": "149", "title": "Montenegro", "description": ""}, {"const": "150", "title": "Montserrat", "description": ""}, {"const": "151", "title": "Morocco", "description": ""}, {"const": "152", "title": "Mozambique", "description": ""}, {"const": "153", "title": "Myanmar", "description": ""}, {"const": "154", "title": "Namibia", "description": ""}, {"const": "155", "title": "Nauru", "description": ""}, {"const": "156", "title": "Nepal", "description": ""}, {"const": "157", "title": "Netherlands", "description": ""}, {"const": "158", "title": "New Caledonia", "description": ""}, {"const": "159", "title": "New Zealand", "description": ""}, {"const": "160", "title": "Nicaragua", "description": ""}, {"const": "161", "title": "Niger", "description": ""}, {"const": "162", "title": "Nigeria", "description": ""}, {"const": "163", "title": "Niue", "description": ""}, {"const": "164", "title": "Norfolk Island", "description": ""}, {"const": "165", "title": "Northern Mariana Islands", "description": ""}, {"const": "166", "title": "Norway", "description": ""}, {"const": "167", "title": "Oman", "description": ""}, {"const": "168", "title": "Pakistan", "description": ""}, {"const": "169", "title": "Palau", "description": ""}, {"const": "170", "title": "Palestine, State of", "description": ""}, {"const": "171", "title": "Panama", "description": ""}, {"const": "172", "title": "Papua New Guinea", "description": ""}, {"const": "173", "title": "Paraguay", "description": ""}, {"const": "174", "title": "Peru", "description": ""}, {"const": "175", "title": "Philippines", "description": ""}, {"const": "176", "title": "Pitcairn", "description": ""}, {"const": "177", "title": "Poland", "description": ""}, {"const": "178", "title": "Portugal", "description": ""}, {"const": "179", "title": "Puerto Rico", "description": ""}, {"const": "180", "title": "Qatar", "description": ""}, {"const": "184", "title": "R\u00e9union", "description": ""}, {"const": "181", "title": "Romania", "description": ""}, {"const": "182", "title": "Russian Federation", "description": ""}, {"const": "183", "title": "Rwanda", "description": ""}, {"const": "185", "title": "Saint Barth\u00e9lemy", "description": ""}, {"const": "186", "title": "Saint Helena, Ascension and Tristan da Cunha", "description": ""}, {"const": "187", "title": "Saint Kitts and Nevis", "description": ""}, {"const": "188", "title": "Saint Lucia", "description": ""}, {"const": "189", "title": "Saint Martin (French part)", "description": ""}, {"const": "190", "title": "Saint Pierre and Miquelon", "description": ""}, {"const": "191", "title": "Saint Vincent and the Grenadines", "description": ""}, {"const": "192", "title": "Samoa", "description": ""}, {"const": "193", "title": "San Marino", "description": ""}, {"const": "194", "title": "Sao Tome and Principe", "description": ""}, {"const": "195", "title": "Saudi Arabia", "description": ""}, {"const": "196", "title": "Senegal", "description": ""}, {"const": "197", "title": "Serbia", "description": ""}, {"const": "198", "title": "Seychelles", "description": ""}, {"const": "199", "title": "Sierra Leone", "description": ""}, {"const": "200", "title": "Singapore", "description": ""}, {"const": "201", "title": "Sint Maarten (Dutch part)", "description": ""}, {"const": "202", "title": "Slovakia", "description": ""}, {"const": "203", "title": "Slovenia", "description": ""}, {"const": "204", "title": "Solomon Islands", "description": ""}, {"const": "205", "title": "Somalia", "description": ""}, {"const": "206", "title": "South Africa", "description": ""}, {"const": "207", "title": "South Georgia and the South Sandwich Islands", "description": ""}, {"const": "208", "title": "South Sudan", "description": ""}, {"const": "209", "title": "Spain", "description": ""}, {"const": "210", "title": "Sri Lanka", "description": ""}, {"const": "211", "title": "Sudan", "description": ""}, {"const": "212", "title": "Suriname", "description": ""}, {"const": "213", "title": "Svalbard and Jan Mayen", "description": ""}, {"const": "214", "title": "Swaziland", "description": ""}, {"const": "215", "title": "Sweden", "description": ""}, {"const": "216", "title": "Switzerland", "description": ""}, {"const": "217", "title": "Syrian Arab Republic", "description": ""}, {"const": "218", "title": "Taiwan, Province of China", "description": ""}, {"const": "219", "title": "Tajikistan", "description": ""}, {"const": "220", "title": "Tanzania, United Republic of", "description": ""}, {"const": "221", "title": "Thailand", "description": ""}, {"const": "222", "title": "Timor-Leste", "description": ""}, {"const": "223", "title": "Togo", "description": ""}, {"const": "224", "title": "Tokelau", "description": ""}, {"const": "225", "title": "Tonga", "description": ""}, {"const": "226", "title": "Trinidad and Tobago", "description": ""}, {"const": "227", "title": "Tunisia", "description": ""}, {"const": "228", "title": "Turkey", "description": ""}, {"const": "229", "title": "Turkmenistan", "description": ""}, {"const": "230", "title": "Turks and Caicos Islands", "description": ""}, {"const": "231", "title": "Tuvalu", "description": ""}, {"const": "232", "title": "Uganda", "description": ""}, {"const": "233", "title": "Ukraine", "description": ""}, {"const": "234", "title": "United Arab Emirates", "description": ""}, {"const": "235", "title": "United Kingdom", "description": ""}, {"const": "236", "title": "United States", "description": ""}, {"const": "237", "title": "United States Minor Outlying Islands", "description": ""}, {"const": "238", "title": "Uruguay", "description": ""}, {"const": "239", "title": "Uzbekistan", "description": ""}, {"const": "240", "title": "Vanuatu", "description": ""}, {"const": "241", "title": "Venezuela, Bolivarian Republic of", "description": ""}, {"const": "242", "title": "Viet Nam", "description": ""}, {"const": "243", "title": "Virgin Islands, British", "description": ""}, {"const": "244", "title": "Virgin Islands, U.S.", "description": ""}, {"const": "245", "title": "Wallis and Futuna", "description": ""}, {"const": "246", "title": "Western Sahara", "description": ""}, {"const": "247", "title": "Yemen", "description": ""}, {"const": "248", "title": "Zambia", "description": ""}, {"const": "249", "title": "Zimbabwe", "description": ""}]}, "socialTypes": {"type": "string", "description": "The specific social media platform the URL belongs to (e.g. Twitter, Facebook, Discord). Refer to the standardized list of social media platforms", "oneOf": [{"const": "0", "title": " ", "description": "not_set"}, {"const": "1", "title": "Twitter / X", "description": "Twitter social networking service"}, {"const": "1783", "title": "Reddit", "description": "Reddit discussion forum (subreddit)"}, {"const": "1879", "title": "Instagram", "description": "Instagram photo sharing service"}, {"const": "2331", "title": "Substack", "description": "Blogs at substack.com"}, {"const": "2338", "title": "YouTube", "description": "YouTube video channel"}, {"const": "3", "title": "Discord", "description": "Link to Discord chat service, looks something like https://discord.gg/%handler%"}, {"const": "361", "title": "Farcaster", "description": "Farcaster social networking service"}, {"const": "4", "title": "Facebook", "description": "Facebook social networking service"}, {"const": "4157", "title": "TikTok", "description": "TikTok account"}, {"const": "6", "title": "LinkedIn", "description": "LinkedIn professional networking service"}, {"const": "7", "title": "Telegram", "description": "Telegram messaging link (like https://t.me/...)"}, {"const": "747", "title": "GitHub", "description": "GitHub profile"}, {"const": "748", "title": "GitLab", "description": "GitLab profile"}, {"const": "id1746119328-J1pqEX4jQeSRzcsjY90Xvg", "title": "Bluesky", "description": "Bluesky open network profile"}, {"const": "id1746119407-qF4AL-zOS4iCP8JeBI4fpQ", "title": "Mastodon", "description": "Mastodon Profile link"}, {"const": "id1748267862-9zCROqzbTwqYDy8T9_wWqQ", "title": "Threads", "description": "Threads social networking service"}, {"const": "id1748268297-AOrlABMwR4CuNYK0sC4PDQ", "title": "Twitch", "description": "Twitch video streaming channel"}, {"const": "id1764583108-XsXykfN8SZiT-BSPhTJDoA", "title": "Luma", "description": "Official Luma user accounts for organisations"}, {"const": "id1764734179-PCIA14YtTUWfWChWfyznrA", "title": "Medium", "description": "Medium blog link"}]}, "profileTypes": {"type": "string", "description": "The primary operational category or business model of the Profile (e.g. DAO, project, investor, government). Refer to standardized list of Profile types.", "oneOf": [{"const": "0", "title": " ", "description": "not_set"}, {"const": "1", "title": "DAO", "description": "A group of individuals with a flattened hierarchy for decision-making and operational execution using blockchain technology."}, {"const": "14", "title": "Project", "description": "An independent organization or initiative that may have defined or evolving objectives, though not explicitly structured as a formal business entity or governance system."}, {"const": "17", "title": "Investor", "description": "A profile primarily focused on raising and deploying funds to generate returns on the initial investment."}, {"const": "18", "title": "Government", "description": "An organization or agency exercising political authority in the interests of its residents or constituents."}, {"const": "2", "title": "Company", "description": "A profile with a for-profit mandate or a business plan aimed at generating revenue."}, {"const": "8", "title": "NFT Collection", "description": "A set of unique digital art items, typically created by a single creator or themed to include works from multiple creators."}]}, "profileSectors": {"type": "string", "description": "The primary industry, use case, or problem space the Profile operates in or serves. Refer to standardized list of sectors and subsectors.", "oneOf": [{"const": "0", "title": " ", "description": "not_set"}, {"const": "1", "title": "Finance", "description": "The sector encompassing activities related to the trading or exchanging of fungible assets, such as cryptocurrencies, tokens, or other digital assets, within the blockchain and Web3 ecosystem."}, {"const": "10", "title": "Developer Tooling", "description": "The sector comprising services, products, and frameworks that support developers in designing, building, and deploying dApps and smart contracts on blockchain platforms."}, {"const": "11", "title": "Gaming", "description": "The sector that encompasses dApps and platforms that offer interactive entertainment experiences, often integrating blockchain technology for asset ownership, rewards, and in-game economies."}, {"const": "12", "title": "Infrastructure", "description": "The sector comprising foundational technologies, protocols, and services that enable the operation and interoperability of blockchain networks and dApps. Examples include nodes, staking mechanisms, and cross-chain solutions."}, {"const": "19", "title": "Blockchain Platforms", "description": "The sector consisting of decentralized platforms and frameworks that allow developers to build, deploy, and interact with smart contracts and dApps. Examples include Ethereum, Binance Smart Chain, and Solana."}, {"const": "2", "title": "Payments", "description": "The sector involving services or platforms that facilitate the transfer of cryptocurrencies or other digital assets from one person or entity to another, often in exchange for goods or services within the decentralized economy."}, {"const": "20", "title": "Supply chain", "description": "The sector that leverages blockchain technology to enhance the transparency, traceability, and efficiency of the movement of physical goods, including fast-moving consumer goods, across decentralized supply chain networks."}, {"const": "21", "title": "Data & Analytics", "description": "The sector encompassing services, APIs, and platforms that provide reliable and tamper-proof data, statistics, and insights for the blockchain and Web3 ecosystem. This includes oracles and data providers that feed off-chain information to smart contracts."}, {"const": "25", "title": "NFTs", "description": "The sector revolving around NFTs, which are unique digital assets stored on a blockchain. This includes NFT marketplaces, creation tools, and platforms that facilitate the minting, trading, and collection of these unique digital items."}, {"const": "26", "title": "Healthcare", "description": "The sector exploring the application of blockchain technology and decentralized solutions to improve the security, privacy, and interoperability of healthcare data and services, enabling patient-centric approaches and secure data sharing."}, {"const": "27", "title": "Science", "description": "The sector focused on leveraging blockchain technology and decentralized networks to advance scientific research, collaboration, and funding. This includes projects that aim to democratize access to scientific data, tools, and resources."}, {"const": "28", "title": "Security", "description": "The sector dedicated to enhancing the safety and resilience of blockchain networks, smart contracts, and dApps through advanced cryptographic techniques, and best practices."}, {"const": "30", "title": "Mining", "description": "The sector involved in the process of validating transactions and adding new blocks to a blockchain network, typically through PoW consensus mechanisms. This includes mining hardware, software, and pool services."}, {"const": "31", "title": "Metaverse", "description": "The sector at the intersection of blockchain technology and immersive virtual worlds, where users can interact with digital assets, participate in decentralized economies, and experience new forms of social engagement and creativity."}, {"const": "43", "title": "Venture Capital", "description": "The sector focused on investing in and supporting the growth of promising blockchain and Web3 projects, startups, and ecosystems through strategic funding, mentorship, and partnerships."}, {"const": "4318", "title": "Community & Events", "description": "The sector that acts as a catch all around groups of people or gatherings that are focused on Web3 & Blockchain but may not have a specific technical product."}, {"const": "4588", "title": "Service Provider", "description": "Offers specialized services to the Web3 ecosystem which are not covered by other sectors. These include technical (development, infrastructure), business (marketing, PR, design), financial (accounting, tax), legal, consulting, and administrative services."}, {"const": "8", "title": "Insurance", "description": "The sector dealing with smart contracts or dApps that provide protection for digital assets, on-chain activities, and blockchain-based investments."}, {"const": "824", "title": "Media", "description": "Includes news websites, image sites and video hosting websites. "}, {"const": "825", "title": "Meme", "description": "The sector that contains all things meme related. "}, {"const": "830", "title": "Social", "description": "Anything to do with social media, social interactions"}, {"const": "9", "title": "Asset Management", "description": "The sector that includes tools, products, or services that allow users to securely store, manage, and interact with their digital assets, such as cryptocurrencies and tokens, within the blockchain ecosystem. Examples include wallets and portfolio management."}, {"const": "id1746435323-mJeBaiowToOikuTt-X20zg", "title": "Privacy & Confidentiality", "description": "The sector focused on enhancing user privacy, confidentiality, and data sovereignty within blockchain ecosystems. Profiles in this sector develop or deploy privacy-preserving technologies such as zero-knowledge proofs, homomorphic encryption, secure multi-party computation, or cryptographic techniques that enable verifiable but private transactions and interactions."}, {"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": "The sector comprising profiles whose primary mission is structured learning and skills development within blockchain and Web3 ecosystems through curricula, courses, certifications, and training programs."}, {"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."}]}, "profileStatuses": {"type": "string", "description": "The current operational state of the Profile (e.g. Active, Inactive, Closed). Refer to the standardized list of status options.", "oneOf": [{"const": "0", "title": " ", "description": "not_set"}, {"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": "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": "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": "30", "title": "Acquired", "description": "The profile has been purchased by or merged with another company/protocol."}, {"const": "4", "title": "Closed", "description": "Interaction with the profile's offering is no longer possible, or the entity has announced the profile's closure."}]}, "productTypes": {"type": "string", "description": "The primary category or function of the product (e.g. exchange, wallet, lending platform). Refer to standardized list of product types.", "oneOf": [{"const": "0", "title": "", "description": "not_set"}, {"const": "1042", "title": "Launch Pad", "description": "A platform that facilitates the launch of new blockchain projects and cryptocurrency tokens, providing infrastructure for token sales, airdrops, community building, and early-stage market access. Excludes venture service activities such as equity investment, incubation programs, and strategic advisory services."}, {"const": "1118", "title": "Yield Aggregator", "description": "A tool to the process of deploying assets and collecting the rewards on behalf of users. "}, {"const": "1391", "title": "Compute Network", "description": "A product that provides decentralized computational resources for specific tasks, such as AI training, graphical rendering, or confidential computing."}, {"const": "15", "title": "L1", "description": "A base layer blockchain that acts as the lowest settlement layer. Examples include Bitcoin or Ethereum."}, {"const": "16", "title": "L2", "description": "A blockchain that inherits security from another L1 blockchain, often with the intent to improve either scaling, speed or cost."}, {"const": "1642", "title": "Gambling/Casino", "description": "A blockchain-based platform that offers games of chance or skill where users can wager cryptocurrency or tokens. These platforms typically leverage smart contracts for transparency and provable fairness in game outcomes."}, {"const": "17", "title": "L3", "description": "A blockchain built on a L2, often with a specific objective or function."}, {"const": "18", "title": "Oracle", "description": "Takes off chain data and makes it available on chain."}, {"const": "1941", "title": "Dust Collector", "description": "Collects small parts of assets and may convert them."}, {"const": "1954", "title": "Trading Bot", "description": "A bot, ususally in a chat app such as telegram, that enables its users to trade digital assets"}, {"const": "20", "title": "Hardware Wallet", "description": "A private key manager that requires physical equipment in order for users to interact with their onchain assets."}, {"const": "2006", "title": "Shared Sequencer", "description": "A specialized blockchain infrastructure component that orders and batches transactions for multiple chains, rollups, or applications. "}, {"const": "2007", "title": "Messaging Protocol", "description": "A decentralized communication infrastructure that enables secure, private, and often censorship-resistant exchange of messages between users or applications. "}, {"const": "2018", "title": "Risk Assessment", "description": "Platforms that provide ongoing risk analysis, scoring, and monitoring of DeFi protocols, smart contracts, and blockchain projects for investment and operational decision-making. Includes: Protocol risk scoring, DeFi risk analytics, continuous risk monitoring"}, {"const": "23", "title": "Bridge", "description": "An application used to port assets from one blockchain to another."}, {"const": "24", "title": "Bridge Aggregator", "description": "An application that collects many different applications for the purpose of porting assets."}, {"const": "2408", "title": "Prediction Markets", "description": "A place to make predictions on events that tend to be settled onchain."}, {"const": "25", "title": "Decentralised Exchange", "description": "A protocol that enables the trading of cryptocurrencies directly between users without the need for a central authority."}, {"const": "26", "title": "DEX Aggregator ", "description": "A service that scans multiple decentralised exchanges, often to compare prices and liquidity for trading pairs."}, {"const": "27", "title": "Centralised Exchange", "description": "A platform where cryptocurrencies are traded through an authority or mediator that facilitates the transactions and often provides wallet services."}, {"const": "28", "title": "On/Off Ramp", "description": "Services that allow for the conversion between cryptocurrencies and fiat currencies, facilitating entry and exit points into the crypto market."}, {"const": "2830", "title": "Payments Infrastructure & Orchestration", "description": "Middleware for developers that aggregates multiple payment providers, processors, and methods into unified APIs."}, {"const": "2838", "title": "Decentralised Identity", "description": "Includes identity solutions that may follow DID standards or are products to do with issuing identity on blockchain networks. "}, {"const": "2880", "title": "Social Platform", "description": "Applications that facilitate online social interactions, community building, and content sharing, with optional blockchain-based features such as tokenized incentives, decentralized identity, or content ownership, but without primary focus on financial mechanisms or trading."}, {"const": "2883", "title": "Cross-chain Infrastructure", "description": "Solutions that enable interoperability, communication, or asset transfers between different blockchain networks, facilitating cross-chain operations and ecosystem connectivity. This includes onchain asset wrapping, purely for the sake of making an onchain asset usable on another chain."}, {"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": "30", "title": "Decentralised Borrowing & Lending", "description": "A peer-to-peer financial system on the blockchain that allows users to collateralize digital assets without the need for a central authority."}, {"const": "305", "title": "RPC Provider", "description": "A service that offers Remote Procedure Call (RPC) endpoints, allowing developers and applications to interact with blockchain networks without running a full node."}, {"const": "31", "title": "Centralised Borrowing & Lending", "description": "Platforms operated by mediating entities that facilitate the collateralization of digital assets, often with added features like interest accounts."}, {"const": "32", "title": "Offchain Insurance", "description": "Products and contracts that provide coverage for crypto-related risks and events, processed outside the blockchain."}, {"const": "33", "title": "Onchain Insurance", "description": "Products and contracts that provide coverage for crypto-related risks and events, executed automatically on the blockchain."}, {"const": "34", "title": "Pricing Data API", "description": "A service providing real-time and historical financial information for cryptocurrencies from various markets for integration into apps and services."}, {"const": "35", "title": "OnChain Data API", "description": "A service offering developers direct access to information stored on a blockchain, usually for the purpose of building applications on it."}, {"const": "3592", "title": "Transport", "description": "A product that helps move things or people from A -> B"}, {"const": "36", "title": "Game", "description": "Interactive digital entertainment designed on blockchain technology, often incorporating cryptocurrencies, NFTs, play to earn or tokenized assets for in-game transactions and ownership."}, {"const": "3607", "title": "Developer Tooling", "description": "SDKs, frameworks, APIs, or services designed to facilitate the creation, testing, deployment, or integration of blockchain applications or transactions."}, {"const": "3608", "title": "DePin", "description": "A catch all term for products that provide decentralised physical infrastructure (i.e., hardware rental)."}, {"const": "3645", "title": "Staking Service", "description": " Infrastructure, tools, and services that support staking operations, including validator management systems, delegation platforms, and staking pool infrastructure, and services for professional staking operations."}, {"const": "37", "title": "NFT Marketplace", "description": "An online platform where unique digital assets can be bought, sold or traded."}, {"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": "383", "title": "Block Explorer", "description": "A tool that allows you to interact with onchain information or explore data. "}, {"const": "39", "title": "News & Media", "description": "Creates, curates, or distributes Web3 content in various formats. It delivers research or information on market trends, tech news, and regulations while facilitating user engagement. It may use blockchain for content rights management and monetization. It includes subscription-based products."}, {"const": "3916", "title": "Market Maker", "description": "A centralised service that provides liquidity to markets by continuously buying and selling assets, helping to ensure price stability and market efficiency in both centralized and decentralized environments. This does not refer to Automated Market Makers (AMMs) within DEXes."}, {"const": "3935", "title": "Mobile Phone", "description": "A communication device that is often mobile. Often fits in ones hand and connected to the internet. "}, {"const": "3941", "title": "Grants Platform", "description": "A platform that enables companies or projects to create, issue and manage grants. Could also be a grant aggregator, may also be a jobs board but generally is focused on grants. "}, {"const": "3943", "title": "Impact Initiative", "description": "A project or platform designed to facilitate philanthropic endeavors and create positive social or environmental change. This includes charitable activities, donations, conservation efforts, and art initiatives. "}, {"const": "3955", "title": "Events & Conferences", "description": "A 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": "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": "3957", "title": "Decentralized File Storage", "description": "A blockchain-based network or protocol that enables distributed storage and retrieval of digital files across multiple nodes."}, {"const": "40", "title": "RWA Tokenisation Platform", "description": "A platform that enables the conversion of rights to a physical asset into a digital token on a blockchain."}, {"const": "41", "title": "Liquid Staking", "description": "A form of securing a blockchain that involves locking up participants\u2019 onchain assets, and the participants receive an asset in return that can be spent, traded or exchanged like any other fungible asset."}, {"const": "410", "title": "Off-Chain Data APIs and Services", "description": "APIs and platforms that collect, process, and serve data from traditional off-chain sources such as web content, social media, business intelligence, and internet resources."}, {"const": "42", "title": "Derivatives ", "description": "Financial contracts on the blockchain whose value is based on the performance of an underlying digital asset, allowing for hedging, speculation, or access to new markets."}, {"const": "4215", "title": "Customer Engagement Platform", "description": "Enables interaction with, management, and nurturing of customer relationships. Includes customer data management, communication tools, loyalty programs, analytics, and automation."}, {"const": "4216", "title": "Service Provider", "description": "Offers specialized services to the the Web3 ecosystem which are not covered by the other product types. These include technical (development, infrastructure), business (marketing, PR, design), financial (accounting, tax), legal, consulting, and administrative services."}, {"const": "4217", "title": "Staking Data", "description": "Data about staking across various networks, most often to do with networks that require nodes to do some form of staking. "}, {"const": "4218", "title": "Onchain Compliance and Investigations", "description": "Tools and services that monitor blockchain transactions for regulatory compliance, conduct investigations of illicit activities, generate compliance reports, and ensure adherence to AML/KYC requirements"}, {"const": "4219", "title": "Data Terminal", "description": "A comprehensive platform or interface providing real-time data and analysis tools, across various cryptocurrencies and digital stores of value. "}, {"const": "4220", "title": "AI Agent", "description": "A software program that uses artificial intelligence to autonomously execute specific tasks or make decisions within a blockchain ecosystem. For trading bots, please select the dedicated product type."}, {"const": "4221", "title": "AI Agent Platform", "description": "A system that enables the creation, deployment, and management of multiple AI agents within a blockchain context. Provides infrastructure and tools for agent operation."}, {"const": "4222", "title": "Browser", "description": "A web browser with integrated blockchain and cryptocurrency capabilities that enables users to interact with decentralized applications, manage digital assets, and access Web3 services."}, {"const": "4223", "title": "AI Agent Framework", "description": "A self hosted way to build AI agents."}, {"const": "4224", "title": "Index Platform", "description": "A suite of tools that provide baskets of assets for investors to get exposure to multiple assets at the same time"}, {"const": "44", "title": "Stablecoin Issuance", "description": "The process of creating and managing digital currencies pegged to traditional assets like fiat money or gold to reduce volatility in the crypto market."}, {"const": "45", "title": "Music", "description": "Blockchain-based platforms that enable creators to tokenize, sell, and manage rights to their music, ensuring fair compensation and distribution."}, {"const": "46", "title": "Node Software", "description": "Software that enables computers to participate in blockchain networks by running validator nodes, consensus mechanisms like mining in PoW, PoS, or network maintenance functions."}, {"const": "47", "title": "Pool Software", "description": "Enables the aggregation of computational resources or liquidity from multiple participants, commonly used in DeFi protocols for staking, mining or liquidity provision."}, {"const": "472", "title": "Multi-Sig Wallet", "description": "A cryptocurrency wallet that requires multiple private keys to authorize a transaction, enhancing security by distributing control among multiple parties."}, {"const": "48", "title": "Custody Technology Provider", "description": "A solution for secure storage and management of digital assets. Typically enables account abstraction (ERC-4337) and self-custody via white-label custody service or Wallets-as-a-service (WaaS). Not to be confused with embedded wallets."}, {"const": "49", "title": "Custodian", "description": "An entity responsible for holding and safeguarding a client's securities or assets to prevent theft or loss."}, {"const": "50", "title": "DAO Management Platform", "description": "Provides tools for the creation, administration and governance of entities that have a flattened hierarchy for decision-making and operating."}, {"const": "51", "title": "Internet of Things (IoT)", "description": "Facilitates secure, decentralized communication and transactions between connected devices with the integration of blockchain technology."}, {"const": "52", "title": "Trading Terminal", "description": "A comprehensive platform or interface providing real-time data, analysis tools, and trading capabilities across various cryptocurrencies and digital stores of value."}, {"const": "692", "title": "Wallet", "description": "A software application or hardware device that stores private keys and allows users to send, receive, and manage their cryptocurrency assets."}, {"const": "id1738977975-MBiOCxozSnCF0VzD0KrSeA", "title": "Card", "description": "A physical or virtual credit or debit card that enables users to spend their crypto without convering it to fiat first. "}, {"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": "id1739748860-j796QCz7TJ-a9vv0BryKoQ", "title": "Online Retail Platform", "description": "Ecommerce platforms that sell physical goods, services, or digital products directly to consumers using cryptocurrency as a payment method. Excludes specialized gift card marketplaces and payment infrastructure providers"}, {"const": "id1740006722-g57u4UrlQCyWcwQpmAyPkQ", "title": "Node Hosting", "description": "Managed services that operate blockchain validator infrastructure on behalf of customers, including node deployment and maintenance."}, {"const": "id1746363637-Er3Rk8LaQRC4yuEiAyhOfA", "title": "Travel Booking Site", "description": "A website that allows users to use Web3/crypto to book travel, be that hotels or travel. Often are aggregators of supply."}, {"const": "id1746435381-s4_DuqvXTZ-RuXeu2QrQ8w", "title": "Privacy Pool", "description": "A protocol that allows users to deposit assets into a shared pool and withdraw them to different addresses, breaking the on-chain link between source and destination to enhance transaction privacy while maintaining verifiability. Implements technologies such as zero-knowledge proofs or other cryptographic methods to provide transaction confidentiality."}, {"const": "id1748959174-2VzCESC-RbOLYyKXHCZTWQ", "title": "OTC", "description": "Provides Over The Counter services "}, {"const": "id1749024547-2JEQZAY-QLuZBMnZUbIErg", "title": "Ticketing", "description": "Platforms that support with ticketing, they may have Web3 options enabled or issue our tickets using NFTs"}, {"const": "id1749740305-z870Tfp4Sca0doGVOGDccw", "title": "Smart Contract Audits", "description": "Professional services that review smart contracts and blockchain protocols to identify vulnerabilities, bugs, and security issues through manual analysis, automated tools, or both. Includes: Blockchain Auditing Companies, professional audit firms, security review services"}, {"const": "id1750441153-fUix6Jn-QCWRLNAZpyfXig", "title": "Node Hardware", "description": "Physical hardware devices that users purchase, deploy, and operate to participate directly in blockchain networks or decentralized infrastructure. Includes mining hardware, DePin devices, IoT gateways, and specialized network equipment that provides computational power, coverage, or services while earning rewards for operators."}, {"const": "id1750889452-OHDGQ0QSRuKZJqC8J7Ymlw", "title": "Blockchain Development Security Tools", "description": "Software tools, platforms, and frameworks that help developers build secure smart contracts and blockchain applications, including vulnerability testing, code analysis, fuzzing, security testing frameworks, and development-time security monitoring."}, {"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": "A developer toolkit that enables applications to create and manage wallets directly within their platform, allowing users to interact with blockchain features without requiring external wallet connections."}, {"const": "id1750949011-zN_m-8I6Rs-ivxf0o9cGPw", "title": "Validator", "description": "A network participant that validates transactions and produces blocks in proof-of-stake blockchain networks, accepting stake delegations and earning rewards for maintaining network security and consensus."}, {"const": "id1751015601-NwUaRFKrRz-qhoc_HwLfgQ", "title": "Bug Bounty Competitions", "description": "Platforms that offer monetary rewards for discovering and responsibly disclosing vulnerabilities in live blockchain protocols, smart contracts, or Web3 applications through crowdsourced security testing with structured reward mechanisms."}, {"const": "id1751027589-wRY5qjCuQkWKIZKsPbk24Q", "title": "B2B Invoicing & Billing", "description": "Formal invoice management systems with line items, payment terms, approval workflows, and accounting integration for business transactions."}, {"const": "id1751027605-4SeFWxoXRQGDR1nl_2tiQQ", "title": "Payroll", "description": "Tools that support orginisations to do payroll with crypto as the primary method of paying employees or contractors."}, {"const": "id1751027623-chYYIsHuRk6cNaUjUM5fPA", "title": "Merchant Payment Gateway", "description": "Direct integration solutions for businesses to accept cryptocurrency payments from customers at point-of-sale or online checkout. It can also be referred to as a \"crypto payment processor.\""}, {"const": "id1751027652-xe6GoNmeSGG8RhO49gMPvQ", "title": "Bill Pay tools", "description": "Tools that enable users to pay their bills using crypto often by accepting crypto payments and then paying out in fiat to a recipient bank account."}, {"const": "id1751027668-XLmoM9iFQyOJZb9FXBKFfg", "title": "Tax tooling & Accounting", "description": "Tools that provide internal financial management, record-keeping, and tax preparation for crypto and digital assets. This includes accounting workflows, transaction tracking for financial purposes, treasury management, audit trails, financial reporting, and operational financial controls for businesses and individuals."}, {"const": "id1751027689-Ard80K6ESnKHJvZ-ImhlYw", "title": "Token distribution tool", "description": "Tools to help with the mass distribution of crypto assets often used to distribute assets around unlocks or other important events."}, {"const": "id1751027701-oK6yi8FvSourXBcVE13nRg", "title": "Trade finance", "description": "Enterprise and business focused services that support international trade where guarantees of payments are important to reduce counter party risk. It may provide a combination or all services around letters of credit and documentary collection."}, {"const": "id1751027713-YnmLrD3tRxORk2rvjB1gzg", "title": "Payment network", "description": "Services that may be traditional in nature, maybe supporting stablecoin rails, that facilitates the transfer of funds between two or more parties, such as a customer and a merchant, or between financial institutions"}, {"const": "id1751027741-b46y89BjRf-t-t9i5t855w", "title": "Card issuance", "description": "Services that help companies issue cards and manage relationships with payment networks"}, {"const": "id1751027755-UN7VzMmTTSCQYEELGLObPA", "title": "Gift Cards & Digital Vouchers", "description": "Specialized platforms focused primarily on the sale and distribution of gift cards, digital vouchers, and related digital goods (mobile top-ups, eSIMs, gaming credits) purchasable with cryptocurrency. Includes both direct-to-consumer marketplaces and B2B distribution services."}, {"const": "id1751027790-w4g1dyKUQbe6z379PxTfvQ", "title": "Payment Links & Request Tools", "description": "Simple, instant payment requests via QR codes or links for ad-hoc transactions without formal invoicing features."}, {"const": "id1751027805-_xgNPzdgRJyp8RWr3zWTTg", "title": "Subscription & Streaming Payments", "description": "Platforms that enable recurring payment models through subscription billing with fixed intervals or streaming payments with continuous value flows, featuring automated payment processing, failed payment recovery, and payment analytics."}, {"const": "id1751031119-86aeXwF9TUS2OxCGvAT7wQ", "title": "Peer to Peer & Remittance", "description": "Applications and tools designed for peer-to-peer money transfers and cross-border remittances. These platforms focus on facilitating direct payments between individuals rather than serving as general-purpose digital wallets with broader functionality."}, {"const": "id1751461631-FnwW_-3eRBqGZdQa5tUClw", "title": "Social Trading", "description": "Platforms that integrate social features with trading functionality, allowing users to share, follow, copy, or collaborate on trading strategies and investment decisions."}, {"const": "id1751461898-eEZlD_-9R1mCNcwtlbFlgA", "title": "Social Infrastructure", "description": "Protocol-layer infrastructure and tools that enable social networking functionality, identity management, or community-building capabilities for other applications and platforms."}, {"const": "id1751560258-aBRirvcpSEanwhyEtjXNng", "title": "Financial Services Platform", "description": "Banking-as-a-Service platforms that provide consumers and businesses with traditional banking capabilities (personal/corporate accounts, payment cards, treasury services) enhanced with blockchain technology for digital asset management and cross-chain operations."}, {"const": "id1752072092-lwEcx8nsSFij2fNjzESn7Q", "title": "Social Payments", "description": "Applications that enable cryptocurrency transactions through social media platforms and messaging services using social identifiers (handles, usernames, mentions) instead of traditional wallet addresses. These tools integrate with existing social platforms through browser extensions, bots, or native integrations to facilitate peer-to-peer transfers within social contexts."}, {"const": "id1761805308-HvpajSMOSeeSlbzz2w0tcQ", "title": "Blockchain-as-a-Service (BaaS)", "description": "Platforms that enable organizations to deploy and operate their own custom blockchain networks through no-code/low-code interfaces and managed infrastructure. Users configure network parameters, validator sets, and governance rules while the platform handles infrastructure provisioning, node operation, and ongoing network maintenance."}, {"const": "id1762177059-UU_KHK4lSIaMrDlUyCJTNQ", "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": "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": "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": "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."}]}, "productStatuses": {"type": "string", "description": "The current development or access stage of the product (e.g. Beta, Live, Deprecated).", "oneOf": [{"const": "0", "title": " ", "description": "not set"}, {"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": "2", "title": "Early access", "description": "It is possible to apply for product access, but access is not guaranteed for all users."}, {"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": "4", "title": "Open Beta", "description": "The product is currently being tested and often has a disclaimer."}, {"const": "5", "title": "Live", "description": "The product is fully deployed, accessible, and usable by anyone."}, {"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."}]}, "isMainProducts": {"type": "string", "description": "A boolean value indicating whether the product is the Profile's primary or flagship offering.", "oneOf": [{"const": "1", "title": "True", "description": ""}, {"const": "2", "title": "False", "description": ""}]}, "entityTypes": {"type": "string", "description": "The legal structure or registration category of the Entity (e.g. LLC, Foundation, Corporation).", "oneOf": [{"const": "0", "title": " ", "description": "not set"}, {"const": "1", "title": "Foundation", "description": "An entity that conducts activities without the purpose of generating profit, and is set up as a foundation in its local jurisdiction."}, {"const": "3", "title": "Corporation", "description": "A for-profit company in its local jurisdiction that may function as an umbrella entity for other companies. Examples include: LLC, BV, \u0417\u0410\u041e, S.R.L. and other commonly known forms of business entity.  "}, {"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."}, {"const": "5", "title": "Goverment Agency", "description": "A representative or organization that acts on behalf of a nation state\u2019s interests."}, {"const": "7", "title": "Listed Company", "description": "A for-profit entity that has successfully issued equity that can be traded on at least one stock exchange."}]}, "assetTypes": {"type": "string", "description": "The primary category or function of the Asset (e.g. Currency, Utility, Security) and what is does.", "oneOf": [{"const": "0", "title": " ", "description": "not set"}, {"const": "1", "title": "Currency", "description": "General cryptocurrency used for payment or investment purposes"}, {"const": "10", "title": "Stablecoin", "description": "A token often pegged to a fiat currency or traditional commodity."}, {"const": "2", "title": "NFT", "description": "Unique token usually representing a piece of art, often part of a collection."}, {"const": "3943", "title": "Digital Reward Assets", "description": "Virtual currencies or points issued by platforms, programs, or games that can be exchanged for cryptocurrencies, NFTs, fiat money, or other real-world assets. These assets represent value within a specific ecosystem but may adopt broader utility."}, {"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": "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": "4135", "title": "Wrapped Tokens", "description": "One-to-one representations of assets from other blockchains, enabling cross-chain functionality while maintaining direct backing by the original asset."}, {"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": "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": "5", "title": "Memecoin", "description": "A token with minimal utility derived from online cultural phenomena and its originating ecosystem/community."}, {"const": "6", "title": "Utility", "description": "A token required to take action or redeem services within a specific system."}, {"const": "7", "title": "Governance", "description": "A token required for decision-making within a protocol or entity."}, {"const": "8", "title": "Security", "description": "A token clearly marked to represent a fungible financial instrument."}, {"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."}]}, "assetStatuses": {"type": "string", "description": "The current development or access stage of the asset. Refer to the standardized list of asset status options.", "oneOf": [{"const": "0", "title": "not set", "description": ""}, {"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": "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": "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)."}]}, "socialStatuses": {"type": "string", "description": "The current operational state of the social. Refer to the standardized list of status options.", "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": "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."}, {"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."}]}, "tagTypes": {"type": "string", "description": "A reference to a connected table that contains a type. A type of tag provides some context as to what a tag is and also contains a description.", "oneOf": [{"const": "0", "title": "", "description": "not set"}, {"const": "1", "title": "Event", "description": "A time-bound gathering, conference, or organized program."}, {"const": "2", "title": "Community", "description": "A defined group of users, developers, or stakeholders organized around a shared interest or purpose."}, {"const": "3", "title": "Tech", "description": "A collection of profiles unified by their use of a specific technology, protocol, or technical standard"}, {"const": "4", "title": "Geography", "description": "A grouping based on physical location, jurisdiction, or regional market focus (i.e., a country or city)."}, {"const": "7", "title": "Paradigm", "description": "A distinct approach, methodology, or philosophical framework and its applications."}]}, "deploymentTypes": {"type": "string", "description": "Categorizes the type of deployment based on the smart contract\u2019s main purpose. For example, if the contract is primarily used to mint an asset, it will be tagged as \u2018mint\u2019.", "oneOf": [{"const": "0", "title": "not set", "description": "Not set"}, {"const": "3", "title": "Mint", "description": "A deployment that creates and manages assets on-chain "}, {"const": "4", "title": "Pool", "description": "A deployment that makes up a pool, usually in a DEX"}, {"const": "5", "title": "General", "description": "A general smart contract deployment"}]}, "assetStandards": {"type": "string", "description": "The technical standard or protocol specification that the smart contract implements. If the standard cannot be identified, leave this field blank.", "oneOf": [{"const": "0", "title": " ", "description": "(not set)"}, {"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": "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": "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": "1986", "title": "TRC-20", "description": "The TRON blockchain's equivalent of ERC-20, used for creating fungible tokens on the TRON network."}, {"const": "1987", "title": "ASA", "description": "Algorand Standard Asset - Algorand's native token standard that supports both fungible and non-fungible tokens."}, {"const": "1988", "title": "FA2", "description": "Financial Application 2 - Tezos blockchain's unified token contract interface for all token types."}, {"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": "1990", "title": "BEP-2", "description": "The original token standard for the Binance Chain (not to be confused with Binance Smart Chain)."}, {"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": "1992", "title": "ERC-4626", "description": "A standard for tokenized vaults on Ethereum, commonly used in DeFi applications."}, {"const": "1993", "title": "PSP22", "description": "The primary fungible token standard on the Polkadot and Kusama ecosystems."}, {"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": "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": "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": "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": "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."}]}, "urlTypes": {"type": "string", "description": "Categorizes the purpose and content of a URL based on its table group in the TGS. The URL type must align with both the content it links to and the context of its parameter group (Profile/Product/Asset/Entity/Social).", "oneOf": [{"const": "0", "title": " Not set", "description": "(not set)"}, {"const": "2", "title": "Main", "description": "The main URL that is used by the profiles table"}, {"const": "3", "title": "Blog", "description": "Links to blogs"}, {"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": "5", "title": "Whitepaper", "description": "Links to whitepapers, often in PDF format"}, {"const": "6", "title": "Product", "description": "The main URL of a product and the best place to access the product."}, {"const": "7", "title": "Entity", "description": "The official URL of the entity"}, {"const": "8", "title": "Social", "description": "A catch-all for social media links"}, {"const": "id1737127021-McZQIPuJSeS7xJRGFEtvBw", "title": "Extra source", "description": "These are URLs for internal use that point to important links that provide content. "}, {"const": "id1746031992-x5eC9C64T_qyNcJmT8WZhQ", "title": "Apple App Store", "description": "Product page in Apple App Store."}, {"const": "id1746032046--m7lsneMR4Ciw62galz2qA", "title": "Chrome Web Store", "description": "Product page in Chrome Web Store."}, {"const": "id1746120153-7U9p9GM-RdSUVRs0Xx5Ayw", "title": "Forum", "description": "A place that the profile normally moderates where discussions can take place. "}, {"const": "id1746429910-Qfc0oJu0SNGWFamjZ_yu4Q", "title": "Governance", "description": "A link to the place where governance decisions are made "}, {"const": "id1747724202-NtgUWpNSTw2_ngPcAhQoAA", "title": "Google Play Store", "description": "Links to the google play store"}, {"const": "id1751290760-wBznkYOaTAyBDjBtunFIFA", "title": "Media Kit/branding", "description": "If you find a link to a media kit, we may as well track it."}, {"const": "id1755855416-u9jhQiabQaeSY1p4UEgzYg", "title": "Support Coverage", "description": "Pages documenting supported countries, assets, networks, protocols, or service coverage areas"}, {"const": "id1756948093-KGS62Bg6RYizSQJ-Hq2_RA", "title": "Terms of Service", "description": "A link to their terms of service"}, {"const": "id1756948673-zIXSESaWSJS7Wem9Vr1fKQ", "title": "Privacy policy", "description": "A link to their terms of service"}, {"const": "id1757490569-PvtCsUfqRSqx6h2GpMG1zQ", "title": "MICA Whitepaper", "description": "Links to official MICA Whitepapers "}, {"const": "id1757498657-8lFIBNTIQBqGrJCUJpA87Q", "title": "Deployment", "description": "Links to deployments"}, {"const": "id1760009128-gzJVVnLUTemA5zPPxfYvSQ", "title": "Asset Info", "description": "The main URL to find asset info (not tokenomics or technical info)"}, {"const": "id1761744903-VhRbSAroQDSJL9fFfTcG5g", "title": "Desktop App", "description": "Links to desktop applications for Windows, macOS, or Linux platforms"}, {"const": "id1764583002-2_5OJtC1RyycP5CS3xG6Rw", "title": "Event Calendar", "description": "Official event calendars and event listing pages by a profile"}]}, "assetSupportTypes": {"type": "string", "description": "A classification of the functional relationship between a product and an asset, indicating how the asset is utilized within the product's operations.", "oneOf": [{"const": "0", "title": "", "description": "Not set"}, {"const": "1", "title": "Native to", "description": "A core asset of the protocol behind this product (e.g., BTC for the Bitcoin Network)"}, {"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": "5", "title": "Governance", "description": "The main governance asset for this product (e.g., UNI for Uniswap)"}, {"const": "6", "title": "Managed by", "description": "The asset is managed by this product, also includes asset issuance (eg stablecoin providers)"}, {"const": "id1737708288-LoOxyx9jQNerER7eBfvWOw", "title": "Launched via", "description": "This asset was issued via a certain product"}, {"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"}, {"const": "id1739677005-2MCUQHFZTU2A_rpfGOXbSg", "title": "Distributed via", "description": "This assets distribution is managed or supported by a third party product. "}, {"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 "}]}, "rootRelationshipTypes": {"type": "string", "description": "What is the type of relationship, links to the type 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": "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": "Link to the image type classification (e.g., logo, icon, header, screenshot).", "oneOf": [{"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": "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 light background and be transparent. Preferably an SVG image file. If it is a PNG, it should have a minimum resolution of 256px height. "}, {"const": "id1762524191-W7Y7_h3YT4yAx6cFuD_Mow", "title": "Icon on black", "description": "A square profile 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": "id1762524723-ikQDLLiTQcC9JLMI9cc6Cw", "title": "Header", "description": "A header photo which should be an PNG, 1500px by 500px"}]}}}, "response_info": {"metadata": {"tgs_version": "id.thegrid.tgs-009", "json_generation": "18/12/2025", "csv_last_modified": "17/12/2025"}, "developer_mode": false, "execution_time": "143 ms", "code_version": "eeed215"}}