Thursday, 30 March 2023

A Analysis

veritas logo3

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand theTerms & Conditions of the Veritaseum 2017 Veritas Sale..

_______________________________________________________________________________________________________________

  • Veritaseum Token Tutorial

Veritaseum is moving it's P2P Capital Markets platform to Ethereum. In order to use anything on the Ethereum network a person needs to have an Ethereum account.  The easiest way to do this, is with MyEtherWallet

  • Generate an Ethereum Account

  • Step 1

Click on Generate Wallet and enter a good password. You will always be able to regenerate the same account from the same password.

Click download and save the json file BUT keep this file safe and private. Any person who gets their hands on this file can now access your account, so store it safely.

Open the file and look at ciphertext. This value is your private key. This private key is the part that MUST be kept secret.

Copy this ciphertext/private key into memory and go to the View Wallet Info tab at the top of the page.

Select the Private Key radio button and paste your private key into the box. Click Unlock.

Now you can access your Ethereum account! It is here that you will find your Ethereum address, view the balance that this account has in it, view any tokens that it has, and other interesting things also.

  • Get Ether

As you can see, new accounts do not hold any Ether and you will have to get some.

Click on the Swap tab at the top of the page to exchange your bitcoins for Ether. Alternatively you may use ShapeShift. Be aware that this method is more expensive than sourcing Eth of exchanging it through an established token exchange, ie. Poloniex or Coinbase.

Exchange for VERI Tokens

Once you have some Ether, you are ready to exchange those Ether for Veritaseum Tokens!  One VERI Token costs 0.03333333333 Ether, so for one Ether you get 30 VERI Tokens!

The ICO crowdfunding stage is from 2017 April 25th 9:30 EST (14:30 UTC) and lasts for 31 days. There is even a 20% discount for tokens purchased on day one (after the start), a 10% discount for tokens purchased on day two (after the start), and every consecutive day the discounted rate will reduce by 1% per day until the normal price is reached (day 12)!

The VeritaseumToken smart contract is an Ethereum ERC20 compliant token, which means that you can exchange VERI tokens on any Ethereum based exchange.

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand the Terms & Conditions of the Veritaseum 2017 Veritas Sale..

The address of the VeritaseumToken is at: 0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374

The source code of the VeritaseumToken can be found at: https://github.com/RFVenter/Veritaseum/blob/master/contracts/VeritaseumToken.sol

To purchase VERI tokens during the ICO phase you will have to use another smart contract which has been designed to sell tokens at the correct price during this time.

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand the Terms & Conditions of the Veritaseum 2017 Veritas Sale..

The address of the TokenPurchase is at: 0x599a4b8188676224d4c9b393b947e332b60b15e3

The source code of the TokenPurchase can be found at:

https://github.com/RFVenter/Veritaseum/blob/master/contracts/TokenPurchase.sol

To purchase Veritas, go to the “Contracts” menu in MyEtherWallet as shown below.

Set the selections as shown below...

Click on the Interact with Contract tab at the top of the page. Enter Contract address 0x599a4b8188676224d4c9b393b947e332b60b15e3.

Copy and paste the TokenPurchase ABI code from the box below:

[{"constant":false,"inputs":[],"name":"purchaseTokens","outputs":[{"name":"","type":"uint256"}],"payable":true,"type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"closeTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"price","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"}]

If the site asks you again, then enter your private key again and Unlock.

Click WRITE

To exchange Ether for VERI tokens you simply have to send the amount of Ether you wish to convert to VERI tokens, to the TokenPurchase smart contract. The smart contract will automatically allocate your tokens to your Ethereum address.

Increase the Gas Limit to about 80,000 and Click Generate Transaction

Congratulations, you now have VERI tokens!

Next you will want to go to your Ethereum account and see your VERI tokens. Click on the View Wallet Info tab and enter your private key again, if the site asks you for it.

Click Add Custom Token and enter the address (0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374) of VeritaseumToken into the Address box, VERI into the Token Symbol box, and 18 into the Decimals box and Save

