deving.zone
/
No results for "
" in assets, networks, teams, apps, wallets, NFTs, or addresses.
Search is temporarily unavailable. Try again in a moment.
Jump to
Assets
Networks
Teams
Apps
Wallets
NFTs
Addresses
L1
Overview
Blockchains
Pools
DeFi
Overview
THORChain Assets
RUJI Trade
RUJI Trade Analytics
RUJI AMM
RUJI Money Market
bRUNE (Liquid Bonded RUNE)
TCY
Rujira Merge
RUJIRA Migration
Eco
Overview
Teams
Projects
DAOs
Wallets
Frontends
Project Map
Data
Overview
Addresses
Transactions
Rujira CCL Range Orders
RUJI Routing
Live App-Layer Contracts
Chain Synth
Midgard API Samples
MCP API Docs
Devs
Overview
THORChain Internal
Contracts
Codes
CosmWasm Sources
Map Ecosystem Internals
Everything Map
Friends
Overview
Blockchain Communities
NFT Communities
MAYAChain
Cosmos
Login
Home
Devs
CosmWasm Sources
Data Explorer · Wasm Sources
App-Layer
CosmWasm Sources
Teams, repositories, and releases behind every code on THORChain.
AutoRujira
All fresh
auto_v2_fee_manager
1 code
2 contracts
AutoRujira
All fresh
auto_v2_workflow_manager
1 code
2 contracts
RUJIRA
All fresh
bRUNE
BRUNE is a restaking token allowing permissionless access to RUNE's underlying revenue model. The rujira-brune contract acts as a market maker on the RUNE/BRUNE rujira-fin pair, where it asks for 1 RUNE per BRUNE, and bids at a dynamic spread based on the contract's liquid RUNE reserves. Each churn, the contract will calculate the increase in RUNE denominated value through bonding, and add it to a queue that is streamed to the BRUNE staking contract, where yield can be earned by BRUNE holders.
3 codes
1 contract
CALC
All fresh
Calc DCA
3 codes
666 contracts
CALC
All fresh
CALC MANAGER
1 code
1 contract
CALC
All fresh
CALC SCHEDULER
1 code
1 contract
RUJIRA
Never synced
cw1-whitelist
0 codes
no instances
RUJIRA
All fresh
CW3 Flexible Multisig
CW3 Flexible Multisig - This builds on cw3-fixed-multisig with a more powerful implementation of the cw3 spec. It is a multisig contract that is backed by a cw4 (group) contract, which independently maintains the voter set.
1 code
1 contract
RUJIRA
All fresh
CW4 Group
This is a basic implementation of the cw4 spec. It fulfills all elements of the spec, including the raw query lookups, and it designed to be used as a backing storage for cw3 compliant contracts. It stores a set of members along with an admin, and allows the admin to update the state. Raw queries (intended for cross-contract queries) can check a given member address and the total weight. Smart queries (designed for client API) can do the same, and also query the admin address as well as paginate over all members.
2 codes
20 contracts
RUJIRA
Never synced
cw721-base
0 codes
no instances
DaoDao
All fresh
cw-admin-factory
Serves as a factory that instantiates contracts and sets them as their own wasm admins.
1 code
1 contract
DaoDao
All fresh
dao-dao-core
This contract is the core module for all DAO DAO DAOs. It handles management of voting power and proposal modules, executes messages, and holds the DAO's treasury.
1 code
22 contracts
DaoDao
All fresh
dao-pre-propose-multiple
1 code
9 contracts
DaoDao
All fresh
dao-pre-propose-single
1 code
22 contracts
DaoDao
All fresh
dao-proposal-multiple
1 code
9 contracts
DaoDao
All fresh
dao-proposal-single
1 code
22 contracts
DaoDao
All fresh
dao-rewards-distributor
1 code
2 contracts
DaoDao
All fresh
dao-vote-delegation
1 code
1 contract
DaoDao
All fresh
dao-voting-cw4
1 code
19 contracts
DaoDao
All fresh
dao_voting_token_staked
Simple native or Token Factory based token voting / staking contract which assumes the native denom provided is not used for staking for securing the network e.g. IBC denoms or secondary tokens (ION). Staked balances may be queried at an arbitrary height. This contract implements the interface needed to be a DAO DAO voting module.
1 code
3 contracts
Levana
Never synced
levana-perpswap-cosmos-copy-trading
This contract provides copy trading capabilities for Levana Perps. Leaders are able to open and close positions using funds deposited into their management.
0 codes
no instances
Levana
All fresh
levana-perpswap-cosmos-countertrade
This contract performs a basic countertrade trading strategy. It allows permissionless deposit of funds to be used for opening unpopular positions on markets. Unpopular positions will receive funding payments. This is a risky, non-delta-neutral strategy, as it still exposes users to price exposure.
1 code
no instances
Levana
All fresh
levana-perpswap-cosmos-factory
The factory contract maintains a single perpetual swaps instance. Each factory is responsible for 0 or more markets, and provides configuration and administrative capabilities.
1 code
1 contract
Levana
All fresh
levana-perpswap-cosmos-liquidity-token
Levana Perps markets allow liquidity providers to deposit funds in exchange for liquidity pool tokens. These tokens are tracked and maintained within the market contract. This contract acts as a proxy for the market, and provides a CW20-compatible interface for trading LP positions as fungible tokens.
1 code
24 contracts
Levana
All fresh
levana-perpswap-cosmos-market
This is the primary contract for Levana Perps, providing all services around configuration, PnL calculations, trading, liquidity providing, and more.
4 codes
12 contracts
Levana
All fresh
levana-perpswap-cosmos-position-token
Levana Perps treats each new position as its own, unique entity. This contract provides a proxy interface with a CW721-compatible (NFT) interface, to trade positions between users.
1 code
12 contracts
Liquidy
All fresh
liquidy-swap-router
1 code
1 contract
RUJIRA
All fresh
nami-affiliate
nami-affiliate is a CosmWasm contract designed to facilitate affiliate fee distribution for transactions. It supports executing messages to a target contract while optionally deducting affiliate fees from the input funds. The contract ensures fees are calculated based on a basis points (bps) system and sent to an affiliate address, with the remaining funds forwarded to the target contract. It also includes a callback mechanism to return residual balances to the sender.
1 code
1 contract
RUJIRA
All fresh
nami-index-entry-adapter
nami-index-entry-adapter is a CosmWasm contract that serves as an adapter for interacting with nami-index-fixed contract, facilitating deposits and withdrawals with token swaps. It supports multi-step operations, including swapping input tokens to a quote denomination, depositing into an index, and handling residual funds. The contract uses a callback mechanism (ExecuteMsg::Then) to chain operations and manage swap contracts via sudo messages.
2 codes
1 contract
RUJIRA
All fresh
nami-index-fixed
nami-index-fixed is a CosmWasm contract implementing a fixed-unit index strategy. Each receipt token represents a deterministic basket of tokens. The contract supports exact-ratio deposits, proportional withdrawals, and a reallocation entry point protected by sudo. Reallocation is assumed to be a two-leg token swap. For example, swapping Token A to Token B is done via Token A -> base_token -> Token B.
2 codes
2 contracts
RUJIRA
All fresh
nami-index-nav
nami-index-nav is a CosmWasm contract implementing a net asset value (NAV)-based index strategy. Each receipt token represents a proportional claim on the total value of the fund. Deposits and withdrawals are made in quote_denom (e.g., USDC), and the fund's NAV is determined using external price feeds. Rebalancing is permissionless and triggered via the Run entry point.
3 codes
2 contracts
Redacted
All fresh
Redacted Proxy
1 code
1 contract
Redacted
All fresh
redacted-sub-wallet
1 code
25 contracts
RUJIRA
All fresh
rujira-bow (pools)
The automated market-maker for the Rujira Network
2 codes
18 contracts
RUJIRA
All fresh
rujira-fin (trade)
The orderbook for the Rujira Network. 100% on-chain, crankless, with guaranteed and fair order execution, and operating with O(1) complexity.
5 codes
37 contracts
RUJIRA
All fresh
rujira-ghost-credit
2 codes
312 contracts
RUJIRA
Never synced
rujira-ghost-mint
0 codes
no instances
RUJIRA
All fresh
rujira-ghost-vault
Money-market vault for a single denom. Accepts deposits, mints receipt tokens, and tracks utilization/interest rate. Whitelisted contracts such as Ghost Credit can borrow and repay on behalf of users. Interest rate is a function of utilization (borrowing/deposit) and is distributed from borrowers to lenders, minus protocol fee.
2 codes
23 contracts
RUJIRA
All fresh
rujira-merge
Merge contract for $RUJI, the fee-switch token of The Rujira Alliance. Merge tokens are exchanged for $RUJI, with a linear decay, and $RUJI re-allocation mechansism. A user can either Deposit merge tokens, or Withdraw $RUJI tokens from the contract.
5 codes
7 contracts
RUJIRA
All fresh
rujira-mint
A simple contract enabling one-shot token minting on instantiation. Used for $RUJI TGE
2 codes
1 contract
RUJIRA
All fresh
rujira-revenue
Simple smart-contract to collect reward tokens and convert them into a smaller number of assets to be distributed to $RUJI and $RUNE stakers. One contract instance is deployed per revenue token.
3 codes
9 contracts
RUJIRA
All fresh
rujira-staking
Generic staking contract for revenue distribution with inbuilt liquid staking.
3 codes
4 contracts
RUJIRA
All fresh
rujira-thorchain-swap
Rujira THORChain Swap (aka Virtualization Strategy) is an Autmoated Market Making strategy that provides atomic swap execution, settled over base layer pools, by borrowing returned funds from rujira-ghost-vault. Conforms to BOW (RUJI Pools) market maker interface for integration with FINS's orderbook (RUJI Trade). Only whitelisted markets can call swap to validate the base-layer quote before execution. Supports reserve fees and streaming swaps with configurable limits.
5 codes
4 contracts
THORChain
All fresh
VestingFactory-v2
1 code
2 contracts
THORChain
All fresh
vest_to_thor
2 codes
15 contracts