Byardkuria
TNPer
Let's play economist in this thread - how is the whole thing going to interact withthe forum, the region, and NS at large?
Yes, I was thinking of this when I posted my initial reply.I'd be more inclined to go with a transaction tariff than a poll tax. Poll taxes were basically viewed in the real life US as an infringement on the right to vote, and were later banned in the constitution under the 24th amendment.
They could alwyas take out a loan, at what I'm sure is a very reasonable APR. The Bank needs to make money, too.Fedele, there might always be the case of someone who just joins the region in time to vote but has no posts/money yet.
The script has a way of handling this. Someone's cash balance can be altered without having to interfere with their post count. It's fortunately very easy to do.Are you decided upon how money will be transfered? I'd assume that post count transferance will not be too popular, considering the spammers we have around here.
Hey, it gives the court something to do...If this is used to generate commerce (sales of "goods and services", then that means disputes could arise between a buyer and a seller.
This would mean there would be a need for an arbiter for the dispute using the civil proceeding language of the provisions governing the Court of The North Pacific.
(And since the civil proceeding permits any remedy the Court determines appropriate, that could lead to settlement of contractual disputes by the Court or even the imposition of a fine.
Oh well, I suppose I'll have to rise to power the old fashioned way...The administration will not permit transfer of funds for political gain. We'll cut those trials off at the start.
What?? No vote buying?! Now that just takes all the fun out
We would need to enact laws regarding bribery, theft, extortion and "vote buying."
Second!As far as I'm concerned, the discussions of two consenting adults are no one's concern but their own.
(The money has been transferred, BTW. )
Deikura via PM:...there is one major major pitfall in the plan as it stands.
Inflation.
There is currently an infinite supply of money, and thus, the price of anything created will skyrocket quickly. Money has no value unless there is a limited amount and everyone agrees to it's worth.
The first priority should be to make a pool of money, a limited amount that can be distributed forum-wide, even if that amount is absurdly high. Once that supply is tapped, it is tapped and should not be raised unless nobody is able to earn any money in any way shape or form.
The first thing that should be set aside from the primary 'pool' is 'wages'. A separate fund for minister/high-ups wages and post-count wages. Which means that the gov't or admin team (whoever ends up controlling these pools) has to have some way to make it back, through taxes, fees and fines.
What is not in these funds should be put into the Reserve and held until the government goes bankrupt. Then it may borrow from the Reserve. Also, normal citizens should also be able to borrow from the reserve, in case they need money. Increased borrowing lowers the interest rates on these loans. The interest paid on those loans goes to the government, while the reserve is to be kept the same, with moneys both present and due through loans.
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "$";
var name = "<br><br>Money";
var PerPost = 10;
var default_amount = 0;
var Cash_Reserve = 10000000
var Reserve_Funds = Cash_Reserve
// Directions:
// Enter name of member within this space:
// MID[" HERE "]="0"
// Enter their balance change in this space:
// MID["member1"]=" HERE "
// Positive and negative numbers allowed.
// Don't touch ANYTHING else.
var MID=[];
MID["Grosseschnauzer"]="11990"
MID["Cash Reserve"]="Reserve_Funds"
MID["member3"]="0"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount)
Reserve_Funds = Reserve_Funds - PerPost}
else{ EXP = (Posts * PerPost)+parseInt(default_amount)
Reserve_Funds = Reserve_Funds - PerPost}
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>
Got it. It's not the same, rather a shorter version that I do not believe allows us to alter cash balances separately.Hers, I sent you a PM at the IDU forums, where I was supplied with the script used there to generate cheeses exported instead of money, but which is also based on post count.
Whether it is the same one as the one you are testing here, I would not know, but it ought to be a basis for comparison if nothing else.
Byard:This way, the Bank can control how many dollars are circulating, by adjusting the "price" of a post based on number of posts. This also prevents malicious spammers from being able to devalue the currency directly - any big old post streaks can be adjusted by the admins before they can be turned into (directly) negotiable currency.
The Regional Reserve is the master cash cow. Everything comes from it. Say approximately half of the initial value goes to the government salary and post count fund, divided between them. After that, the Regional Reserve would not be able to 'change' per se. It either has the amount at that point on hand, or both on hand and in loan values that have been approved by the MoF.@ Deikura: So... we would need three accounts for this... one where the post-count based income is drawn from, one for Gov't Salaries (probably drawn from one of the other two), and a Emergency Cash Reserve for the Gov't... right?