Skip to content

Commit 24b4a18

Browse files
readme changes.
1 parent 000ebbc commit 24b4a18

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 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 tokens (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.
@@ -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,
274274
use 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
463463
on OST Platform interface.
464464

465465
```php

0 commit comments

Comments
 (0)