Posts tagged #defi

2 posts.

August 1, 2026 · 4 min read

Injective RPC: The Chain Where the Order Book Is a Native Module

Injective is a Cosmos-SDK finance L1 (injective-1) whose defining feature is a native, chain-level central-limit order book — a protocol module, not a smart contract. The RPC is CometBFT/Tendermint JSON-RPC (not eth_*), with sub-second blocks and instant single-block finality. Here's the developer map, including how you query the exchange module and place orders.

Read →
July 15, 2026 · 4 min read

Osmosis RPC: Querying the Cosmos DEX Where the AMM Is a Chain Module

Osmosis is the leading Cosmos DEX — a non-EVM Cosmos SDK chain (osmosis-1) on CometBFT. The twist for developers: the AMM isn't a smart contract you eth_call, it's a native chain module you query over Tendermint RPC, REST, or gRPC. Here's how to read pools, prices, and swaps.

Read →