# What is Crome?

***

Blockchain technology has traditionally viewed tokens as static entities representing value or identity without any autonomous functionality. However, as decentralized applications increase in sophistication, there is a growing necessity for tokens capable of autonomous operation, complex coordination, and dynamic adaptation.

{% embed url="<https://youtu.be/icRXHivziHc>" %}

CROME addresses this need by introducing a new class of digital assets called Tokenized Liquid Agents. Built on [ERC-LA](https://docs.crome.pro/technical-overview/erc-la-liquid-agent-standard), the Liquid Agent Standard (LAS), an advanced, tradable blockchain-based entity capable of independently executing programmed logic, managing assets, and interacting dynamically within decentralized networks. CROME is powering the future of Intelligent Finance (IntelFi).

{% hint style="info" %}
Tokenized Liquid Agents are self-contained digital entities that can be traded, act, make decisions, and manage assets autonomously on-chain.
{% endhint %}

***

## The Trifecta of Token Standards

ERC-LA is an experimental token standard that merges the functionality\
of ERC-20, ERC-721 and ERC-6551, enabling the first Tokenized Liquid Agents. CROME’s innovation lies in merging these three Ethereum token standards:

| Token Standard | Functionality                                                                                                          |
| -------------- | ---------------------------------------------------------------------------------------------------------------------- |
| ERC-20         | Fungible tokens, which are interchangeable units with equal value, enabling liquidity and tradability.                 |
| ERC-721        | Non-fungible tokens (NFTs) that provide unique identities and individualized metadata.                                 |
| ERC-6551       | Token-bound accounts that allow each token to have its own on-chain wallet, programmable logic, and persistent memory. |

***

By integrating these standards alongside the [*Autonomous Intelligence Layer*](https://docs.crome.pro/technical-overview/token-architecture)*,* this equips each agent with adaptive decision-making capabilities, enabling them to interpret data, adjust behaviours, and coordinate actions autonomously through embedded or connected AI models. CROME establishes what we term "Liquid Intelligence", a concept defining the ability of tokenized liquid agents to dynamically form collaborative networks, execute programmable tasks, and adapt intelligently to changing environmental conditions on the blockchain.

{% hint style="info" %}
Liquid Intelligence refers to the dynamic and adaptive intelligence exhibited by blockchain agents that autonomously coordinate, learn, and make decisions.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.crome.pro/introduction/what-is-crome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
