Nex

112 posts

Nex banner
Nex

Nex

@NEX_Protocol

Crypto & RWAs indices for simple on-chain investing Supported & backed by @Chainlink and @arbitrumdao_gov

Soon on Arbitrum Katılım Temmuz 2022
4 Takip Edilen1.4K Takipçiler
Sabitlenmiş Tweet
Nex
Nex@NEX_Protocol·
Ladies and gentlemen, the time has come. Our audit, in collaboration with @QuillAudits_AI and with the support of @arbitrumdao_gov, has been completed. After two years of hard work — our platform is ready to be utilized. Buy now your first index: app.nexlabs.io
Nex tweet media
English
25
14
73
8.6K
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 11 (2026) Big moves this week as we transition from building the pipes to scaling the flow. We’ve officially cleared Milestone 1 with @iEx_ec, marking the completion of our core development phase for verifiable compute infrastructure. 🏆 Milestone 1: Approved The foundation is set. With our first iExec development milestone finalized, we are moving into the consumption phase. Our focus shifts to driving usage and spending RLC tokens to power secure, TEE-based rebalancing for our users and institutional partners. 🧠 Intent-Driven Indexing We believe building a portfolio should feel like a conversation, not a coding exercise. We’ve overhauled our Asset Intent Detection: Contextual Logic: The engine now better understands user prompts (e.g., "Apple," "Bitcoin," "XAUT") and maps them to the correct on-chain tickers without relying on rigid, hardcoded lists. Cleaner Portfolios: Implemented a three-layer deduplication filter (UI, Index Definition, and Deployment). No more "ghost" assets or duplicate WBTC addresses clogging up your strategy. Smart Mapping: Removed hardcoded remaps (like ETH -> WETH), allowing the backend to surface the most relevant liquidity candidates dynamically. 🍎 TradFi + DeFi: The Dinari Integration The "Mixed Portfolio" dream (Stocks + Crypto in one vault) is moving into its next iteration. V2 Migration: We’re in active sync with the @DinariGlobal team to migrate our smart contracts to their V2 infrastructure. Human-Readable Assets: We’ve mapped Dinari tickers (AAPL.D) to common stock names and categories. You’ll soon be able to target assets by "Tags" rather than memorizing tickers. 🛠️ Infrastructure Hardening Mainnet is live, and we’re making sure it stays healthy: RLC Liquidity Guard: Added an automated monitor for our iExec workers. If the RLC balance for compute gas drops, the system now triggers an instant alert to prevent rebalancing downtime. Socket Resilience: Resolved intermittent ECONNRESET issues by optimizing our API calling structure, ensuring high-frequency requests don't hang during volatile market moves. Verified Rebalancing: Successfully executed automated rebalance cycles for the Top 5 Tokens (Arbitrum) and our BSC–Arbitrum cross-chain index. The infrastructure is maturing. The assets are diversifying. Step by step. #NEXProtocol #DeFi #Web3Engineering #iExec #Dinari #BuildInPublic
English
1
2
4
52
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 10 (2026) This week was dedicated to pushing our verifiable compute infrastructure onto Arbitrum Mainnet and progress was made with implementing equity (stocks) by Dinari as module into the tradeable universe of the build engine. Institutional Compute: The Arbitrum Mainnet Push We successfully deployed our institutional rebalancing iApp @iEx_ec to Arbitrum Mainnet. Moving sensitive re-weighting logic into Trusted Execution Environments (TEEs) on mainnet is a massive step, but it didn't come without friction (does it ever?): Parameter Serialization Fixes: Moving from Testnet (Sepolia) to Mainnet revealed edge cases in how input parameters are accessed by the workers. We refactored the deployment, pushed it to production, and validated it via CLI and SDK to ensure seamless data passing. Debugging Worker Timeouts. Some of our workers where timing out, after sharing the issue with the iEXEC team, turned out the issue was already on their radar. Quickly resolved! You can find an example index live (Institutional Core Yield Index), ready to onboard clients: app.nexlabs.io/catalogue/ICYX Next week stocks will be integrated, so stay in touch. Let's keep building! #BuildInPublic #iExec #Defi #NEXProtocol
English
2
3
5
97
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 8 (2026) This week was about eliminating the "silent failures" that plague cross-chain deployments and tightening the integration between our off-chain compute and on-chain state. No fluff—just hardening the infrastructure. ⛓️ RPC Resilience & Transaction Lifecycle Ethereum Mainnet remains the ultimate boss fight for sequential contract deployments. We’ve moved away from standard provider assumptions to a more aggressive management style: Logic-Based Retries: Implemented a custom retry loop specifically for unbroadcasted transactions and "no-response" RPC states. If a deployment doesn't hit the mempool within a specific window, the system now forces a re-submission rather than hanging the user session. Provider Redundancy: Integrated QuickNode alongside Alchemy, utilizing Gzip compression to reduce payload latency and ensuring we have failover endpoints for high-congestion periods. Root Cause Analysis: Formally documented the "Ethereum Mainnet Transaction Delay" issue—analyzing how sequential dependency calls break when gas spikes or RPC nodes lag. 🧠 Verifiable Compute: The Arbitrum Migration Our iApp (Institutional App) has officially migrated from Bellecour to Arbitrum Sepolia to align with our production scaling strategy. TEE Data Serialization: Resolved I/O errors between the Cron API and the iExec SDK by moving to Base64 encoded payloads. This ensures the TEE can reliably parse input arguments for rebalancing logic without stringification artifacts. 🛠️ Infrastructure & State Management Redis Keyspace Notifications: Enabled notifications for the WebSocket layer instead of polling. Automated Vault Upgrades: Wrote and executed a Solidity script to batch-upgrade legacy FeeVault contracts. This ensures all historical vaults are compatible with our new automated distribution logic. CCIP Cost Modeling: Finalized a comparative analysis of Chainlink CCIP transaction costs across 6+ chains to optimize our "Burn & Mint" paths for the BYOI (Bring Your Own Index) flow. The infrastructure is becoming more deterministic. The edge cases are being closed. Step by step. #NEXProtocol #DeFi #Web3Engineering #iExec #Ethereum #BuildInPublic
English
0
2
5
101
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 7 (2026) This week was all about hardening the data layer and ensuring our cross-chain infrastructure is as transparent as possible. 💧 Precision Liquidity Routing While we value decentralized indexing, we found that certain subgraphs often provided stale liquidity data. To ensure execution precision, we’ve integrated Dexscreener’s API directly into our pipeline. 🌉 CCIP Real-Time Transparency Cross-chain transactions shouldn't be a "black box." We’ve officially integrated the Chainlink CCIP status API. Users can now track source and destination chain states in real-time via color-coded status pills and tooltips. 🛡️ Resilience & Retries RPC drops shouldn't break your deployment. We implemented a new Nonce Manager and Auto-Retry logic. If a transaction fails due to an RPC error during index creation, the system now automatically retries the call, maintaining a "pending" status rather than failing the user's session. 🔒 Institutional Compute (iExec + TEE) Our verifiable off-chain compute infrastructure is advancing. The integration between the Cron API and the iExec SDK is live. Our dApp is successfully identifying workers, triggering input parameters, and creating Deals/Tasks on the Bellecour (next up Arbitrum) explorer. Step by step. #NEXProtocol #DeFi #Web3Engineering #Chainlink #iExec #BuildInPublic
English
1
3
5
100
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 6 (2026) 🏗️ This week was dedicated to stress-testing the Vibe Trade tool and hardening the logic for autonomous rebalancing. We’re moving closer to a "set and forget" infrastructure for decentralized portfolios. Rebalancing Automation & Infrastructure ⚖️The core engine for autonomous indices saw major upgrades this week: Functions Oracle Upgrade: Resolved a critical bug where assets were being duplicated during rebalancing cycles. The logic now correctly maps and settles weights. Live Multi-Chain Testing: Successfully executed automated rebalances on live portfolios across Arbitrum, BSC, and Avalanche. Fee Distributor Live: The fee distribution logic is officially merged into production—revenue flows are now automated alongside portfolio management. Institutional Precision (iExec + TEE) 🔐We are pushing the boundaries of verifiable off-chain computation. iApp Deployment: Successfully deployed our Institutional App (iApp) for rebalancing. This moves sensitive re-weighting logic into Trusted Execution Environments (TEE) for higher security. SDK & Cron Integration: Integrated the iExec SDK to handle automatic re-weighting via a specialized API. The "Worker" Challenge: Currently debugging app-worker discovery in the live environment—ensuring the decentralized infrastructure can always find a secure node to execute the rebalance. Data Hardening 🛠️Fixing the "small" details that break the user experience: Market Cap Mapping: Resolved issues where certain wrapped assets (like WBTC on Arbitrum) showed "Market Cap: N/A." We’ve implemented mapping to original assets to ensure these tokens can be used in weight-based portfolios. Cross-Chain Native Fixes: Updated gas and swap paths for Polygon (WETH to WPOL) and WMATIC to ensure "Mint" and "Burn" transactions don't fail during high-volatility periods. Vibe Trade Validation 🌐Beyond the code, we’re putting the tool through the ringer: Verified index creation and minting for complex multi-chain baskets (e.g., an index spanning 5 different networks simultaneously). Confirmed that data, descriptions, and logos now populate instantly on the dashboard without lag. The automation is getting smarter. The infrastructure is getting tougher. #NEXProtocol #DeFi #Web3Engineering #iExec #BuildInPublic
English
1
4
6
257
Nex
Nex@NEX_Protocol·
🚀 #BuildInPublic — Week 5 (2026) Today we officially go live with our public build page! app.nexlabs.io/build No polished marketing layer — just real building, real progress, and the engineering behind NEX shared openly. Here’s what happened this week 👇 We’re moving deeper into autonomous index infrastructure. Rebalancing automation evolved significantly: • Refactored multicall execution to MPC wallets • Updated rebalancing logic to match new APIs • Fee distributor merged with automation flows • LI.FI integrated for cross-chain fee bridging The goal is simple: indices that maintain themselves across chains without manual intervention. 🌐 Multi-chain infrastructure keeps expanding. We added cross-chain balance tracking across Ethereum, Polygon, Avalanche, Base, BSC, and OP — plus new APIs for monitoring pending BYOI transactions via subgraphs. Less black boxes. More transparency. 🔐 iExec + TEE exploration has started. We deployed initial iApp infrastructure, connected Docker workflows, and began testing rebalancing logic inside trusted execution environments. This is early — but important. Verifiable off-chain computation is a key step toward autonomous intelligence. 📊 Institutional index tooling is taking shape. • New interface for creating institutional-grade indices • Improved token selector with chain liquidity awareness • Expanded asset database (including commodities like Silver) • First institutional prototype index: ICYX We’re not just building indices — we’re building infrastructure for programmable portfolios. — This is only the beginning. We build in public. #NEXProtocol #DeFi #Web3Engineering #AI #BuildInPublic
English
0
4
7
154
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 4 (2026) This week’s focus was on hardening our infrastructure and deepening the data layer. We’re moving steadily toward a more robust, production-ready environment. Deepening AI Context 🧠 We are currently working on increasing the AI’s understanding of the market. By integrating CoinGecko metadata (descriptions and categories) (in addition to the existing coinmarketcap data), the agent now has more qualitative data to work with. -> Moving toward true thematic intelligence for index selection Multi-Chain Footprint 🌐 BYOI contracts are now deployed and tested across 6 major networks: Base, BSC, Polygon, Ethereum, Avalanche, and OP. Hardening the Core 🛡️ Security: Transferred all BYOI contract ownership to multisig and introduced an operator structure to separate deployment tasks from protocol governance. Tracking: Implemented Chainlink CCIP status tracking in the UI. Users can now see the real-time state of cross-chain transactions, reducing the "black box" friction of moving assets between chains. Reliability: Merged the BYOI stock multicall and integrated the Thirdweb engine for more reliable automated execution. Fixes & UX ✨ Squashed DFI pricing bugs and refined rebalance logic for indices with zero initial trade volume. Added a scrollable Side Summary Bar and automated tab switching to keep the interface clean during active transactions. Step by step. 🛠️ #NEXProtocol #DeFi #Web3Engineering #Chainlink #AI
English
1
2
2
82
Nex
Nex@NEX_Protocol·
#BuildInPublic — Week 3 (2026) Focusing on transparency and cross-chain clarity. The goal: a seamless, "no-guesswork" experience for index creators. Frontend CCIP Status Tracker: Real-time visibility into "Sending" vs "Delivered" states for cross-chain transactions directly in the UI. Instant Index Visibility: Data, descriptions, and logos now populate immediately upon creation—zero "blank state" lag. Mobile-First UX: Vault cards and index details now have full parity on mobile with dynamic font scaling for symbols. UI Polish: Added descriptive tooltips and refined trading info for better user guidance. Infra/SC Safe Nonce Management: Implemented a wrapper to handle parallel wallet requests, squashing "nonce too low" errors for good. Deployment Speed: Optimized FeeVault APIs and bypassed redundant verification to significantly accelerate index creation. Pricing Logic: Finalized backend systems for real-time index token pricing and automated asset categorization. The Final Stretch We’re currently finalizing swap flows and wrapping up internal testing. #NEXProtocol #BuildInPublic #Crypto #DeFi #Web3Engineering
English
0
3
4
125
Nex
Nex@NEX_Protocol·
🚧 #BuildInPublic — Week 2 (2026) Focused on tightening UX, stabilizing infra, and moving BYOI closer to a streamlined e2e experience. What shipped 👇 • BYOI indices now automatically visible to any user. • Fee Vault missing-state handling: pop-up + redirect to portfolio. • Fixed transaction history on index details • BYOI balancer contract indexed → last rebalance date now visible • AI-generated index descriptions + symbol collision checks • Improved category suggestions from the Agent Infra & reliability • Fixed race condition in new user DB + wallet connect flow • Debugged nex-bot RPC stalls with throttling + proper error handling • Subgraph re-deployed with latest contracts • Continued work on deploy + fee-vault APIs Still wiring things together. Expecting a fully operational MVP during this month. #NEXProtocol #BuildInPublic #Crypto #DeFi #Web3Engineering
English
2
6
7
274
Nex
Nex@NEX_Protocol·
🚧 #BuildInPublic — Week 1 (2026) Kicking off the year by shipping + tightening the stack. BYOI is now running in production internally, and we’re actively squashing edge cases + bugs before a bigger public launch. This week we focused on reliability, pricing correctness, and ops automation: • BYOI MVP deployed: indices now show price / supply / 24h change, underlying asset avatars and more.. • Rebalancing automation with cron and DB integrations • Fee Vault automation: detect deposits → withdraw → bridge + distribute funds cross-chain to keep fees topped up • Solved an edge case where an index price could reset to 100 if supply is zero. • Data integrity: multi-batch-token-price updates now must be all-or-nothing (in the unlikely case one batch from the same api source fails and the rest does not, we don't update). • Infra hardening: debugging RPC-limit failures (~1k calls) + choosing fallback RPC providers. • CCIP ops: worked with Chainlink team on manual execution workflow when explorer UI fails Next up: finishing fee vault withdrawals + AI-generated BYOI descriptions + swap flow fixes + frontend design. #NEXProtocol #BuildInPublic #Crypto #DeFi #Web3Engineering
English
4
5
6
300
Nex
Nex@NEX_Protocol·
🚧 #BuildInPublic — Week 52 Wrapping up the year by shipping relentlessly 🎄✨ This week was all about tightening the stack and pushing BYOI closer to production: • Issuance & redemption amount-out logic finalized across Ethereum, Polygon, and Avalanche • Contract verifier API live for IndexToken, Vault, and FeeVault deployments • Rebalancing automation tested successfully on multiple portfolios and chains • Hourly index price cron + Redis caching running for charts & portfolio insights • WebSocket + event listeners hardened for real-time trade & price updates • Account Abstraction trade flow bugs fixed and re-tested • AI Agent flow fully functional on preview — first multi-chain mint completed As the year closes: Merry Christmas 🎄 and Happy New Year 🎉 to everyone building, testing, breaking, and rebuilding in crypto. Still early. Still shipping. 2026 will be louder, get ready to be amongst the first to test our product and earn your TGE discount. #NEXProtocol #BuildInPublic #Crypto #DeFi #Web3Engineering
English
1
6
6
205
Nex
Nex@NEX_Protocol·
@tomthelucky We are busy on building, sorry sir
English
0
0
0
13
Tom | SaaS Builder
Tom | SaaS Builder@tomthelucky·
@NEX_Protocol I have been using Powerin to engage with tech posts while focused on my own projects. The irony of automating comments on a BuildInPublic post is not lost on me, but it helps me stay visible without losing momentum. 😅
English
1
0
0
27
Nex
Nex@NEX_Protocol·
🚧 #BuildInPublic — Week 51 Focused on execution and infra hardening this week: • Issuance & redemption flows validated on Ethereum, Polygon, and Avalanche • BYOI trade flow integrated with separate approval paths for index tokens and fee assets • Account Abstraction support added for mint & burn transactions • Subgraph deployed for BYOI indices with dynamic transaction parsing • WebSocket + Redis pipeline now broadcasting real-time index prices from on-chain data • Gas estimation, issuance fee, and rebalance fee APIs running in production • Cross-chain token paths and fee-splitting logic finalized in smart contracts #NEXProtocol #BuildInPublic #Web3 #DeFiEngineering #CryptoDev
English
1
4
10
317
Nex
Nex@NEX_Protocol·
🚧 #BuildInPublic — Week 50 • Cross-chain capability expanded with deployments on Ethereum, Avalanche & Polygon mainnet • Rebalancing Agent now generating updated asset lists based on market conditions • Trade flow is being connected to BYOI indices • Minting flow for user-created indices coming soon Getting closer to connecting all the wires. ⚡️ Our Ethereum deployment address: etherscan.io/address/0x11a8… and Avalanche: snowtrace.io/address/0x11a8…
Nex tweet media
English
0
3
5
264
Nex
Nex@NEX_Protocol·
🚀 #BuildInPublic — Week 49 Our devs have pushed another big milestone this week. We’re one step closer to launching BYOI — deployment APIs and rebalancing APIs are now integrated into the dApp, and we’ve successfully tested creating an index token + portfolio. We’ve also automated index smart contract deployment through our AI Agent once asset selection is complete. Not much to show yet… but we’re getting very close. More updates coming soon — stay tuned. ⚡️ Be first to tryout our proof of concept indices before our leaderboard launch: app.nexlabs.io/catalogue
English
0
4
8
159
Nex
Nex@NEX_Protocol·
🚀 NEX BUILD IN PUBLIC | Week 48 Hey NEX fam! 👋 Here’s what we’ve been building this week 👇 🎨 Agent UX: Designing a new AI agent workflow that merges DeFi UI with chat-style UX for a seamless trading & portfolio experience (see video 👇). 🧪 Agent Smart contracts: Successfully tested our BYOI contracts with a 30-asset portfolio across 4 chains — from blue chips to meme coins. 🤖 Agent AI Flow: Core flow completed and now in the testing phase — rolling out soon. 🔥 💬 Join the journey: we #BuildInPublic — follow along as we ship. Like & Share! or test out our poc indices -> f.e.: $MAG7 👉 app.nexlabs.io/trade?side=buy…
English
1
4
4
253
Nex
Nex@NEX_Protocol·
🚀 NEX BUILD IN PUBLIC | Week 47 Hey NEX fam! 👋 Here’s what’s happened last week 👇 🔀 Route Optimization: Our bot now automatically finds the best swap routes across Uniswap pools for multi-hop token swaps, boosting efficiency. 🧪 Expanded Testing: We upped our stress test by running an index of 50 tokens. Everything is performing solidly at scale. ⛽ Gas Cost Tracking: Gas usage is now tracked in our toolkit, letting the agent factor fees into token and chain selection. 🚀 Multi-Chain Live: IndexToken and Vault contracts are now deployed on Arbitrum, BSC, Optimism, and Base. 🔗 Example Index: Check out our CR5 (Crypto5) index on Arbitrum 👉 arbiscan.io/address/0xd1f8… 💬 Join the Journey: We’re #BuildInPublic — follow along as we fine-tune everything 💙 Like & Share! or buy $MAG7 👉 app.nexlabs.io/trade?side=buy…
English
2
4
10
255