All
FAQ
Announcements
Product documents
How do I track my assets when trading in Spot and Futures mode?
The new version will also show all of the user's assets, including less than 8-bit assets, while the old version will not.How to only display one of the holds or assets? After selecting the preferred type through the drop-down, the result of the matching condition can be displayed. Once you select Filter after selecting it, you can select which Positions type to display in the list.Published on 23 Oct 2024Updated on 12 Feb 202619What's a private key/seed phrase?
It typically has a length of 64 bits, though the length may vary depending on the chain. The private key is used to create signatures in a blockchain transaction, which serves to prove ownership of the funds being paid for. It's the secret half of your address and is a string of 64 hexadecimal characters. If you write down your private key differently today than yesterday, you'll be accessing a different wallet. Never write your private key by hand.Published on 24 Aug 2023Updated on 4 Apr 20262,861Zero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-STARK V1)
We implement the extension_factor default as 16 and the sampling inspection default time as 16, so the security level will be 80 bits. Polynomial commitment: we calculate the hash value of the computation trace and corresponding user balance, user ID, and the value of the corresponding constraint polynomial for each row, and generate a Merkle tree. The Merkle root is the commitment value of the polynomial. Generating sampling proof: using the Merkle root as a random source, we sample the data.Published on 10 May 2023Updated on 8 Sept 2025179Zero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-Stark V2)
Our Merkle tree is structured a bit differently. At the bottom 10 levels, each parent node has 2 children, while in the upper levels, each parent has 64 children. This is because the batch circuits handle the bottom part, and the recursive circuits manage the top part. The diagram below uses an example with "Alice" to show the Merkle tree and her Merkle proof (colored in green).Published on 21 Oct 2024Updated on 11 Feb 202692
Showing 1-4 of 4 articles