You will now be able to see VERI tokens for any and each Ethereum account that you may have.

  • Use VeritaseumToken smart contract and Tokens

Once you have Veritaseum Tokens you can do several things with it. Since this is an ERC20 compliant token you can basically exchange VERI tokens on any Ethereum exchange, and there are several. You can exchange them for other tokens, or sell them back to Ether at a later stage.

To use them on MyEtherWallet, click on Send Ether & Tokens tab. Enter your private key and Unlock.

Now, enter the address (0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374) of VeritaseumToken into the Contract Address box.

Copy and paste the VeritaseumToken ABI code from the box below.

click Access

[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]

Now you can access all the public functions that this smart contract has. For more information about ERC20 compliant Tokens goto to ERC20

If you select price you can see that it has a lot of digits. Ethereum has high precision and uses 18 decimal standard precision.

The cost of this token is 0.033,333,333,333,333,333 Ether per one token. OR 1 Ether is 30 tokens.

The function shows you how many tokens your account has.

This function allows you to transfer your tokens to another Ethereum address, like your friends.

  • Conclusion

Using Veritaseum Tokens are fun and easy. If you need more information about Ethereum Tokens, just Google it.

A hedge fund recently made news by securitizing its LP units as digital tokens and selling them as tradeable (thereby liquid) assets. This brings technology to the VC industry that should truly challenge the extant VCs right? Well, yes and no. You see, the tokenized thingy is cool and all, but it really doesn't take full advantage of the technology at hand. After all, 2.5% & 25% is a pretty steep fee. Veritaseum, in anticipation of its upcoming ICO (online road show and executive summary ), is prepping to launch what we call an ICODAO, and Distributed Autonomous Organization that collects Initial Coin Offerings. We are attempting to make this nearly completely autonomous, tested (don't think "TheDAO" debacle, and considerably cheaper than hedge funds that you see these days. Now, the ICODAO is not a hedge fund, or a fund of any kind. It's sort of an autonomous software entity, that uses our software token, "Veritas" to allow other entities and individuals to gain access to its accumulated exposures and services. Those services are basically the sniffing our and collecting the best of the best ICOs and token offerings available, and the exposures are the natural result of the collection and holding of said ICOs. A world class research team will supply the analytical chops (click here if you don't know, the same team that predicted Bear Stearns, Lehman, CRE and housing crash, Google, EU sovereign debt crisis, etc.). Back to that in a minute, let's look at what's happening in the world off(block)chain. 

Bloomberg reports "Yale Endowment Blasts Low-Fee Critics, Says Gains Would Lag", as excerpted:

 Yale University, one of the most-watched and best-performing college endowments, defended the fees it pays to external managers, saying in an annual investment report that a low-cost passive strategy would have “shortchanged’’ the Ivy League school’s students and faculty.

 Fees for private equity and hedge fund managers, some of whom command 2 percent for management and 20 percent for performance, or even more, have become a heated topic. Berkshire Hathaway Inc.’s Warren Buffett and writer Malcolm Gladwell have taken public shots at the structure, and Gladwell specifically targeted Yale two years ago.

“What Buffett, Gladwell and other fee bashers miss is that the important metric is net returns, not gross fees,’’ the report said. “Weak or negative returns would result in low or no performance-related fees, but would be a terrible outcome for the university.’’

Yale’s investment strategy emphasizes long-term active management of equity-oriented, yet often illiquid assets, with more than half the fund in alternative investments. Almost a third of Yale’s 2016 allocation is in private equity, including 16.2 percent in venture capital and 14.7 percent in leveraged buyouts. About 22 percent is in absolute return with hedged-like strategies.

“Performance-based compensation earned by external, active investment managers is a direct consequence of investment outperformance,’’ it said.

Yeah, I get it. Some guys are just better than others at investing, and they should be compensated commensurately. The question is, are there high performers that can be had for less than 27% of your profits?  Let's take a look at a theoretical blockchain focused hedge fund vs the ICODAO - from a graphical perspective. Realize that the ICODAO charges a flat fee for its services. It's not a hedge fund, so there are no performance fees, but there are certain things that it may not be able to do on its own (yet), hence has to contract out for. The fees are to cover what it takes to make this autonomous entity self sustaining. It may very well be the case that these fees will shrink over time. We don't know, we're breaking new ground here. The hedge fund fees are self explanatory. 

 Hedgefund fees vs Veritaseum ICODOA fees table

