# MobileCoin ## Resources ### MobileCoin Dev Portal https://developers.mobilecoin.com/ - overview (high level intros) - Fog - MobileCoin Fog - Oblivious RAM - Watcher Node - Full-Service Node - Mechanics of MobileCoin - integration guides: *The guides here will help provide examples and tutorials for how to integrate MobileCoin into your application or service, whether you are building mobile wallets using the SDKs, or a high performance transaction shuttling service.* - community - faq ## Whitepaper (4 pages) [[MobileCoin White Paper.pdf]] - It's only 4 pages - Uses: - [[SGX]] - [[Stellar Consensus Protocol]] ## Mechanics of MobileCoin (134 pages) **[[Mechanics-of-MobileCoin-v0-0-39-preview-10-11.pdf]]** https://github.com/UkoeHB/Mechanics-of-MobileCoin/blob/master/Mechanics-of-MobileCoin-v0-0-39-preview-10-11.pdf *For our experienced readers: MobileCoin is a standard one-dimensional di- rected acyclic graph (DAG) cryptocurrency blockchain [115], where blocks are consensuated with an implementation of the Stellar Consensus Protocol [101], transactions are validated in SGX secure enclaves [36] and are based on elliptic curve cryptography using the Ristretto abstraction [44] on curve Ed25519 [25], transaction inputs are shown to exist in the blockchain with Merkle proofs of membership [104] and are signed with Schnorr-style multilayered linkable spontaneous anonymous group signatures (MLSAG) [121], and output amounts (communicated to recipients via ECDH [54]) are concealed with Pedersen commitments [99] and proven in a legitimate range with Bulletproofs [33].*