diff --git a/docs/FAQ.md b/docs/FAQ.md new file mode 100644 index 0000000000..382c803282 --- /dev/null +++ b/docs/FAQ.md @@ -0,0 +1,9 @@ +--- +description: Frequently Asked Questions +--- + +# FAQ + +## What is the precision of MOB? + +The atomic unit for MOB is picoMOB, which is 1e-12. You need u64 to represent MOB, and many frameworks, DBs, and languages top out at u32 or i64. This is why Full-Service json responses are all strings. For i64 issues there is technically no loss of precision, but you need to cast back to u64 when fetching data. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index e33594c9de..9147b00124 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,3 @@ Full-service is MobileCoin's wallet backend. With full-service you can: - For an introduction to using full-service check out the guide to [accounts and transactions](tutorials/receive-mob). - For detailed information on how full-service stores data, check out the guide to [database usage](tutorials/database-usage.md). - If you are having issues sending or receiving MOB, check out the guide to [resolving disputes](tutorials/resolve-disputes.md). - - - - diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 176fcc93e3..a69790e52f 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -91,3 +91,5 @@ * [Database Usage](tutorials/database-usage.md) * [Resolve Disputes](tutorials/resolve-disputes.md) +## Frequently Asked Questions +[FAQ](FAQ.md) \ No newline at end of file