Skip to main content

Introduction

Warden Protocol modules are Cosmos SDK modules containing most of the Warden Protocol's logic. Users can interact with them by sending transactions or querying nodes.

Articles in this section describe the following modules:

  • x/act: It executes arbitrary messages (Actions) under certain conditions (Rules).
  • x/warden: It allows users to create and manage their Spaces and request Keychains to sign payloads.
  • Coming soon: x/gmp and other modules.