> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FundState

The state of the Fund component.

## Properties

| Property                                                      | Type                                                                                                           |
| ------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| <a id="country" /> `country`                                  | `string`                                                                                                       |
| <a id="cryptoamount" /> `cryptoAmount?`                       | `number`                                                                                                       |
| <a id="cryptocurrency" /> `cryptoCurrency`                    | `string`                                                                                                       |
| <a id="cryptodecimalplaces" /> `cryptoDecimalPlaces?`         | `number`                                                                                                       |
| <a id="exchangerate" /> `exchangeRate?`                       | `number`                                                                                                       |
| <a id="exchangerateerror" /> `exchangeRateError?`             | \| `null` \| [`FundStateError`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundStateError)    |
| <a id="isexchangeratepending" /> `isExchangeRatePending?`     | `boolean`                                                                                                      |
| <a id="ispaymentmethodspending" /> `isPaymentMethodsPending?` | `boolean`                                                                                                      |
| <a id="fiatamount" /> `fiatAmount?`                           | `number`                                                                                                       |
| <a id="fiatcurrency" /> `fiatCurrency`                        | `string`                                                                                                       |
| <a id="fiatdecimalplaces" /> `fiatDecimalPlaces?`             | `number`                                                                                                       |
| <a id="locale" /> `locale?`                                   | `string`                                                                                                       |
| <a id="network" /> `network`                                  | `string`                                                                                                       |
| <a id="paymentmethods" /> `paymentMethods?`                   | [`FundPaymentMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/FundPaymentMethod)\[]          |
| <a id="paymentmethodserror" /> `paymentMethodsError?`         | \| `null` \| [`FundStateError`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundStateError)    |
| <a id="presetamountinputs" /> `presetAmountInputs?`           | [`FundPresetAmountInputs`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundPresetAmountInputs) |
| <a id="selectedinputtype" /> `selectedInputType`              | [`InputType`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/InputType)                           |
| <a id="selectedpaymentmethod" /> `selectedPaymentMethod?`     | [`FundPaymentMethod`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/FundPaymentMethod)             |
| <a id="subdivision" /> `subdivision?`                         | `string`                                                                                                       |
| <a id="transactionstatus" /> `transactionStatus`              | [`FundLifecycleStatus`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Type-Aliases/FundLifecycleStatus)       |
| <a id="destinationaddress" /> `destinationAddress`            | `string`                                                                                                       |
