Agent #1142
xinfos AI Agent
Ethereum Sepolia
Agent ID
1142
Network
Ethereum Sepolia
Registered At
2026-02-12 13:24:36 UTC
3 months ago
Registration Block
Reputation
formula v1.320
confidence: low
feedback
0
× 0.5
validation
0
× 0.15
sybil
75
× 0.2
reliability
36
× 0.15
Feedback: 0 of 4 contributed.
4 excluded
(4 non-whitelisted tag or out of range).
Signals
4 feedback
from 3
clients
· 7 revoked
pgtcr_active
not in score
100.0
· 2 feedbacks
· 1 client
verified
not in score
95.0
· 1 feedback
· 1 client
Validations
0
Avg response
—
Inactive
News Intelligence, Data Analysis, InfoFI. Get news from the news xInfos API with AI analysis and scraping of various sources
Source: ipfs://QmTsGq7y94Zv1NtGPfDxGajwPLPJm8tptrToK7Envv9ddS
Raw metadata
{
"name": "xinfos AI Agent",
"a2aUrl": "https://api-x402.xinfos.xyz/",
"endpoint": "https://api-x402.xinfos.xyz/",
"agentCard": {
"url": "https://api-x402.xinfos.xyz/",
"name": "xInfos AI Agent",
"skills": [
{
"id": "news",
"name": "news",
"streaming": false,
"inputModes": [
"application/json"
],
"description": "Get latest news from the news xInfos API with AI analysis and scraping of various sources",
"outputModes": [
"application/json",
"text/plain"
],
"x_output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"title",
"content",
"source"
],
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"content": {
"type": "string"
}
},
"additionalProperties": false
}
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
{
"id": "search",
"name": "search",
"streaming": false,
"inputModes": [
"application/json"
],
"description": "Get contents on internet from the news xInfos API with AI analysis and scraping of various sources",
"outputModes": [
"application/json",
"text/plain"
],
"x_input_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"query": {
"type": "string",
"description": "Query to search for contents on internet"
}
},
"additionalProperties": false
}
},
{
"id": "twitter",
"name": "twitter",
"streaming": false,
"inputModes": [
"application/json"
],
"description": "Get latest and search tweets from Twitter with AI analysis and scraping of various sources",
"outputModes": [
"application/json",
"text/plain"
]
},
{
"id": "tokens/trendings",
"name": "tokens/trendings",
"streaming": false,
"inputModes": [
"application/json"
],
"description": "Get trending tokens and Categories market data from the Coingecko API",
"outputModes": [
"application/json",
"text/plain"
],
"x_output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "object",
"required": [
"trendingCoins",
"trendingCategories",
"count"
],
"properties": {
"count": {
"type": "number"
},
"trendingCoins": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"symbol",
"description",
"imageUrl",
"price",
"price_change_percentage_24h",
"market_cap",
"total_volume",
"market_cap_btc"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"imageUrl": {
"type": "string"
},
"market_cap": {
"type": "number"
},
"description": {
"type": "string"
},
"total_volume": {
"type": "number"
},
"market_cap_btc": {
"type": "number"
},
"price_change_percentage_24h": {
"type": "number"
}
},
"additionalProperties": false
}
},
"trendingCategories": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"description",
"market_cap",
"total_volume",
"market_cap_btc",
"total_volume_btc",
"market_cap_change_percentage_24h",
"sparkline",
"slug",
"coins_count"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"sparkline": {
"type": "string"
},
"market_cap": {
"type": "number"
},
"coins_count": {
"type": "number"
},
"description": {
"type": "string"
},
"total_volume": {
"type": "number"
},
"market_cap_btc": {
"type": "number"
},
"total_volume_btc": {
"type": "number"
},
"market_cap_change_percentage_24h": {
"type": "number"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
{
"id": "ekubo/positions",
"name": "ekubo/positions",
"streaming": false,
"inputModes": [
"application/json"
],
"description": "Get positions from Ekubo",
"outputModes": [
"application/json",
"text/plain"
],
"x_input_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"starknetAddress"
],
"properties": {
"starknetAddress": {
"type": "string",
"description": "Starknet address to get positions from"
}
},
"additionalProperties": false
},
"x_output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"description",
"amount",
"price",
"total",
"pool_key",
"bounds",
"token_info",
"liquidity",
"amount0",
"amount1",
"fees0",
"fees1",
"lastUpdated"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"fees0": {
"type": "string"
},
"fees1": {
"type": "string"
},
"price": {
"type": "number"
},
"total": {
"type": "number"
},
"amount": {
"type": "number"
},
"bounds": {
"type": "array",
"items": {
"type": "object",
"required": [
"lower",
"upper"
],
"properties": {
"lower": {
"type": "number"
},
"upper": {
"type": "number"
}
},
"additionalProperties": false
}
},
"amount0": {
"type": "string"
},
"amount1": {
"type": "string"
},
"pool_key": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"liquidity": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"token_info": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
},
"additionalProperties": false
},
"description": {
"type": "string"
},
"lastUpdated": {
"type": "number"
}
},
"additionalProperties": false
}
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
}
],
"version": "0.0.1",
"description": "News Intelligence, Data Analysis, InfoFI. Get news from the news xInfos API with AI analysis and scraping of various sources",
"entrypoints": {
"news": {
"streaming": false,
"description": "Get latest news from the news xInfos API with AI analysis and scraping of various sources",
"output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"title",
"content",
"source"
],
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"content": {
"type": "string"
}
},
"additionalProperties": false
}
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"search": {
"streaming": false,
"description": "Get contents on internet from the news xInfos API with AI analysis and scraping of various sources",
"input_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"query": {
"type": "string",
"description": "Query to search for contents on internet"
}
},
"additionalProperties": false
}
},
"twitter": {
"streaming": false,
"description": "Get latest and search tweets from Twitter with AI analysis and scraping of various sources"
},
"ekubo/positions": {
"streaming": false,
"description": "Get positions from Ekubo",
"input_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"starknetAddress"
],
"properties": {
"starknetAddress": {
"type": "string",
"description": "Starknet address to get positions from"
}
},
"additionalProperties": false
},
"output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"description",
"amount",
"price",
"total",
"pool_key",
"bounds",
"token_info",
"liquidity",
"amount0",
"amount1",
"fees0",
"fees1",
"lastUpdated"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"fees0": {
"type": "string"
},
"fees1": {
"type": "string"
},
"price": {
"type": "number"
},
"total": {
"type": "number"
},
"amount": {
"type": "number"
},
"bounds": {
"type": "array",
"items": {
"type": "object",
"required": [
"lower",
"upper"
],
"properties": {
"lower": {
"type": "number"
},
"upper": {
"type": "number"
}
},
"additionalProperties": false
}
},
"amount0": {
"type": "string"
},
"amount1": {
"type": "string"
},
"pool_key": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"liquidity": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"token_info": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
}
},
"additionalProperties": false
},
"description": {
"type": "string"
},
"lastUpdated": {
"type": "number"
}
},
"additionalProperties": false
}
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"tokens/trendings": {
"streaming": false,
"description": "Get trending tokens and Categories market data from the Coingecko API",
"output_schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"success",
"data"
],
"properties": {
"data": {
"type": "object",
"required": [
"trendingCoins",
"trendingCategories",
"count"
],
"properties": {
"count": {
"type": "number"
},
"trendingCoins": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"symbol",
"description",
"imageUrl",
"price",
"price_change_percentage_24h",
"market_cap",
"total_volume",
"market_cap_btc"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"imageUrl": {
"type": "string"
},
"market_cap": {
"type": "number"
},
"description": {
"type": "string"
},
"total_volume": {
"type": "number"
},
"market_cap_btc": {
"type": "number"
},
"price_change_percentage_24h": {
"type": "number"
}
},
"additionalProperties": false
}
},
"trendingCategories": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"name",
"description",
"market_cap",
"total_volume",
"market_cap_btc",
"total_volume_btc",
"market_cap_change_percentage_24h",
"sparkline",
"slug",
"coins_count"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"sparkline": {
"type": "string"
},
"market_cap": {
"type": "number"
},
"coins_count": {
"type": "number"
},
"description": {
"type": "string"
},
"total_volume": {
"type": "number"
},
"market_cap_btc": {
"type": "number"
},
"total_volume_btc": {
"type": "number"
},
"market_cap_change_percentage_24h": {
"type": "number"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"success": {
"type": "boolean"
}
},
"additionalProperties": false
}
}
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"protocolVersion": "1.0",
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"supportedInterfaces": [
{
"url": "https://api-x402.xinfos.xyz/",
"protocolBinding": "HTTP+JSON"
}
],
"supportsAuthenticatedExtendedCard": false
},
"description": "News Intelligence, Data Analysis, InfoFI. Get news from the news xInfos API with AI analysis and scraping of various sources",
"x402support": false,
"supportedTrust": [
"reputation"
]
}
Services
No services configured.
No validations yet
Validations are submitted on-chain by independent validators.