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 Oct 23, 2024Updated on Feb 12, 202619What are NFTs?
ERC1155 This section may involve a bit of nitty-gritty about NFTs, but it's always nice to get started with the building blocks of any burgeoning space before taking the plunge into it. ERC-721 ERC-721, also called Non-fungible Token Standard, is a standard of smart contracts for creating NFTs. According to the proposal submitted to the Ethereum Improvement Proposals, NFTs can represent ownership over digital or physical assets.Published on Dec 26, 2022Updated on Feb 9, 20262,865What'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 Aug 24, 2023Updated on Apr 4, 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 May 10, 2023Updated on Sep 8, 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 Oct 21, 2024Updated on Feb 11, 202692
Showing 1-5 of 5 articles