Skip to content

Commit 2e27ac8

Browse files
committed
fix: update TaxRate description
1 parent 1e28049 commit 2e27ac8

File tree

1 file changed

+4
-4
lines changed
  • content/en/docs/develop/core-modules

1 file changed

+4
-4
lines changed

content/en/docs/develop/core-modules/xatp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The module works through the following steps:
1313

1414
1. The token is registered through a proposal
1515
2. The XATP module owns an account(hereafter the module account) holding XPLA to pay fees
16-
3. When a user generates a transaction, the module pays its fee in a registered token that is higher value than the original one by `TaxRate`
17-
4. The paid fees are sent to the XATP module, and the module pays the fee in XPLA by the module account
18-
5. The remaining fee(equal to the user paid fee multiplies (1 - `FeePoolRate` + `TaxRate`)) is distributed to the `community pool`, `reserve account`, and `reward pool` according to the ratios in [parameters]({{< ref "xatp#parameters" >}}).
16+
3. When a user generates a transaction, the module pays its fee corresponding to the increased value by `TaxRate` with the registered token
17+
4. The paid fees are sent to the XATP module, which pays the fee in XPLA by the module account.
18+
5. After subtracting the fee transferred to the fee pool, the remainder is distributed to the `community pool`, `reserve account`, and `reward pool` according to the ratios in [parameters]({{< ref "xatp#parameters" >}}).
1919

2020
## State
2121

@@ -121,7 +121,7 @@ type Params struct {
121121
- type: `sdk.Dec`
122122
- default: `0.2`
123123

124-
The ratio of paying in XATP denom compared to the default denom, generally with a higher value than default.
124+
The ratio of tax charged when paying in XATP denom compared to the default denom.
125125

126126
### FeePoolRate
127127

0 commit comments

Comments
 (0)