KELLY Protocol

Co-build a predictive ecosystem–driven DeFi 5.0 technology network.

An open DeFi 5.0 ecosystem infrastructure powered by AI cognitive prediction, on-chain data recognition, a global node network, and an ecosystem application matrix.
For Developers
The KELLY Protocol provides modular ecosystem integration capabilities, enabling developers to quickly connect to the predictive ecosystem, AI cognition engine, global node network, and diverse application scenarios.
An SDK connecting predictive ecosystems and applications.
Supports creating prediction topics and integrating community interactions.
It identifies user behavior to build user profiles, contribution credit, and ecosystem identity.
Supports node binding and application scenario integration, allowing user behavior to continuously accumulate across multiple applications.
How to Access the KELLY Protocol Ecosystem in a Few Steps →

// Install Kelly Protocol SDK
// npm install @kelly-protocol/sdk

// Import and initialize
import { KellyClient } from "@kelly-protocol/sdk";

const kelly = new KellyClient({
  network: "mainnet",
  appId: "YOUR_APP_ID",
  apiKey: "YOUR_API_KEY"
});

// Connect user wallet
const user = await kelly.identity.connectWallet({
  address: "0xUSER_WALLET_ADDRESS"
});

// Fetch active prediction topics
const topics = await kelly.prediction.listTopics({
  category: "ai-finance",
  status: "active"
});

// Get AI insight for a prediction topic
const insight = await kelly.ai.getInsight({
  topicId: topics[0].id
});

// Submit user prediction opinion
const prediction = await kelly.prediction.submitView({
  topicId: topics[0].id,
  address: user.address,
  opinion: "positive",
  confidence: 0.82,
  comment: "AI adoption may accelerate ecosystem growth."
});

// Record user contribution behavior
await kelly.contribution.record({
  address: user.address,
  type: "PREDICTION_PARTICIPATION",
  sourceId: topics[0].id,
  metadata: {
    action: "submit_view",
    quality: "community_reviewed"
  }
});

// Generate user cognitive profile
const profile = await kelly.contribution.getProfile({
  address: user.address
});

// Bind user to global node network
const node = await kelly.node.bind({
  address: user.address,
  nodeCode: "KELLY-NODE-001"
});

// Fetch available ecosystem applications
const apps = await kelly.ecosystem.listApps({
  tags: ["ai-research", "education", "data-service"]
});

console.log({
  user,
  insight,
  prediction,
  profile,
  node,
  apps
});

  

AI empowerment

AI Event Recognition Engine

Automatically captures global trending events, on-chain anomalies, market sentiment, and community trends to build a predictive topic database.

AI Risk Detection Engine

Monitors abnormal transactions, liquidity fluctuations, node irregularities, concentrated short-term sell-offs, and pool health.

AI Sentiment Analysis Engine

Analyzes news, social media, on-chain behavior, and community voting to generate an event sentiment index.

AI Node Rating System

Generates node credit scores based on real contributions, user retention, ecosystem participation, violations, and long-term activity.

AI Ecosystem Incubation Evaluation System

Evaluates projects for incubation, including community traction, financial models, technical maturity, compliance risks, and long-term ecosystem value.

Ecosystem Applications

Continuously incubating diverse ecosystem applications around the DeFi world.

AI Investment Research Ecosystem

Provides AI-assisted analysis, open data insights, on-chain data monitoring, and market education content.

Cognitive Prediction Ecosystem

Offers an event hub, simulation predictions, opinion voting, review systems, and a cognition points system.

DeFi Tools Ecosystem

Provides liquidity dashboards, node management tools, protocol data panels, risk alert systems, and governance voting tools.

On-chain Education Ecosystem

Delivers DeFi fundamentals, AI finance courses, risk identification training, smart contract knowledge, and community education programs.

Public Welfare Finance Ecosystem

Establishes charity nodes, goodwill points, public welfare activities, educational support, and community mutual aid initiatives.

Community Governance Ecosystem

Builds a node council, governance proposals, voting mechanisms, ecosystem committees, and community co-building structures.

Data Services Ecosystem

Forms data service capabilities around event data, sentiment indexes, on-chain metrics, community trends, and AI analytics reports.