# Auth
Auth module is responsible for specifying the base transaction and account types for an application.
# Available Commands
| Name | Description | 
|---|---|
| account | Query for account by address | 
| params | Query the current auth parameters | 
# plugchaind query auth account
Query for account by address.
plugchaind query auth account [flags]
# plugchaind query auth params
Query the current auth parameters.
plugchaind query auth params [flags]
← Introduction Bank →