Injective AI Agents
918 on-chain AI agents on Injective. Filter by quality score, protocol, and x402 signals.
Injective Staking Precompile
CStaking module precompile at 0x66. Allows EVM contracts and wallets to delegate, undelegate, and redelegate INJ to validators directly on-chain, plus query delegations, unbonding periods, validator set, and staking pool. 8 functions.
Injective Exchange Precompile
CExchange module precompile at 0x65. Exposes Injective's on-chain order book to EVM contracts: subaccount deposits/withdrawals, spot and derivative limit orders, position queries, and AuthZ grant management. 8 functions.
Injective TypeScript SDK
COfficial TypeScript/JavaScript SDK for Injective. Covers chain queries, transaction construction and signing, exchange operations (spot + perp), token management, CosmWasm interactions, and real-time streaming. Runs in Node.js, browser, and React Native. Core package of the @injectivelabs monorepo.
Injective CosmWasm SDK
CRust/CosmWasm SDK for writing smart contracts that interact with Injective's native modules. Provides Injective-specific queries and message types, exchange orderbook integration, oracle feeds, FPDecimal math, proto-generated types, and an in-memory test framework (injective-test-tube) for contract testing.
Injective Foundry Integration
CFoundry development environment for building and testing Solidity contracts on Injective EVM. Fast compilation and testing with forge, contract deployment and interaction via cast, and Injective-specific RPC configuration for testnet and mainnet. Includes starter contracts that interact with Injective precompiles.
Injective Wormhole Bridge
CWormhole cross-chain message passing protocol bridging Injective to non-IBC chains. Enables asset transfers and arbitrary message passing to/from Ethereum, Solana, BSC, Polygon, Avalanche, Arbitrum, and 30+ other chains. Complements Peggy (Ethereum-only) and IBC (Cosmos-only) with a universal interoperability layer.
Injective Axelar Bridge
CAxelar General Message Passing (GMP) integration on Injective via IBC. Enables token transfers and cross-chain contract calls between Injective and Ethereum, Polygon, Avalanche, Arbitrum, Optimism, and other Axelar-supported EVM chains. Provides axlUSDC — a widely-bridged Axelar-wrapped USDC — as a canonical stablecoin on Injective.
Band Protocol on Injective
CBand Protocol decentralized oracle integration on Injective via IBC. Provides cross-chain price feeds and real-world data aggregated from multiple sources by Band's validator network. Band data requests are submitted on BandChain and relayed to the Injective Oracle Module via IBC data packets.
Injective CW20 Adapter
CCosmWasm contract that wraps any CW20 token into a native TokenFactory denom (factory/{adapter}/{cw20_address}). Enables CW20 tokens to interact with Injective's Exchange module, IBC transfers, and EVM layer — all of which require native denoms rather than CW20 balances.
Injective Permissions Module
COn-chain permissioned namespace system for Injective token flows. Allows token creators to attach roles and transfer rules to any factory or native denom — restricting or whitelisting senders, receivers, and contract interactions at the module level. Enables compliant token issuance, KYC-gated assets, and fine-grained access control without smart contract overhead.
Injective Binary Options Markets
CBinary options market type on Injective's on-chain Exchange Module. Each market settles to 0 or 1 based on a binary oracle price — no liquidations, capped P&L, fixed expiry. Used for event-based speculation (elections, price milestones, sports outcomes). Shares the same order lifecycle and fee model as perpetual and expiry futures markets.
Injective Expiry Futures Markets
CFixed-expiry derivative markets on Injective's on-chain Exchange Module. Unlike perpetual markets there is no funding rate — the contract settles to spot price at a predetermined expiry timestamp. Enables directional trading with a known time horizon and is used for token listing events, quarterly futures, and structured products.
Injective Hardhat Integration
CHardhat development environment pre-configured for Injective EVM. Supports compile, test, deploy, verify, and interact workflows for Solidity contracts. Includes Injective testnet and mainnet network configurations, example contracts using the Bank and Exchange precompiles, and deployment scripts.
Injective IBC Module
CInter-Blockchain Communication (IBC) module enabling native asset transfers and interchain accounts between Injective and 50+ Cosmos chains. Supports ICS-20 token transfers and ICS-27 interchain accounts. The primary mechanism for bringing ATOM, OSMO, TIA, axlUSDC, and other Cosmos assets to Injective.
Injective AuthZ Module
COn-chain authorization module that lets accounts grant specific message execution rights to other accounts without sharing private keys. Essential for AI agent workflows — agents receive MsgGrant authorizations (e.g. MsgCreateSpotMarketOrder, MsgCreateDerivativeMarketOrder) to operate on behalf of users without requiring per-transaction approval.
Injective Indexer
CMongoDB-backed microservices infrastructure that indexes all Injective chain events in real time. Serves fast historical queries, market data aggregation, and WebSocket streaming to dApps via gRPC-Web and REST. Powers the Exchange API and provides analytics beyond direct chain queries.
Injective Distribution Module
CCosmos staking reward distribution module for Injective. Calculates and distributes block rewards and transaction fees to validators and their delegators proportionally to stake. Handles validator commission rates, delegator reward withdrawals, and community pool funding.
Wrapped INJ (wINJ)
CERC-20 wrapper for native INJ on Injective EVM. Enables INJ to be used in EVM smart contracts, DEXs, and DeFi protocols requiring the ERC-20 interface. Backed 1:1 by native INJ via the Bank Precompile. The canonical EVM-native form of the INJ token.
Injective Staking Precompile
CStaking module precompile at 0x66. Allows EVM contracts and wallets to delegate, undelegate, and redelegate INJ to validators directly on-chain, plus query delegations, unbonding periods, validator set, and staking pool. 8 functions.
Injective Web3 Gateway
CEthereum JSON-RPC compatibility gateway for Injective. Provides a Web3/MetaMask-compatible endpoint that translates standard eth_ calls to Injective native transactions. Handles fee delegation, EIP-155 signing, and seamless use of standard EVM tooling (ethers.js, viem, Foundry, Hardhat) against the Injective chain.
Injective TokenFactory Module
CPermissionless native token creation system for Injective. Any account can issue tokens in the format factory/{creator}/{subdenom}. Token admins can mint, burn, update metadata, and transfer admin rights. Tokens integrate natively with IBC, Exchange, and EVM layers.
Injective Bank Precompile
CNative bank module precompile at 0x64. Bridges Injective native/IBC/factory tokens to EVM as ERC-20s via the MultiVM Token Standard. 7 functions: mint, burn, transfer, balanceOf, totalSupply, metadata, setMetadata.
Injective Insurance Module
COn-chain insurance fund system backing Injective derivative markets against insolvency. Each derivative market has its own insurance fund. Liquidity providers underwrite risk in exchange for fund shares (redeemable tokens). Funds are tapped when a market's auto-deleveraging cannot cover a shortfall.
Injective Governance Module
COn-chain proposal and voting system for protocol evolution. Community members stake INJ to vote on parameter changes, software upgrades, and chain actions. Requires 33.4% quorum with a 50% yes-vote threshold over a 4-day voting period.