I’m planing hosting an instance, and I think that in the end I’ll have to let the users pay for subscription. But just when I was imagining how I should design the subscription, I found there’s a dilemma arose from the nature of fediverse:

(assume that people really like my instance for some reason)

  1. If I charge my users, they may simply register on another instance and keep interacting with my instance to avoid paying the fees.
  2. I can limit activities of the users who don’t register on my instance to force them to subscribe my instance, but such action is obviously destructive to the fediverse.

I think this is not only my own problem. I think every instances with some scale faces the issue of costs, and relying on donation forever may not be a long term solution. So here’s the question: how to let the owners of the instances get paid without violating the values of fediverse, i.e. decentralization and federation? Moreover, the solution should let the instances with higher popularity earn more money, so that’ll encourage people to host high-quality instances. And I just figured out a (possibly very rough) solution by integrating blockchain to fediverse.

First, there will be a blockchain. There will be these cryptocurrencies:

  1. the universal currency, let’s say “fedicoin”. Fedicoin can be traded on trading platforms like normal cryptocurrencies.
  2. the currency of every single instance, e.g. InstanceA coin for InstanceA, InstanceB coin for InstanceB. The instance-specific coins are only used for federation between instances.

and the blockchain holds these data:

  1. how many fedicoins and instance-specific coins each instances owns.
  2. how many fedicoins each non-instance users owns, if any. I guess it would be better that only the instances can own instance-specific coins.

For operating the blockchain, there should be nodes to hold the data and process the transactions. The nodes can be either served by the instances or the non-instance machines. The nodes earn fedicoins.

When instances are federating with each other, every “demand” requires paying some instance-specific coins. The price of each type of demand will be predefined in the federation APIs. For example, if a user on InstanceB want to post on InstanceA, then InstanceB have to pay 10 lemmy.world coin to lemmy.world, and vise versa.

To earn instance-specific coins to pay for the demands, all the instances will “trade” automatically with other instances, and the “exchange rate” will be determined by some algorithm, possibly based on the amount of demands between each two instances. For example, if on average the demand from InstanceB to lemmy.world is 5 times more than the demand from lemmy.world to InstanceB, than in a trade, InstanceB may get 1000 lemmy.world coin, while lemmy.world may get 5000 InstanceB coin.

There will be an upper limit for every instance to own other instances’ coins. For example, when lemmy.world owns 100,500 InstanceB coins, which exceeds the limit 100,000, then lemmy.world will refuse to trade with InstanceB by InstanceB coins. Under such condition, InstanceB have to trade with lemmy.world by the fedicoin. The owners of InstanceB will have to purchase fedicoin to let InstanceB trade with lemmy.world to maintain the fedaration.

Currently I think that the exchange rate between fedicoin and an instance-specific coin should be controlled by the owners of each instance, because each instance may have different costs for machines and moderation.

Finally, (hopefully) we’ll have a fediverse like this:

  1. The highly-demanded instances earn fedicoins, which can be exchanged to real-world currencies. Such mechanism also encourages hosting high-quality instances and more open federation.
  2. The instances can simply charging their users normally by real-world currencies, so the users don’t have to bother about cryptocurrencies.

Other side notes: Defining the prices of the demands may be tricky? For example, if my understanding is correct, there’s no actual action like “read” when instances are communicating with APIs.

For the automatic trades between instances, of course there should be some controllable configuration, e.g. “don’t buy coins over some price from some instances”.

I’m just interested in the fediverse, and I hope my ideas can be helpful for its development. Any comments or crossposting are welcome and thank you for your reading.

2 points

I think that until we get regulation it’s better to avoid generating new tokens and asking people to buy into projects. There is an ungodly amount of scamming and financial nonsense right now and small cap tokens would get wrecked over and over and people would lose money. Even DAOs are too young to be used here.

Also people hate cryptocurrency, as you can tell and I wouldn’t taint the fediverse with potential a potential cryptocurrency scam. Nope. I think at best you could host an instance and accept donations from large/reputable tokens.

permalink
report
reply
8 points

Cryptobros fuck off

permalink
report
reply
1 point

Sung to the tune of a certain Dead Kennedys song, as covered by Napalm Death.

permalink
report
parent
reply
6 points
*

I’ve been thinking a lot about this. Another way might be for a Lemmy instance to run a stake pool from the same machine. They could offer perks to users while also not requiring donations directly. Perhaps even reward users with the pool’s native tokens for every post they submit or something (this is a great place to bring up the drawbacks and very real issues that offering a perverse incentive can have: Cobra Effect).

