# Introduction

CIAS is the first inscription on [Celestia](https://celestia.org/) chain. It aims to grow the Celestia ecosystem by onboarding individual users with the use case of inscriptions. It can help diversify the assets on the blockchain and build a disruptive user experience by leveraging the modular data availability network.

It is not only the rising star Celestia chain that gives CIAS its great value, but also the unique experience of CIAS from its birth to its development. CIAS, demonstrates the spirit of blockchain, the spirit of inscription: decentralization and permissionlessness.


# Past

CIAS was born on Dec 17th, 2023. A few hours before the start of inscribing(minting), users noticed that the inscription protocol and source code on the official website were copied from the inscription COSS on another Cosmos chain (ATOM), and a screenshot was posted on twitter.

![](https://2062338762-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwfUQpIwcp95Nu9A1x8qX%2Fuploads%2F3lfLxHJTEN1PkP4vLdBo%2FIMG_3892.jpeg?alt=media\&token=5868e433-2667-44e4-8daf-4cb34f0355c3)


# CIA-20 Protocol

The CIA-20 protocol is an exact replica of the[ CRC-20 protocol.](https://docs.coss.ink/protocol/crc-20)&#x20;

### Deploy

```json
// origin
data:,{"op":"deploy","lim":10000,"max":21000000000,"tick":"cias","p":"cia-20"}

//base64
ZGF0YToseyJvcCI6ImRlcGxveSIsImxpbSI6MTAwMDAsIm1heCI6MjEwMDAwMDAwMDAsInRpY2siOiJjaWFzIiwicCI6ImNpYS0yMCJ9
```

<table><thead><tr><th width="249">Key</th><th width="265">Type</th><th>Descriotion</th></tr></thead><tbody><tr><td>op</td><td>string*</td><td>type of operation</td></tr><tr><td>lim</td><td>number*</td><td>limit per inscription</td></tr><tr><td>max</td><td>number*</td><td>total supply</td></tr><tr><td>tick</td><td>string*</td><td>ticker name</td></tr><tr><td>p</td><td>string*</td><td>standard used</td></tr></tbody></table>

### Mint

```json
// origin
data:,{"op":"mint","amt":10000,"tick":"cias","p":"cia-20"}

//base64
ZGF0YToseyJvcCI6Im1pbnQiLCJhbXQiOjEwMDAwLCJ0aWNrIjoiY2lhcyIsInAiOiJjaWEtMjAifQ==
```

<table><thead><tr><th width="249">Key</th><th width="249">Type</th><th>Descriotion</th></tr></thead><tbody><tr><td>op</td><td>string*</td><td>type of operation</td></tr><tr><td>amt</td><td>number*</td><td>Amount to mint: States the amount of the cia-20 to mint. Has to be less than "lim" above if stated</td></tr><tr><td>tick</td><td>string*</td><td>ticker name</td></tr><tr><td>p</td><td>string*</td><td>standard used</td></tr></tbody></table>

### Transfer

```json
// origin
data:,{"op":"transfer","amt":1000,"tick":"cias","p":"cia-20"}

//base64
ZGF0YToseyJvcCI6Im1pbnQiLCJhbXQiOjEwMDAwLCJ0aWNrIjoiY2lhcyIsInAiOiJjaWEtMjAifQ==
```

<table><thead><tr><th width="249">Key</th><th width="249">Type</th><th>Descriotion</th></tr></thead><tbody><tr><td>op</td><td>string*</td><td>type of operation</td></tr><tr><td>amt</td><td>number*</td><td>transfer quantity,  less than the quantity owned</td></tr><tr><td>tick</td><td>string*</td><td>ticker name</td></tr><tr><td>p</td><td>string*</td><td>standard used</td></tr></tbody></table>


# Mint CIAS

### Deployment

<table><thead><tr><th width="201">Info</th><th>Detail</th></tr></thead><tbody><tr><td>Block Range</td><td>348239 ~ 348460, 356607 ~ 356960</td></tr><tr><td>Deploy TxHash</td><td><a href="https://www.mintscan.io/celestia/tx/D7568D64EF34CE1105FE67418B69EB145F8E4D5A70B1A044AA1B948EC33596C0?height=348239">D7568D64EF34CE1105FE67418B69EB145F8E4D5A70B1A044AA1B948EC33596C0</a></td></tr><tr><td>Tick</td><td>CIAS</td></tr><tr><td>Max Supply</td><td>21,000,000,000</td></tr><tr><td>Limit Per Mint</td><td>10000</td></tr><tr><td>Initial Holder Count</td><td>110640</td></tr></tbody></table>

### Mint Rules

<table data-header-hidden><thead><tr><th width="157"></th><th></th></tr></thead><tbody><tr><td>To</td><td>YOUR_OWN_ADDRESS</td></tr><tr><td>Amount</td><td>>=0.000001TIA (>=1utia)</td></tr><tr><td>Memo</td><td>ZGF0YToseyJvcCI6Im1pbnQiLCJhbXQiOjEwMDAwLCJ0aWNrIjoiY2lhcyIsInAiOiJjaWEtMjAifQ==</td></tr></tbody></table>

{% hint style="info" %}
&#x20;The Memo is base64encoded string of

**data:,{"op":"mint","amt":10000,"tick":"cias","p":"cia-20"}**&#x20;
{% endhint %}


# Indexer Failure

After minting, the official team opened the transfer function without confirming that the indexer was working correctly, and some users made OTC transactions. And then it was discovered that the account balance was modified by the indexer and was modified multiple times.

Also, the official team has so far been withholding all mint and transfer transaction hash data in order to cover up the indexer issue.


# Present

Users' inscriptions are permanently engraved on the blockchain and won't disappear because of official team‘s failures. What needs to be done is to make a new indexer in a timely manner and get a consensus from the community to get the new indexer working.


# New Indexer

CIAS's plagiarized target, the creator of the CRC-20 protocol, the inscription trading platform on Cosmos, the COSS Market, provided the correct indexer for CIAS, and saved all CIAS holders. The new indexer was recognized by more than two-thirds of CIAS holders, achieved community consensus. And over 60% of all holders [voted](https://coss.ink/i/cias/community/proposals) to adopt a new community governance code.


# Convert to Token

In order to ensure that users' balances on the new indexer are no longer affected by the official wrong indexer, all CIAS owned by wallets that have interacted with COSS Market (new indexer) are converted 1:1 to CRC-20 inscriptions and then to tokens on [COSS chain](https://github.com/coss-inscription/coss). This will open the door for future CIAS listings on CEXs, and participations in the Cosmos ecosystem.


# Future

CIAS has become an inscription without its official team.&#x20;

Currently 70% token is in circulation. For the rest 30%, 10% for promotion, 10% for technology and product development, 10% for ecosystem building, all are subject to community‘s approval.

CIAS, the first inscription whose official team failed and be replaced by the community, should always be remembered.


# Links

Website: [https://coss.ink/#/i/cias/market](https://coss.ink/#/market)

X/Twitter: @coss\_market

Discord: <https://discord.gg/cnyCAwJaTC>

Telegram: <https://t.me/coss_market>