There you go. In a nutshell. Here's more...

Hedgefund fees vs Veritaseum ICODOA fees

Yes, the machines are taking over! Be sure to take part in the Veritaseum Token Offering, take part in the paradigm shift! Feel free to contact me directly with any queries via the contact form in the top menu.

Download the Veritas deal sheet here.

Veritas Deal Sheet 

 

Getting Started Down the Road to Purchasing the Keys to the Peer-to-Peer Capital Markets

Veritas sale date: 9:30 am, EST - April 25th, 2017

This Veritas Offering Summary is available for download and sharing with live links. A step-by-step guide to purchasing Veritas can be downloaded here.

The Veritaseum token offering - Veritas - is now available for sale (as of today, 9:30 am, eastern standard time - 4/25/2017). If you are already familiar with Veritaseum and our tokens offering, you can proceed directly to our purchase instructions (by downloading purchasing our tokens, you assent to our Term and Conditions and Purchase Agreement). Click here to proceed to the Veritas 2017 Token Purchase: Step-by-Step Tutorial

For those who prefer a quick primer on Veritas, please proceed to the Veritas Informational Tear Sheet with live links to a plethora of information. 

A long form, interactive presentation can be found  here in the form of a virtual roadshow - Informational Presentation. To get the most out of such a dense offering, be sure to make use of the interactive table of contents on the 2nd slide, and please click through all of the videos, links to download the various documents and take your time to read and understand what Veritas is and is not, and what Veritaseum is and plans to be.

A last minute Q&A and AMA (ask me anything) video on the Veritas sale can be found here

Veritas Deal Sheet

An Executive Summary

Informational PresentationTo get the most out of such a dense offering, be sure to make use of the interactive table of contents on the 2nd slide, and please click through all of the videos, links to download the various documents and take your time to read and understand what Veritas is and is not, and what Veritaseum is and plans to be.

Veritas Product Purchase Agreement

Terms & Conditions of the Veritaseum 2017 Veritas Sale

 

Veritas 2017 ICO Purchase: Step-by-Step Tutorial

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand theTerms & Conditions of the Veritaseum 2017 Veritas Sale..

_______________________________________________________________________________________________________________

  • Veritaseum Token Tutorial

In order to use anything on the Ethereum network a person needs to have an Ethereum account. The easiest way to do this, is with MyEtherWallet

  • Generate an Ethereum Account

  • Step 1

Click on Generate Wallet and enter a good password. You will always be able to regenerate the same account from the same password.

Click download and save the json file BUT keep this file safe and private. Any person who gets their hands on this file can now access your account, so store it safely.

Open the file and look at ciphertext. This value is your private key. This private key is the part that MUST be kept secret.

Copy this ciphertext/private key into memory and go to the View Wallet Info tab at the top of the page.

Select the Private Key radio button and paste your private key into the box. Click Unlock.

Now you can access your Ethereum account! It is here that you will find your Ethereum address, view the balance that this account has in it, view any tokens that it has, and other interesting things also.

  • Get Ether

As you can see, new accounts do not hold any Ether and you will have to get some.

Click on the Swap tab at the top of the page to exchange your bitcoins for Ether. Alternatively you may use ShapeShift. Be aware that this method is more expensive than sourcing Eth of exchanging it through an established token exchange, ie. Poloniex or Coinbase.

Exchange for VERI Tokens

Once you have some Ether, you are ready to exchange those Ether for Veritaseum Tokens!  One VERI Token costs 0.03333333333 Ether, so for one Ether you get 30 VERI Tokens!

The ICO crowdfunding stage is from 2017 April 25th 9:30 EST (14:30 UTC) and lasts for 31 days. There is even a 20% discount for tokens purchased on day one (after the start), a 10% discount for tokens purchased on day two (after the start), and every consecutive day the discounted rate will reduce by 1% per day until the normal price is reached (day 12)!

