topnav

Series Info...Storms on Cloud 9 #42:

Death and Taxes

by Scott Holliday
2005-09-22


I've spent some time considering the problem of real-cash to virtual-good exchanges. Clearly, this is going to be one of the biggest issues in online games for some time to come. I'm not going to argue one way or the other. In some cases, it may be beneficial to the game in question. In others, probably not. We've seen in recent history several different games fighting the second-markets with varying degrees of success. Some struggled fiercely, even banning some of their players. But their secondary-markets are still thriving. Others, such as EQ2 decided to take the line "if you can't beat 'em, join em." My guess is that this will crush the secondary-markets, but at the cost of becoming one yourself.

Since my articles' theme is game design philosophy / mechanics, I wanted to present an alternate attack, by using the mechanics themselves to combat out-of-game exchanges. I've called it "InvisiTax", but you can really call it whatever you like. I'm sure there is a better name out there somewhere. I've seen similar systems in MUDs and MOOs, probably ten years ago, that were designed to prevent twinking. It worked there. Whether it would be able to defend against the "unstoppable power" of perceived-value economics, I don't really know. However, combined with other efforts, it certainly couldn't hurt.

Introduction:
This proposal is intended to present a system to discourage trade of virtual goods for real-life money. The chosen method is designed to make selling virtual goods unprofitable to the one selling (and buying). As such, a seconday objective is to house the system entirely within the game mechanics so that it will be taken care of automatically in game play without further distracting the players.

The process is designed to discourage unequal trading by placing a tax on unequal trades. In effect, when an unequal trade occurs, the system destroys some of the value that is traded. Regardless of the method used to move virtual goods (trading, drop and pick-up, PVP loot), the system could be configured to warn each party (if active) how much value is due for destruction. Obviously, trading with yourself is not taxed. For this reason, items dropped will need "owner" tags so that the owner can pick them up again with penalization.

To especially target out-of-game trades, the process is geared to put higher penalties on trades that transfer large amounts of wealth unequally. As shown in the formula below, the more wealth that changes hands, the greater percentage of wealth is destroyed. By this method, equal exchanges are untaxed. However, unfair trades (such as an Ebay delivery) will lose a large portion of their value.

This may encourage second-markets to trade in multiple small packets. However, this will naturally throw warning flags. Why did Player1 drop 100 packets of 10 gold all picked up by Player2? Furthermore, this would be an annoyance to both the seller and buyer. Especially if there was a time delay after making multiple drops in a short period of time. If the process itself becomes annoying to both parties, the "true value" in the exchange is further reduced.

Formula:
StandardUnit : a standard monetary unit, perhaps 1 coin, perhaps 100. The amount chosen changes the InvisiTax curve.
TradeValue1 : the value of player1's offer (larger amount).
TradeValue2 : the value of player2's offer (smaller amount).
ValueDifference = TradeValue1 - TradeValue2 : the difference of value.
InvisiTax = ValueDifference / (ValueDifference + StandardUnit) : the InvisiTax ratio to be assessed (it's a limit)
ValueDestroyed = ValueDifference * InvisiTax
TradeValue1 AfterInvisiTax = TradeValue1 - ValueDestroyed

Examples:
Player1 offers 25g for Player2's sword worth 15g.
StandardUnit= 100g
ValueDifference=10g
InvisiTax = 10g / 110g = 1 / 11
ValueDestroyed (if trade occurs) = 10g * 1 / 11 = 0.9g
TradeValue AfterInvisiTax = 25g - 0.9 = 24.1g

Player1 gives 1000g to Player2 (by trade, drop, or loot).
StandardUnit= 100g
ValueDifference=1000g
InvisiTax = 1000g / 1100g = 10 / 11
ValueDestroyed (if trade occurs) = 1000g * 10 / 11 = 909g
TradeValue AfterInvisiTax = 1000g - 909g = 91g.

Added / Unintended Effects:
Obviously, unequal trades will lose some value. Thus, if someone is selling something well above market average, he will lose a portion of his profit. In fact, since the system uses a limit, there will be a breakpoint where raising prices further will become pointless.

"Twinking" characters becomes difficult. Since some players enjoy being generous, this may discourage them, except for small donations. However, many players dislike the economic effects caused by twinking, so I would consider this effect an added plus.

The system will need to maintain data on the average market prices for items. Otherwise, it will be unable to guess how much something is worth. In any case, since the system only destroys value, it can not be exploited in reverse.

To reduce item value when selling at a discount, the item could be damaged, or could be shown with a reduced stack size. If neither of these options are available, perhaps the item could be substituted for a similar item of lesser value.

Just because an item is offered does not mean it is taken. For instance, a character examining a box may find 30 different items left there. Although he will see the values after InvisiTax (of the total), the values of individual items won't change until he picks something up.

Certain exchanges (such as donations to one's guild) who'd have to be carefully looked at. Perhaps money given to the guild may only be used for guild-level purchases. Guildhalls. NPC servants. Guild-level items. In this manner, you can avoid InvisiTax while giving to the guild. But, the guild may not give to individuals without invoking InvisiTax.

[ <— #41: Archives and Information | #43: Traffic and Pipes —> ]