> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v2.0/v2.0-core/algebrafeeconfiguration.md).

# AlgebraFeeConfiguration

```solidity
struct AlgebraFeeConfiguration {
  uint16 alpha1;
  uint16 alpha2;
  uint32 beta1;
  uint32 beta2;
  uint16 gamma1;
  uint16 gamma2;
  uint16 baseFee;
}
```
