@@ -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 tokens (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.
@@ -270,7 +270,7 @@ echo json_encode($response, JSON_PRETTY_PRINT);
270270
271271#### Price Points Module
272272
273- To know the base token price point in pay currency and when it was last updated,
273+ To know the value token (such as OST, USDC) price point in pay currency and when it was last updated,
274274use services provided by the Price Points module.
275275
276276``` php
@@ -458,8 +458,8 @@ echo json_encode($response, JSON_PRETTY_PRINT);
458458
459459### Base Tokens Module
460460
461- To get information about the base tokens available on the OST Platform interface, use services
462- provided by the Base Tokens module. You can use this service to obtain the base token details
461+ To get information about the value tokens (such as OST, USDC) available on the OST Platform interface, use services
462+ provided by the Base Tokens module. You can use this service to obtain the value token details
463463on OST Platform interface.
464464
465465``` php
0 commit comments