DeFi Agent Coming Soon

AutonomousDeFi Agent Kiton Katana

Enable fully autonomous AI agents to independently plan and execute financial operations on the Katana Network. The foundational layer for AI-driven financial automation.

AI Agent Dashboard
2,547
Active Agents
$12.4M
TVL Managed
Morpho Strategy+12.4%
Sushi LP Farm+8.7%

Active Agents

2,547

TVL Managed

$12.4M

Powerful Features of Tensai Kit

TensaiKit provides everything you need to build, deploy, and scale autonomous AI agents for DeFi operations on Katana Network.

AI Agent Framework

Native support for ElizaOS and Langchain, enabling seamless deployment and scaling of autonomous AI agents.

Multi-Protocol Support

Seamless interaction with Katana's DeFi ecosystem including Morpho and Sushi Protocol.

Automated Operations

AI-driven asset management, lending, borrowing, yield optimization, and automated trading strategies.

Interoperable & Extensible

Modular design allowing developers to extend functionality with additional Katana-based DeFi protocols.

Seamless Framework Integration

Built with native support for leading AI frameworks, enabling rapid development and deployment of intelligent financial agents.

Framework Integration
import { TensaiKit } from '@tensai/kit';
import { ElizaAgent } from 'elizaos';
const agent = new ElizaAgent({
name: 'DefiTrader',
protocols: ['morpho', 'sushi'],
strategy: 'yield-optimization'
});
// Deploy to Katana Network
await TensaiKit.deploy(agent);
Eliza

ElizaOS Support

Deep integration with ElizaOS framework for building sophisticated AI agents with advanced reasoning capabilities and multi-modal interactions.

Production Ready
LangChain

Langchain Integration

Native Langchain support enables complex workflow orchestration, memory management, and tool integration for autonomous financial operations.

Fully Compatible

Connected to Leading DeFi Protocols on Katana

TensaiKit provides seamless access to Katana's comprehensive DeFi ecosystem with expandable protocol support.

Morpho

Morpho

Optimized lending and borrowing protocols

Sushi

Sushi

Decentralized exchange and DeFi platform

For Developers

Start Building Today

Join the growing community of developers building the future of autonomous finance on Katana Network.

Comprehensive Documentation

Step-by-step guides, API references, and code examples

Developer Support

Active community and dedicated technical support

Open Source

Contribute to the ecosystem and build together

tensai-agent.js
import { TensaiKit, walletActionProvider, sushiSwapActionProvider, morphoActionProvider} from 'tensaikit';
const config = {
appId,: PRIVY_APP_ID,
appSecret: PRIVY_APP_SECRET,
chainId: CHAIN_ID
walletId: PRIVY_CREATED_WALLET_ID
};
const privyWalletProvider=new PrivyWalletProvider.configureWithWallet(config);
const agent = await TensaiKit.form({
walletProvider: privyWalletProvider,
actionProviders: [
walletActionProvider(),
morphoActionProvider(),
sushiSwapActionProvider()
],
});

Autonomous DeFAI Agent Kit enabling intelligent financial operations on Katana Network.

Developers

© 2025 TensaiKit. All rights reserved.