Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 4.36 KB

File metadata and controls

110 lines (82 loc) · 4.36 KB
title ASI Alliance Integration
description SINT's integration with the Artificial Superintelligence Alliance — connecting Fetch.ai uAgents, SingularityNET, and Ocean Protocol through SINT Bridge.
sidebarTitle ASI Bridge

Overview

The SINT ASI Bridge connects SINT Protocol with the Artificial Superintelligence Alliance (ASI) — a consortium of Fetch.ai, SingularityNET, and Ocean Protocol focused on decentralized AI infrastructure.

This integration enables Fetch.ai's uAgents to operate within SINT's governance framework, gaining access to the capability token system, policy gateway, and evidence ledger.


Architecture

The ASI Bridge extends SINT's A2A protocol bridge (@sint/bridge-a2a) with Fetch.ai-specific adapters:

Fetch.ai uAgent → Agentverse → ASI Bridge → SINT Policy Gateway → Target System
                                    ↕
                              Evidence Ledger

Integration Points

Component SINT Side Fetch.ai Side
Agent discovery /.well-known/agent-trust.json Agentverse registry
Authentication Ed25519 capability tokens uAgent identity
Context management MCP protocol uAgent state
Governance Policy Gateway + 5-tier system ASI Alliance governance
Execution SINT Bridge connectors uAgent skills

What uAgents Can Do Through SINT

With the ASI Bridge, Fetch.ai uAgents gain access to SINT's full capability stack:

uAgents can access enterprise APIs (CRM, email, social media) with full audit logging and capability scoping. uAgents can control robots and drones through SINT's ROS2 and MAVLink bridges with safety enforcement. uAgents coordinate with SINT-native agents via the A2A protocol, with delegated capability tokens. $ASI token operations integrate with SINT's economy bridge for metered resource management.

Use Cases

Autonomous Trading with Safety Rails

A Fetch.ai uAgent performs market analysis using data from Santiment and executes trades on decentralized exchanges — all governed by SINT capability tokens that enforce position limits, portfolio constraints, and risk thresholds.

Enterprise Data Pipeline

uAgents access enterprise data sources through SINT Bridge connectors, with full audit trail. Each data access is logged to the evidence ledger with the requesting agent's identity and capability scope.

Multi-Agent Factory Optimization

uAgents from the Agentverse coordinate with SINT-governed robots on the factory floor. The Policy Gateway enforces safety tiers, geofences, and force limits while the A2A bridge handles inter-agent messaging.


Getting Started

Register your Fetch.ai uAgent with SINT's agent registry via the A2A bridge: ```bash curl -X POST http://localhost:4100/v1/a2a/agents \ -H "Content-Type: application/json" \ -d '{"url": "https://agentverse.ai/agents/your-agent", "name": "my-uagent"}' ``` Create scoped capability tokens for the uAgent's required actions. The uAgent's requests flow through SINT's policy gateway, gaining security and audit guarantees.

ASI Alliance Partners

Partner Role Integration
Fetch.ai uAgent runtime, Agentverse A2A bridge + agent discovery
SingularityNET AI marketplace, model hosting MCP bridge for model access
Ocean Protocol Data marketplace Economy bridge for data pricing
Learn how SINT Bridge connects to external systems Explore all 12 protocol bridge adapters