The VeritaseumToken smart contract is an Ethereum ERC20 compliant token, which means that you can exchange VERI tokens on any Ethereum based exchange.

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand the Terms & Conditions of the Veritaseum 2017 Veritas Sale..

The address of the VeritaseumToken is at: 0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374

The source code of the VeritaseumToken can be found at: https://github.com/RFVenter/Veritaseum/blob/master/contracts/VeritaseumToken.sol

To purchase VERI tokens during the ICO phase you will have to use another smart contract which has been designed to sell tokens at the correct price during this time.

Very Important Note: By continuing past this point and purchasing Veritas tokens, you are hereby acknowledging that you have read, understood and accepted both the Veritas Product Purchase Agreementand the Terms & Conditions of the Veritaseum 2017 Veritas Sale..

The address of the TokenPurchase is at: 0x599a4b8188676224d4c9b393b947e332b60b15e3

The source code of the TokenPurchase can be found at:

https://github.com/RFVenter/Veritaseum/blob/master/contracts/TokenPurchase.sol

To purchase Veritas, go to the “Contracts” menu in MyEtherWallet as shown below.

Set the selections as shown below...

Click on the Interact with Contract tab at the top of the page. Enter Contract address 0x599a4b8188676224d4c9b393b947e332b60b15e3.

Copy and paste the TokenPurchase ABI code from the box below:

[{"constant":false,"inputs":[],"name":"purchaseTokens","outputs":[{"name":"","type":"uint256"}],"payable":true,"type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"closeTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"price","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"}]

If the site asks you again, then enter your private key again and Unlock.

Click WRITE

To exchange Ether for VERI tokens you simply have to send the amount of Ether you wish to convert to VERI tokens, to the TokenPurchase smart contract. The smart contract will automatically allocate your tokens to your Ethereum address.

Increase the Gas Limit to about 80,000 and Click Generate Transaction

Congratulations, you now have VERI tokens!

Next you will want to go to your Ethereum account and see your VERI tokens. Click on the View Wallet Info tab and enter your private key again, if the site asks you for it.

Click Add Custom Token and enter the address (0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374) of VeritaseumToken into the Address box, VERI into the Token Symbol box, and 18 into the Decimals box and Save

You will now be able to see VERI tokens for any and each Ethereum account that you may have.

  • Use VeritaseumToken smart contract and Tokens

Once you have Veritaseum Tokens you can do several things with it. Since this is an ERC20 compliant token you can basically exchange VERI tokens on any Ethereum exchange, and there are several. You can exchange them for other tokens, or sell them back to Ether at a later stage.

To use them on MyEtherWallet, click on Send Ether & Tokens tab. Enter your private key and Unlock.

Now, enter the address (0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374) of VeritaseumToken into the Contract Address box.

Copy and paste the VeritaseumToken ABI code from the box below.

click Access

