

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::WAFv2::WebACL CryptoConfig
<a name="aws-properties-wafv2-webacl-cryptoconfig"></a>

The cryptocurrency payment configuration for AI bot monetization. Contains the list of blockchain payment networks where you receive payments.

## Syntax
<a name="aws-properties-wafv2-webacl-cryptoconfig-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-wafv2-webacl-cryptoconfig-syntax.json"></a>

```
{
  "[PaymentNetworks](#cfn-wafv2-webacl-cryptoconfig-paymentnetworks)" : {{[ PaymentNetwork, ... ]}}
}
```

### YAML
<a name="aws-properties-wafv2-webacl-cryptoconfig-syntax.yaml"></a>

```
  [PaymentNetworks](#cfn-wafv2-webacl-cryptoconfig-paymentnetworks): {{
    - PaymentNetwork}}
```

## Properties
<a name="aws-properties-wafv2-webacl-cryptoconfig-properties"></a>

`PaymentNetworks`  <a name="cfn-wafv2-webacl-cryptoconfig-paymentnetworks"></a>
The blockchain payment networks configured to receive payments. You can specify 1 to 2 networks. All networks must be in the same environment-either all production networks (Base, Solana) or all test networks (Base Sepolia, Solana Devnet).  
*Required*: Yes  
*Type*: Array of [PaymentNetwork](aws-properties-wafv2-webacl-paymentnetwork.md)  
*Minimum*: `1`  
*Maximum*: `2`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)