The tech chosen is a key decision(in this case Cardano would be my recommendation honestly because I prefer the tech and not because I have a bag of it) because that stake pool could mint native tokens and use those as a currency for use on their instance if we used Cardano. Native tokens on Cardano are cheaper and not subject to the same fees as other (ERC-20) chains to use and mint. So it would allow that instance to have its own native currency with very little overhead.

Look at Kbin’s old code. There’s some mention of Cardano wallets on there so I’m guessing that the creator of that was interested in this idea.

permalink
report
reply

Yeah, despite the strong anti-crypto sentiment on Lemmy, this is exactly the problem that projects like Nostr is trying to solve by integrating Lighting as a first-class payment system in the ecosystem.

Services get paid for by one of four ways:

  • Harvesting and reselling of user data. Which is wildly unpopular, and why a lot of people are on Lemmy and not Reddit or Facebook.
  • Ads. Which is also unpopular and again why people come to services like Lemmy
  • Pay-for-service, which is what you’re suggesting, only via crypto, which is easier than accepting credit card transactions, and safer for users.
  • The hosted paying for it out of the goodness of their hearts. So, charity. Sometimes there’s corporate charity, and that’s nice, except for the potential for money coming with strings attached, now or eventually.

Someone always pays; its expensive to host a popular instance. People suggesting you should host for free are selfish freeloaders, so know that some people understand that hosting costs, and sympathize with with your desire to offset that cost.

I like the volunteer micro-transaction model. Those who can afford to pay some amount for good service, and hopefully this provides welfare for those who can’t afford to pay. But the cryptocurrency space is a mess at the moment, and an economical currency (probably proof-of-stake rather than proof-of-work) needs to gain some traction, and overcome a lot of ignorant bigotry.

permalink
report
reply
3 points

Cryptocurrency is a nightmare space right now and I’m not sure how long or how it will recover. Particularly alt-coins. I don’t have a problem with the other stuff.

I’m not sold on decentralized infrastructure yet. I tried Presearch, and it’s neat, but a lot of this things are like… when is it never going to be niche or a passing interest?

permalink
report
parent
reply
6 points
*

Nostr also has the excellent cost-control mechanism of first requiring users to set up a cryptographic key pair - you can smell the freedom from here! - and second of being full of coiner spam. This keeps server usage to a minimum in practice,

permalink
report
parent
reply

Nothing wrong with having a key pair, but yeah, most of the content in Nostr is unfortunately cryptocurrency related.

permalink
report
parent
reply
0 points

Thank you for you comments. I’m naive to crypto, so this is just an intuitive proposal. Hope someone can figure out some approaches which are acceptable to wider participants.

permalink
report
parent
reply
17 points

You shouldn’t host a Lemmy instance if it’s dependent on donations on day one.

You can use donations to offset your expenses, but you should be able to pay those expenses yourself, regardless of donations.

If you suddenly can’t afford to run your instance, because a lack of donations, you scaled too far beyond your own means.

permalink
report
reply
-4 points

I should make the context more specific. I don’t want to host an expensive instance on day one. However, my long term goal is much bigger: I want to host an instance that serves as a competitive alternative to Facebook/Threads/X to the users in my country, because disinformation is overwhelming here. Thanks to federation, the instances all over the world helps, theoretically I don’t have to scale as large as Facebook/X. But to reach that competitive scale, I don’t think I can just rely on the “kind, moral and awakened” users’ donation, so that’s why I’m thinking about such charging mechanism.

permalink
report
parent
reply
6 points

You shouldn’t host an instance that should take on Meta and X. You should be part of the Fediverse, which can more realistically take on Meta and X.

permalink
report
parent
reply
1 point

You’re right, it doesn’t have to be my instance. Fights with the fediverse is better. But why not having a paying mechanism to let the fediverse thrive?

Besides, I expect that tackling disinformation seriously costs significantly for human labor, and I doubt how many instance owners (in my country) are willing to do it.

permalink
report
parent
reply

Fediverse

!fediverse@lemmy.world

Create post

A community to talk about the Fediverse and all it’s related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

  • Posts must be on topic.
  • Be respectful of others.
  • Cite the sources used for graphs and other statistics.
  • Follow the general Lemmy.world rules.

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

Community stats

  • 5.4K

    Monthly active users

  • 1.7K

    Posts

  • 62K

    Comments