@@ -12,13 +12,13 @@ requiring blockchain development.
1212At the core of OST is the concept of OST-powered Brand Tokens (BTs).
1313BTs are white-label cryptocurrency tokens with utility representations
1414running on highly-scalable Ethereum-based side blockchains,
15- backed by OST tokens staked on Ethereum mainnet. Within a business’s
15+ backed by value token (such as OST, USDC) staked on Ethereum mainnet. Within a business’s
1616token economy, BTs can only be transferred to whitelisted user addresses.
1717This ensures that they stay within the token economy.
1818
1919The OST technology stack is designed to give businesses everything they need
2020to integrate, test, and deploy BTs. Within the OST suite of products, developers
21- can use OST Platform to create, test, and launch Brand Tokens backed by OST.
21+ can use OST Platform to create, test, and launch Brand Tokens backed by value token (such as OST, USDC) .
2222
2323OST APIs and server-side SDKs make it simple and easy for developers to
2424integrate blockchain tokens into their apps.
@@ -293,7 +293,7 @@ System.out.println("response: " + response.toString() );
293293
294294#### Price Points Module
295295
296- To know the base token price point in pay currency and when it was last updated,
296+ To know the value token (such as OST, USDC) price point in pay currency and when it was last updated,
297297use services provided by the Price Points module.
298298
299299``` java
@@ -546,7 +546,7 @@ System.out.println("response: " + response.toString() );
546546
547547### Base Tokens Module
548548
549- To get information about the base tokens available on the OST Platform interface, use services
549+ To get information about the value tokens (such as OST, USDC) available on the OST Platform interface, use services
550550provided by the Base Tokens module. You can use this service to obtain the base token details
551551on OST Platform interface.
552552
0 commit comments