[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"}]

Now you can access all the public functions that this smart contract has. For more information about ERC20 compliant Tokens goto to ERC20

If you select price you can see that it has a lot of digits. Ethereum has high precision and uses 18 decimal standard precision.

The cost of this token is 0.033,333,333,333,333,333 Ether per one token. OR 1 Ether is 30 tokens.

The function shows you how many tokens your account has.

This function allows you to transfer your tokens to another Ethereum address, like your friends.

  • Conclusion

Using Veritaseum Tokens are fun and easy. If you need more information about Ethereum Tokens, just Google it.

 Ve value flow chart small

Saturday, 01 April 2017 18:06

What is the Value Proposition For Veritas?

A Veritaseum Smart Contract form.

advanced tab 2.0

A YouTube commenter asked a very good question that we will like to take some time to answer. The question was, verbatim:

I've watched your video and gone through the slides. The exchange I "get". I think it has great potential. However, I don't understand the case for Veritas at all and I think many others will feel the same. You state that Veritas can be used to buy consulting and advisory services. OK, but what is the cost in Veritas? Will that change or will it be fixed? What is the advantage of using Veritas over cash to buy this information?
The cost will be our stated rates, and will fluctuate with the VeUSD exchange rate. The advantage of using Ve over cash is that our consulting and advisory services are a very scarce commodity (like most labor), although the research is much less so (as it can scale via platform). Thus, Veritas holders get priority. I want to make it perfectly clear that Veritas ICO is much, much more than mere research and advisory. Consider that the icing on the cake. The ability to redeem your Ve against us gives instant value. In addition, we have a working, beta product already developed (not quite production ready for the masses, but it has been running in the public doman for serveral years now). In addition, we also own our IP. Where some coin offerings only offer the promise of future development (as do we, to be sure), we also have something to offer in the here and now.  
 
You also state that Veritas will be needed to gain access to various digital platforms. That sure sounds like a "fee" to me unless Veritas is free which is obviously not the case. So the whole innovation is free contracts that are not really free?
You are confusing ongoing management and administration fees (among other constant fees as well as sales fees) with needing the Ve token for access to the P2P Capital Markets. The digital asset pools will exist autonomously on the blockchain without a centralized manager to charge any fees for profit or rent seeking gain. Think of using ether to gain access to the Ethereum blockchain, or bitcoin to gain access to the Bitcoin blockchain. One could pose the argument that entering a smart contract on Ethereum  or Bitcoin isn't free due to the cost of ether or BTC, but in all practicality those tokens are the denominating asset for their respective blockchains an contracts. The same will hold true for Veritaseum contracts although we will strive to be token agnostic. You will be able to gain liquidity (to some extent) to exchange tokens, and use various assets in our asset pools as long as you have Ve (Veritas) as the key to entrance.
More importantly, the fees that truly matter, that enable the multitude of multimillion dollar Wall Street bonuses and that eat up the vast majority of investor's capital, are ongoing management and administration fees. Reference this screen shot from slide 10 of the Veritas presentation
What Are Veritas 4
As stated above, think of Veritas as Ethereum for finance, investment and interactive value exchange. The difference is that we will have rapid development templates for certain (and hopefully many) contracts that allow the lay person to quickly create, implement and execute their own smart contracts without the need for, or assistance of a developer, finance whiz or lawyer (although that does not mean that it wouldn't be a good idea to have specialized expertise on hand when dealing with certain transactions, hence Ve for advisory). In order for you to access the smart contract templates (or access the P2P Capital Markets with contracts you develop on your own), you will need Ve. This rapid contracting system exists already in the Veritaseum platform. See this contract that allows the purchase of Qualcomm equity exposure through the sale of Intel equity exposure, created by the filling in of a simple form.
intel short thorugh Veritaseum
 
With the assistance of the ICO, we can create more sophisticated forms with more flexibility, direct exposure to APIs, and pre-fabricated software pools of exposures to those seeking such through smart contract forms such as these. Also of importance, we can decentralize (or potentially fully distribute) the server, making the entire system more robust, and near anti-fragile.
 
Also, no disrespect intended, but what happens to Veritaseum and Veritas if you were (to be blunt), drop dead tomorrow? If any of bitcoins developers died, it would have zero effect on the price or utility of bitcoin. Veritas might as well be called Reggie Coin and it's pretty obvious what would happen to Reggie Coin in that scenario.
Veritaseum is not Reggie Middleton. It's my brainchild and I'm the (current, until we can get a better) spokesperson, but the skillset to develop such a platform has been over my head nearly since inception. Just measuring what we have now: patents pending, software engineering, financial engineering and analysis, and significant software development - takes a diverse team. We do need to build our team out significantly, which is one of the primary purposes for the ICO. Part and parcel to that buildout will be the hiring of deep and experienced management that will form a healthy chain of succession should anything happen to any one of us - or even several of us.
In addition, we will open source the token-based asset pools and oversee its development with the community. We have no desire to control this. As you may recall from the introductory video, our goal is to significantly and dramatically democratize the finance and investment space. That means access for everyone and anyone, anywhere. Think of how dramatic the change in the media business was with the introduction of the Internet and blogs. Now, everyone and anyone could potentially create content that could nearly instantaneously reach an audience of millions around the world, in a matter of minutes. Did this destroy the media business? No! It expanded it and forced it into the next century, the next paradigm. We're looking to do the exact same thing to Wall Street! 
 
I hope you'll post some material explaining the use case and the value proposition of Veritas. Thanks.
See the graphic below to see the doors that Verias (Ve) is to serve as the key to open.
Ve value flow chart
The Veritas deal sheet is now available for download, which packs all the information about Veirtas in a signle page. A step by step guide to purchasing Veritas can be downloaded here.
Veritas Deal Sheet

 If you haven't heard, we're giving out free, fully smart contracts as a 5% rebate to anyone who purchases any of our research packages above the introductory novice $50 level. This is not your Daddy's rebate! The rebate actually gets larger as DB goes down in price. For those who may be coming late to the party, we can offer a 5x long gold (or even a long gold, short DB) smart contract rebate as well. Of course, the bulk of our research targets banks and entities other than DB, but I thought we'd make DB the subject of the rebate to drive the point home. Below is an actual contract crafted off of the price of a single share of DB for about 2 weeks.

Veritaseum 5x Short DB Smart Contract

Click here to explore and subscribe to our research. You will have to be willing to fully identify yourself and comply to the terms or our program (in essence, promise not to use the package for anything other than our rebate) in order to qualify for the rebate. Once the subsciption is paid for, email us to get started.

Oh yeah, if you haven't heard...

An Analysis of Deutsche Bank's Likely Recapitalization - German Tax Payer Bailout or German Bank Depositor Bail-in?

Deutsche Bank is going to need some money, and it's going to need some quite soon. The next two or three articles that I write will focus on why there is such a need. In a concerted effort to reduce or potentially eliminated the risk of taxpayer-funded bail-outs of European banks, the EU implemented a new “bail-in” regime beginning on January 1, 2016. As such, rules which require banks and certain systemically significant market participants in EU member states will have to write-down, cancel, convert into equity or otherwise modify certain unsecured liabilities if such steps are required to recapitalize the institution. What is the most bountiful unsecured liabilities of a bank? Read more...

 

Our next article will continue to hammer home the liklhood that DB will have to recapitalize, and where they probably WONT'T be getting the money from, as well as the likelihood it will come from someone who really didn't plan on giving it up (Ahem, depositors/savers/checking account holders). For those who are not yet convinced, peruse these related items...

The research and knowledge subscription module "European Bank Contagion Assessment, Forensic Analysis & Valuation" contains a full report of a very large European Deutsche Bank counterparty that faces a full 27% downside from current levels. It appears as if no one suspects a clue. It also contains much, much more (including at least 3 to 5 suspect banks). We can break this apart a la carte, if requested.

As excerpted:

Susceptible Bank 1: Financial Modeling

 

My Twitter Updates

From TweetDeck
Reggie Middleton US11196566, JP6813477, JP7204231 The REACT task force did what certain other regulatory agencies refused to do (actually preferred to pursue me than… https://t.co/Xkuf16mdAB
Less than a minute ago
From TweetDeck
Reggie Middleton US11196566, JP6813477, JP7204231 @dao_veri @krbecrypto controversial discussion regarding @Veritaseuminc. Remember, I'm not a member of VeriDAO & h… https://t.co/DAJdcm2HWY
Less than a minute ago
From TweetDeck
Reggie Middleton US11196566, JP6813477, JP7204231 Beware of @CoinMarketCap credibility and objectivity. Just sayin... Anything to say for yourself @CoinMarketCap ?… https://t.co/MdgvaEt606
About 2 hours ago
Reggie Middleton US11196566, JP6813477, JP7204231 RT @dao_veri: @BarletteTim @SECGov @TheJusticeDept We know of three, Reggie, Nico, and Arthur. All of them prosecuted beyond the limits of…
About 2 hours ago

Right add

Newsletter

Tell Us What You Think

Which forensic research are you most apt to buy?
Right add (2)

Contact

Veritaseum

1-718-407-4751

info@veritaseum.com