Interesting idea but how difficult/easy will it be for people to integrate this into their existing blogs/websites? I think people would be more inclined to invest in your project if you had the support of well-known sites/blogs right from the start with guaranteed integration once launched.
The other thing I'm concerned about (something which I think is a very real barrier to mass adoption for any coin) is the fact that regular users(non-crypto users) will have to download and install a client to take advantage of this feature. Generally, you'll find very few people willing to install new software without strong incentive. Ideally you'd require no effort/work whatsoever from regular users. So that the next time a user logs into his favorite site, he already has an R3D address linked to his account and he can start earning immediately, withdraw or deposit.
Anyways good luck with your project, this is certainly something that could work if done right.
Further development post-CFC will be done for modules to make this happen. That's what the team is looking for in terms of expansion beyond the initial client and abilities. Folks that have the ability (I do have this ability but my tasks for r3d are specific and require my attention) can create wordpress modules easily that integrate the frontend for example to create a system where users can create their own accounts on the network, post onto it, and so forth all through their front end as long as their wallet had the funds to support those actions. A typical use for something like that could go as follows:
The site owner has 1,000,000 r3d (is the reason the price point is so low clear here?) and wants to offer his audience an ever-ready, always-up medium for not only storing their feedback and posts but also an unbreakable source for reading and interaction with the rest of the community.
A module written could send that registration through the blockchain, assign the user 20k r3d in the backend, and allow them to post freely on the site or vote for folks, comment, etc. When the site's loaded, the content for it is pulled through RPC and exported as JSON. How you style the data is completely up to you of course, it's just readily available.
Now let's say you wanted to pull another site's news and display it as a sidebar. It's a simple matter of subscribing to that site, and then telling the JSON reader (many exist for many platforms and even standalone to insert widgets on sites) to pull from the local running r3d.
So now you've got your site and users and everything's great. You have a hard drive failure with limited or no backups. Now your users are frustrated, some might understand but they also might not trust the integrity of the site moving forward. What do you do?
You set up your new drive, whatever webserver software you prefer, pull the JSON feed for your site and rebuild your backend based on the values in that feed. For example a post will contain the author's name in it. You could quickly rebuild your site and backend userbase with no lost data because it's all on the blockchain. This takes some programming knowledge which is what additional developers would be hired for as the current work is already delegated so that one person isn't wearing too many hats. Focus on the one task you're assigned and do it right, not to be spread too thin and leave too much margin for error.
Best regards,
syntaks