# Defund Bindings for Cosmwasm This is a crate for building dETFs on Defund with Cosmwasm. Add this crate to your Cargo dependencies to use the bindings to interact directly with the Defund chain. ## Install Add the crate dependency to your `Cargo.toml` file within your smart contract ```toml [dependencies] defund-cosmwasm = { version = "0.1.3" } ``` ## Query ## Msg