Integrations

Connect T.A.L.A. to your stack

Chains, wallets, monitoring, and storage partners supported out of the box. Use the references below to align procurement and security reviews.

Chains

Polygon Amoy and mainnet supported. Rollup watchers mirror unlock events for resilience.

  • Polygon Amoy
  • Polygon mainnet
  • Secondary rollup watchers

Wallets

Compatible with EVM wallets that support standard personal_sign flows. Tested with Ledger and popular extensions.

  • Ledger
  • Browser extensions
  • Mobile wallets via WalletConnect

SIEM and webhooks

Delivery of unlock events, anomaly alerts, and incident notifications to your intake endpoints.

  • JSON webhooks
  • Custom headers
  • Retry with backoff

Storage and gateways

IPFS pinning partners across regions with signed gateway access for retrieval.

  • Multi-region pinning
  • Gateway tokens
  • Redundant CIDs

Operational hooks

Instrument unlocks and incidents

Webhook payload

Unlock event sent to your incident endpoint.

{
  "event": "unlock_emitted",
  "vaultId": "vault-312",
  "chain": "polygon",
  "txHash": "0xabc...",
  "timestamp": 1710000000
}

Status subscription

Subscribe to status JSON for polling-based monitoring.

GET https://api.usetala.in/status
Response: {
  "uptime": "99.9%",
  "lastIncident": "none",
  "network": "polygon"
}

Network requirements

Allowlist RPC to Polygon and permit outbound webhook calls from your intake endpoints. We can share IP ranges on request.

Staging validation

Test unlocks on staging contracts before production. We provide sample vaults, CIDs, and signed events for your QA teams.

Request staging access
T.A.R.A. - Trustworthy AI Response Assistant