diff --git a/docs/develop/module-specifications/spec-feeshare.mdx b/docs/develop/module-specifications/spec-feeshare.mdx index 2b90b1886..6f18f6e0d 100644 --- a/docs/develop/module-specifications/spec-feeshare.mdx +++ b/docs/develop/module-specifications/spec-feeshare.mdx @@ -8,7 +8,7 @@ The FeeShare module is an open-source module created by the Juno network. This d -The FeeShare module enables contracts to share in the distribution of fees generated from contract transactions. Whenever a transaction occurs, a gas fee is incurred and distributed to validators via the [Distribution module](./spec-distribution.mdx). With FeeShare, a portion of this fee can be diverted back to an address specified by the contract the transaction originated from. In order to participate in fee sharing, contracts must be [registered with the module](../guides/register-feeshare.mdx). +The FeeShare module enables contracts to share in the distribution of fees generated from contract transactions. Whenever a transaction occurs, a gas fee is incurred and distributed to validators via the [Distribution module](./spec-distribution.mdx). With FeeShare, a portion of this fee can be diverted back to an address specified by the contract from which the transaction originated. In order to participate in fee sharing, contracts must be [registered with the module](../guides/register-feeshare.mdx). ## Governance parameters