[REI Network] 위클리 리포트: 2025. 02~08. ◆ 개발 진행. REI-Core. - API 인터페이스에 데이터 정리 및 캐시 재구성이 구현되어 JSON-RPC 응답 성능 최적화@70%. REI-DAO.

08 Aug 2025, 09:56
[REI Network] 위클리 리포트: 2025.08.02~08.08 개발 진행 REI-Core - API 인터페이스에 데이터 정리 캐시 재구성이 구현되어 JSON-RPC 응답 성능 최적화@70% REI-DAO - 합의 노드는 모듈화되어 RPC 서비스 계층, P2P 통신 계층, 에이전트 액세스 계층으로 분할@50% 운영 진행 1. REI Network가 ZORO Protocol,Rynus와 파트너십을 체결했습니다. 2.8월4일 부터 REI 여름 초대 챌린지가 시작되었습니다!

Same news in other sources

5
Step App
Step AppFITFI #1571
Telegram
08 Aug 2025, 10:25
🔥 Something’s brewing on Bybit… $3,000+ in rewards. 3 weeks of fire. FITFI traders, meme lords, and runners this one’s for you. Heat up the feed. Giveaway is live on our X check it out! The big run starts Monday. Be ready.
Something's brewing on Bybit…. $3,000+ in rewards. 3 weeks of fire.
🔥 Something’s brewing on Bybit… $3,000+ in rewards. 3 weeks of fire. FITFI traders, meme lords, and runners — this one’s for you. Heat up the feed. Giveaway is live on our X — check it out! The big run starts Monday. Be ready. https://x.com/stepapp_/status/1953758905495933400?s=46
Populous
PopulousPPT #1737
Telegram
08 Aug 2025, 10:25
Message from Steve Here is the flow im following, I have now completed everything on the list. Extensive testing will now follow, a quick retouch of the UI again, from where some code broke certain pages. But overall design remains unchanged. Thanks for you guys continued believe in me and the project. This model is decentralised. You can share this with the group and they can test also, Thanks Steve Nico Williams graph TD A[1. Seller Submits Invoice] --> B[submit-new-invoice.php] B --> C[Save to DB: invoices.status = 'pending'] C --> D[Deploy PSCLInvoice Contract] D --> E[Contract Address Stored in invoices.pscl_contract_address] E --> F[2. Buyer Confirms Debt] F --> G[invoice-details.php] G --> H[UPDATE invoices SET buyer_confirmed=1, buyer_confirmation_date=NOW()] H --> I[3. Admin Verifies Invoice] I --> J[Admin Panel invoice-details.php] J --> K[UPDATE invoices SET admin_verified=1, admin_verified_by=user_id, admin_verified_at=NOW()] K --> L[4. Register Charge at Companies House] L --> M[Backend: charge-verification.php (cron)] M --> N[Call Companies House API] N --> O{Charge Registered?} O -->|Yes| P[UPDATE invoices SET charge_verified=1, charge_verification_date=NOW()] O -->|No| Z[Wait or Retry] P --> Q[5. Trigger Payout Wallet Registration] Q --> R[invoice-details.php] R --> S[Seller Sets seller_payout_wallet] S --> T[Optional: Sign Message to Prove Ownership] T --> U[6. Invoice Now Fully Verified] U --> V[Full Verification: buyer + admin + charge = true] V --> W[Call PSCLInvoice.verifyCharge() via Trustee Wallet] W --> X[PSCL Contract: verifyCharge()] X --> Y[Mint NFTs for Investors] Y --> Z1[Transfer USDC to seller_payout_wallet] Z1 --> Z2[Contract Unpaused for Repayment] Z2 --> AA[7. Investor Commits Funds] AA --> AB[invoice-marketplace.php commit-funds.php] AB --> AC[Create DB Commitment: status = 'pending_payment'] AC --> AD[Investor Sends USDC from MetaMask to Platform Wallet 0x7403...A70] AD --> AE[8. Backend Detects Deposit] AE --> AF[check-deposits.php (cron every 5 mins)] AF --> AG[Alchemy API: alchemy_getAssetTransfers] AG --> AH{Transfer to 0x7403...A70?} AH -->|Yes| AI[Match from_wallet to user.wallet_address] AI --> AJ[Find pending_payment commitment] AJ --> AK[UPDATE commitments.status = 'confirmed'] AK --> AL[UPDATE invoices.funded_amount += amount] AL --> AM{Is Fully Funded?} AM -->|Yes| AN[Trigger Step W: verifyCharge if not already called] AM -->|No| AO[Wait for More Commitments] AN --> W Z2 --> AP[9. Seller Repays Buyer] AP --> AQ[Buyer Pays Seller Off-Chain] AQ --> AR[Seller Deposits USDC into PSCLInvoice Contract] AR --> AS[Call PSCLInvoice.repay()] AS --> AT[Contract: Distribute USDC + Interest to NFT Holders] AT --> AU[Investors Call claimReturn() to Withdraw Funds] AU --> AV[Done: Invoice Closed] style A fill:#4CAF50, color:white style AV fill:#3F51B5, color:white
Message from Steve. Here is the flow im following, I have now completed everything on the list.
Message from Steve Here is the flow im following, I have now completed everything on the list. Extensive testing will now follow, a quick retouch of the UI again, from where some code broke certain pages. But overall design remains unchanged. Thanks for you guys continued believe in me and the project. This model is decentralised. You can share this with the group and they can test also, Thanks Steve Nico Williams graph TD A[1. Seller Submits Invoice] --> B[submit-new-invoice.php] B --> C[Save to DB: invoices.status = 'pending'] C --> D[Deploy PSCLInvoice Contract] D --> E[Contract Address Stored in invoices.pscl_contract_address] E --> F[2. Buyer Confirms Debt] F --> G[invoice-details.php] G --> H[UPDATE invoices SET buyer_confirmed=1, buyer_confirmation_date=NOW()] H --> I[3. Admin Verifies Invoice] I --> J[Admin Panel → invoice-details.php] J --> K[UPDATE invoices SET admin_verified=1, admin_verified_by=user_id, admin_verified_at=NOW()] K --> L[4. Register Charge at Companies House] L --> M[Backend: charge-verification.php (cron)] M --> N[Call Companies House API] N --> O{Charge Registered?} O -->|Yes| P[UPDATE invoices SET charge_verified=1, charge_verification_date=NOW()] O -->|No| Z[Wait or Retry] P --> Q[5. Trigger Payout Wallet Registration] Q --> R[invoice-details.php] R --> S[Seller Sets seller_payout_wallet] S --> T[Optional: Sign Message to Prove Ownership] T --> U[6. Invoice Now Fully Verified] U --> V[Full Verification: buyer + admin + charge = true] V --> W[Call PSCLInvoice.verifyCharge() via Trustee Wallet] W --> X[PSCL Contract: verifyCharge()] X --> Y[Mint NFTs for Investors] Y --> Z1[Transfer USDC to seller_payout_wallet] Z1 --> Z2[Contract Unpaused for Repayment] Z2 --> AA[7. Investor Commits Funds] AA --> AB[invoice-marketplace.php → commit-funds.php] AB --> AC[Create DB Commitment: status = 'pending_payment'] AC --> AD[Investor Sends USDC from MetaMask to Platform Wallet 0x7403...A70] AD --> AE[8. Backend Detects Deposit] AE --> AF[check-deposits.php (cron every 5 mins)] AF --> AG[Alchemy API: alchemy_getAssetTransfers] AG --> AH{Transfer to 0x7403...A70?} AH -->|Yes| AI[Match from_wallet to user.wallet_address] AI --> AJ[Find pending_payment commitment] AJ --> AK[UPDATE commitments.status = 'confirmed'] AK --> AL[UPDATE invoices.funded_amount += amount] AL --> AM{Is Fully Funded?} AM -->|Yes| AN[Trigger Step W: verifyCharge if not already called] AM -->|No| AO[Wait for More Commitments] AN --> W Z2 --> AP[9. Seller Repays Buyer] AP --> AQ[Buyer Pays Seller Off-Chain] AQ --> AR[Seller Deposits USDC into PSCLInvoice Contract] AR --> AS[Call PSCLInvoice.repay()] AS --> AT[Contract: Distribute USDC + Interest to NFT Holders] AT --> AU[Investors Call claimReturn() to Withdraw Funds] AU --> AV[Done: Invoice Closed] style A fill:#4CAF50, color:white style AV fill:#3F51B5, color:white
Ethereum
EthereumETH #2
Telegram
08 Aug 2025, 10:11
📈🤔 #BTC is trading way below what it should be worth The Energy Value metric says Bitcoin's fair price is around $145,000. That's a huge 31% discount from its current price. This big difference between its real strength and its price is a very good sign.
#BTC is trading way below what it should be worth. The Energy Value metric says Bitcoin's fair price is around $145,000.
📈🤔 #BTC is trading way below what it should be worth The Energy Value metric says Bitcoin's fair price is around $145,000. That's a huge 31% discount from its current price. This big difference between its real strength and its price is a very good sign.
Bitrue Coin
Bitrue CoinBTR #1091
Telegram
08 Aug 2025, 10:05
🚀 #Bitrue is launching a new perpetual futures pair! $YALA Up to 50x leverage Trading starts: 10:00 UTC, Aug 8 👉 Details: _____________________ 🎁 Sign up HERE to receive benefits up to $1000!! 🎁 Don’t miss Bitrue’s hottest rewards –claim your USDT now on Bitrue! ➡️ Join the Bitrue English Community 📱 Telegram| 🔔 Announcement| 🕊 Twitter
#Bitrue is launching a new perpetual futures pair. $YALA. Up to 50x leverage. Trading starts: 10:00 UTC, Aug 8. Details:.
🚀 #Bitrue is launching a new perpetual futures pair! $YALA ✅ Up to 50x leverage ✅ Trading starts: 10:00 UTC, Aug 8 👉 Details: https://support.bitrue.com/hc/en-001/articles/49614291013657-Bitrue-Futures-Will-List-1-New-USDT-Based-Perpetual-Futures-Pair _____________________ 🎁 Sign up HERE to receive benefits up to $1000!! 🎁 Don’t miss Bitrue’s hottest rewards –claim your USDT now on Bitrue! ➡️ Join the Bitrue English Community 📱 Telegram| 🔔 Announcement| 🕊 Twitter
REI Network
REI NetworkREI #1121
Telegram
08 Aug 2025, 09:57
telegram news 08 August 2025 09:57
https://x.com/rei_korea/status/1952665942598533364?s=46