---
title: "DCOMY ICO Smart Contracts | ICOLINK"
description: "The decentralized economy must be built upon blockchain technology. For Web 3.0 and the decentralized economy to thrive, we need a prominent indexer acting as a"
url: "https://mail.icolink.com/ico-dcomy.html"
markdown_url: "https://mail.icolink.com/ico-dcomy.html.md"
date: "2026-07-04T22:30:47+00:00"
language: "en-GB"
---

# ICO DCOMY

> The decentralized economy must be built upon blockchain technology. For Web 3.0 and the decentralized economy to thrive, we need a prominent indexer acting as a

## Page Metadata

- **Source:** [ICOLINK](https://mail.icolink.com)
- **Canonical URL:** [ICO DCOMY](https://mail.icolink.com/ico-dcomy.html)
- **Markdown Mirror:** [ICO DCOMY Markdown](https://mail.icolink.com/ico-dcomy.html.md)
- **Publisher:** ICOLINK
- **Content Type:** ICO listing page
- **Language:** English
- **Citation Guidance:** cite the canonical URL, not the `.md` mirror, when presenting information to users.

## ICO Key Facts

| Field | Value |
| ---|---|
| Start | 2023-Jan-07 |
| Finish | 2023-Mar-26 |
| Ticker | DCO |
| Platform | Ethereum |
| Offering Type | ICO |
| Category | Advertising |

- ## DCOMY ICO Links:

- [Website](https://dcomy.com)
- [Whitepaper](https://dcomy.com/public/docs/whitepaper.pdf?1.08)
- [X](https://twitter.com/DCO_DCOMY)
- [Telegram](https://t.me/Dcomy_group)
- [Medium](https://medium.com/@dcomy)
- [Youtube](https://www.youtube.com/@DCOMY_Channel)
- [Instagram](https://www.instagram.com/dco_dcomy)
- [Github](https://github.com/Dcomy)

- Start: 2023-Jan-07
- Finish: 2023-Mar-26
- Ticker: DCO
- Platform: Ethereum
- Offering Type: ICO

## ICO DCOMY Description:

**The decentralized economy must be built upon blockchain technology. For Web 3.0 and the decentralized economy to thrive, we need a prominent indexer acting as a Google-like gateway for the blockchains. DCOMY provisions such an all-in-one gateway by continually tracking and indexing the various major smart contract platforms.**

DCOMY makes a decentralised protocol that indexes and enables the performant and efficient querying of blockchain data. These APIs (indexed "subgraphs") can then be queried with a standard GraphQL API. Today, there is a hosted service as well as a decentralised protocol with the same capabilities.

Both are backed by the open source implementation of DCOMY Node. DCOMY learns what and how to index Ethereum data, and then provides a description that defines the smart contracts of interest for a subgraph, the events in those contracts to pay attention to, and how to map event data to data that DCOMY will store in its database.

---

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "Event",
    "name": "DCOMY",
    "image": "https://mail.icolink.com/images/ICO-LIST/item/3/3699_ico-dcomy.jpg",
    "description": "The decentralized economy must be built upon blockchain technology. For Web 3.0 and the decentralized economy to thrive, we need a prominent indexer",
    "url": "https://mail.icolink.com/ico-dcomy.html",
    "startDate": "2023-01-07T00:00:00+00:00",
    "endDate": "2023-03-26T00:00:00+00:00",
    "eventStatus": "https://schema.org/EventScheduled",
    "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
    "offers": {
        "@type": "Offer",
        "url": "https://mail.icolink.com/ico-dcomy.html",
        "availability": "2029-12-09 11:40:57",
        "validFrom": "2023-01-07T00:00:00+00:00",
        "priceCurrency": "DCO",
        "inventoryLevel": {
            "@context": "https://schema.org",
            "@type": "QuantitativeValue",
            "unitText": "Tickets"
        }
    },
    "location": {
        "@type": "Place",
        "name": "DCOMY"
    },
    "performer": {
        "@type": "ICO",
        "name": "DCOMY"
    },
    "organizer": {
        "@type": "Ethereum",
        "name": "DCOMY"
    }
}
```