Skip to content

Commit eef829c

Browse files
version related changes.
1 parent dbeccda commit eef829c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ requiring blockchain development.
1212
At the core of OST is the concept of OST-powered Brand Tokens (BTs).
1313
BTs are white-label cryptocurrency tokens with utility representations
1414
running 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
1616
token economy, BTs can only be transferred to whitelisted user addresses.
1717
This ensures that they stay within the token economy.
1818

1919
The OST technology stack is designed to give businesses everything they need
2020
to 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

2323
OST APIs and server-side SDKs make it simple and easy for developers to
2424
integrate 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,
297297
use 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
550550
provided by the Base Tokens module. You can use this service to obtain the base token details
551551
on OST Platform interface.
552552

0 commit comments

Comments
 (0)