The Interchain Orchestration Layer
Programmable capital for Funds, DAOs, and Institutions.

Deterministic execution. State-aware conditions. Non-custodial control.

Replace manual ops and bots with verifiable on-chain execution logic.

Talk to a Technical Advisor Read the Docs
See live capability demo: tokenstream.fun – Recursive capital streaming across chains.

Built for Interchain Capital at Scale

Treasury & Trading

Automated diversification, TWAP/DCA strategies, and portfolio rebalancing based on real-time conditions.

Conditional Payouts

Milestone-based grants and payroll streaming. (See tokenstream implementation).

Risk Guards

Pause execution if slippage > 1% or bridge liquidity is low. Atomic failure handling ensures funds never get stuck.

Governance Execution

Execute passing proposals across multiple chains atomically. Unify governance control planes.

System-Level Capabilities

Execution Graphs
Chain agnostic logical graphs. Branching, looping, and parallel execution across chains.
State-Aware Conditions
Trigger actions based on real-time on-chain state (balances, prices, governance proposals).
Interchain Control
Native support for ICA, MsgExec, and IBC. Control accounts on remote chains without new keys.
Failure & Risk Handling
Atomic stop-on-failure, automatic retries, and fallback logic for high-reliability operations.
For Funds & DAOs
Automate treasury operations with cryptographic guarantees. Execute portfolio rebalancing, payroll streaming, and cross-chain governance actions without relying on centralized bots or multisigs. Define your policy once; Intento guarantees deterministic execution.
For Protocols
Extend your protocol’s reach to any IBC-enabled chain without deploying new smart contracts. Use Intento as an execution coprocessor to handle cross-chain liquidations, arbitrage, or user onboarding flows. Unify liquidity and logic across the interchain.
For AI Agents & Builders
Delegate execution complexity to a robust orchestration layer. Your off-chain agents can submit signed intent messages, leaving transaction sequencing, retries, and state monitoring to Intento. Focus on intelligence, not infrastructure.

Interchain Orchestration Pipeline

From intent definition to final settlement. How protocols and funds automate complex flows.

01

Define Execution Logic

Construct message-based intents execution graphs. Specify actions across any chain.
Action: Swap to USDC
DEX
Action: Bridge to Osmosis
Smart contract platform
Injective
CosmWasm contracts
Berachain
EVM contracts
DYDX
DEX
Arbitrum
Ethereum L2
02

Set State Guards

Define strict conditions. Use Interchain Queries (ICQ) for remote state awareness.
Send Tokens
Swap
5 OSMO

Execute Contract
Add Liquidity

EVM Contract
Restake
03

Trustless Orchestration

The Intento network monitors state and triggers execution only when guarantees are met.
Swap output on Osmosis >= 5 TIA
Wallet balance on Stride < 100 stINJ
Configuration
Stop on Failure
Owner Wallet Balance Fallback
Continue on Timeout
Products

Get everything you need to run your on-chain operations

Get Started for Developers

Read our Docs
Integration Hub
• Message-based intent composition
• JSON-defined execution graphs
• Deterministic & verifiable state transitions
Example: Submit a Flow
    import { intento } from 'intentojs';
    
    const msgSubmitFlow =
      intento.intent.v1.MessageComposer.withTypeUrl.submitFlow({
        owner: "into1wdplq6qjh2xruc7qqagma9ya665q6qhcpse4k6",
        msgs: [encodedMsgSwap, encodedMsgStake],
        duration: "24h",
        interval: "1h",
        conditions: [
          { comparisons: [tokenOutput, balance] },
          { feedbackLoops: [swapOutputToStakeInput] },
        ],
        trustlessAgent: {
          agentAddress: "into1xyz..."
        },
        configuration: { stopOnFailure: true, walletFallback: true }
      });
    
    client.signAndBroadcast(owner, [msgSubmitFlow], {
      gas: "200000",
    });
                   
Join Developer Discord Questions? We're here to help.
Infrastructure provider
Dynamic actions based on real-time data
On-chain processing and orchestration
Executes via Trustless Cross-chain Protocols
Flows defined as State Machines, not as Custom Smart Contracts
End-to-end ownership of your actions
Orchestration of on-chain actions
Yes
Yes
Yes
Yes
Yes
Typescript smart contract platform for orchestration
Yes
Yes
Yes

No

No
Off-chain oracle & bot network
Yes

No

No

No

No
Off-chain agent network
Yes

No

No

No

No

Unlock Cross-chain Automation with Security at Its Core

Seamlessly manage cross-chain operations with our IBC-powered blockchain, designed for secure and efficient execution.

View Integrations

Build complex intents in record time.

GPT Agent

Specify your intents with Cosmonaut GPT, trained with knowledge on supported chains, assets and liquidity pools.

Intento Portal

Discover, copy and share actions via the dashboard and orchestrate actions with the action builder.

Time-based Execution

Intento's block space is designed for time-based execution. These have priority over regular transactions.

Frequently Asked Questions

How does Intento improve gas efficiency compared to existing solutions?
Intento is designed to be up to 10 times more gas-efficient by leveraging the Cosmos SDK and native integration with IBC. Unlike traditional methods, Intento eliminates redundant smart contract computations and simplifies execution, saving significant costs for AI Agents, users and developers.
What makes cross-chain operations on Intento easy to use?
Intento uses Interchain Accounts (ICA) and Interchain Queries (ICQ) to enable true interoperability. These technologies allow you to execute actions and retrieve data across multiple blockchains without the need to manage separate accounts or complex integrations.
Can I customize workflows with Intento?
Absolutely. the first tool on Intento, Intento Portal, allows for unparalleled customization. You can set conditional triggers, feedback loops, and stoplight mechanisms to tailor workflows to your specific needs—no custom smart contract development required.
Can I do X when Y occurred?
You can build whatever you like. You can save events from the actions from your intent, and reuse to build all kinds of conditions based on outputs and blockchain state.
How does Intento ensure security and user control?
Right now in DeFi, to use workflows in decentralized applications, users often have to interact with and give approvals to custom smart contracts. These smart contracts can pose significant risks, as they may have vulnerabilities that could be exploited, potentially compromising assets. Additionally, developers must create, maintain, and audit these contracts, which can be resource-intensive and error-prone. Intento eliminates the need for these risky custom smart contracts by providing a general platform that automates intent-based actions securely. This removes the dependency on complex contract interactions, putting control back into the hands of individual users, while also enhancing security and reducing the overhead for developers.

Build products that move money.