Skip to content

Commit

Permalink
Merge branch 'seun/refurbish-docs' of github.com:polytope-labs/hyperb…
Browse files Browse the repository at this point in the history
…ridge into seun/refurbish-docs
  • Loading branch information
Wizdave97 committed Nov 26, 2024
2 parents 4da49c3 + 7be486b commit e747c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/developers/polkadot/fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ relayer_fee = gas_price_to_usd(destination_gas_price * destination_gas_cost) + r

## Pay in BRIDGE tokens

The easiest way to pay Hyperbridge, will be simply to set up your own [relayer](/developers/network/relayer) and pays Hyperbridge in it's native token: BRIDGE. In this manner, you don't have to pay for dispatching requests on your chain, and payments for request happen entirely offchain at the point of relaying requests to Hyperbridge. This has a few upsides such as fewer pallets in your runtime and less configuration overhead, at the cost of maintaining your own offchain relayer.
The easiest way to pay Hyperbridge, will be simply to set up your own [relayer](/developers/network/relayer) and pay Hyperbridge in it's native token: BRIDGE. In this manner, you don't have to pay for dispatching requests on your chain, and payments for request happen entirely offchain at the point of relaying requests to Hyperbridge. This has a few upsides such as fewer pallets in your runtime and less configuration overhead.

This is because without `pallet-hyperbridge`, your runtime has no way of incentivizing 3rd party relayers to relay messages on your behalf.
But these upsides however come at the cost of maintaining your own offchain relayer, as you're unable to rely on Hyperbridge's permissionless relayers. This is because without `pallet-hyperbridge`, your runtime has no way of incentivizing 3rd party relayers to relay messages on your behalf.


## Implementation
Expand Down

0 comments on commit e747c74

Please sign in to comment.