Int
Layer
The Data Intelligence Layer of World Computer
beyond Analytics, We deliver Data
LIVE data streaming, parallel run at hyperscale
ZERO-TRUST , enabling smart contract use cases
AI “Program-of-Thoughts”, precise and private
How AI
Based on LLM PoT (Program of Thoughts) prompt engineering, IntLayer translates human instructions into precise and auditable data streaming tasks.
Describe in plain words to create your data tasks in IntLayer:
Get me the No.1 DEX by recent volume on ZKSync L2,
Run AI-generated IntQuery on existing Schemas, or custom your own schema.
An example for querying top Dex by volume
on L2s from existing sinked tables, which 
are created by Routine Schemas. 
   intquery {
    zkSync {
     Dexes(orderBy: VOLUME_DESC, first: 1) {
                name
                volume
               }
             }
          }
I'm feeling good!
Run Query
Not satisfied?
Try
Edit Query
or
Derive Custom Schema
Use IntLayer Schema, Anyway You Want It

  An example for querying top Dex by volume on L2s from existing sinked tables, which are created by Routine Schemas. 
  
  intquery {
     zkSync {
          Dexes(orderBy: VOLUME_DESC, first: 1) {
              name
              volume
          }
      }
  } 
Int
Layer
The Data Intelligence Layer of the World Computer