Pay and get paid
Price & debt limit
# every in_route and out_route has a price_config
price_config:
# how much you charge per incoming packet, in µMEL
inbound_price: 5
# debt limit for inbound packets, in µMEL
inbound_debt_limit: 50000
# max price you're willing to pay per outgoing packet, in µMEL
# this field prevents your neighbor from charging you more than the agreed amount
outbound_max_price: 10
# min debt limit you accept for outbound packets, in µMEL
# negative debt limit means prepayment is required
# this field prevents your neighbor from charging you a prepayment larger than the agreed amount
outbound_min_debt_limit: -100Payment methods
Testing payments
Last updated