Bot System
BotList Architecture
Components
Component
Description
Permission Storage
// BotListV3 storage
mapping(address bot =>
mapping(address creditManager =>
mapping(address creditAccount => uint192 permissions)
)
) internal _permissions;Permission Model
Permission Flags
Permission
Value
Operation
ALL_PERMISSIONS Constant
Granting Permissions
Setting Bot Permissions
Process
BOT_PERMISSIONS_SET_FLAG
Bot Operations
botMulticall Execution
Execution Flow
Permission Enforcement
Safety Model
Security Properties
Property
Mechanism
Forbidden Bot List
Collateral Check Protection
Bot Development
Implementing IBot Interface
Common Bot Patterns
Bot Type
Typical Permissions
Last updated
