| 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 |
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.
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
| 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 |
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.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.
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.
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.
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.
| 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 |