diff --git a/README.md b/README.md index 1cd45cd..8dab9b5 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Nominator pool is combination of several contracts: * Owner - owner is a arbitrary contract (wallet or dao) that could make critical updates to the contract: change fees, start/stop pool and even update code. Owner also receives all profits from fees. * Controller - controller is arbitrary contract (wallet or dao) that issue staking commands for validation and/or voting. Controller pays for this operations and can get "unowned" balances to restore it's balance and continue working. We recommend to top ~1000 TONs for uninterrupted work. * Proxy - proxy contract is the only one that is masterchain and represent validation pool there. It performs simple proxying between pool and elector. -* Pool - main contract that contains all records of all stakes and performs staking itself. - -Before deployment you need to have Owner and Controller contracts ready and deployed and generated two vanity contracts - one for proxy in masterchain and one for pool in basic workchain. +* 池 - 包含所有權益的所有記錄並自行執行權益的主合約。 + +在部署之前,您需要準備好並部署所有者和控制器合約,並生成兩個虛合約 - 一個用於主鏈中的代理,另一個用於基本工作鏈中的池。 ## License -GNU v3 \ No newline at end of file +GNU v3