| Name | Type | Description | Notes |
|---|---|---|---|
| providerId | ProviderIdEnum | Stable protocol identifier (`MORPHO` or `AAVE`). | [optional] |
| displayName | String | Human-readable protocol name for UI. | [optional] |
| logoUrl | String | URL for the provider logo asset. | [optional] |
| supportedChainIds | List<Integer> | EVM chain IDs where this provider is supported. | [optional] |
| isTermsApprovalRequired | Boolean | Whether the user must accept terms before using this provider. | [optional] |
| termsOfServiceUrl | String | URL to the provider terms of service, when applicable. | [optional] |
| isTermsOfServiceApproved | Boolean | Whether terms have been approved for this workspace / context. | [optional] |
| Name | Value |
|---|---|
| MORPHO | "MORPHO" |
| AAVE | "AAVE" |