Meison  pfp

Meison

@meison

244 Following
71 Followers


Meison  pfp
Meison
@meison
5. Where to Learn More? 🔹 Want to understand the tBTC unminting & redemption process in detail? Check out the tBTC Unmint & Redemption Guide to see how the process works behind the scenes!
0 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
4. BTC Withdrawals – Redeeming tBTC When withdrawing BTC: • Your tBTC tokens are unminted via the Threshold Network, and native BTC is sent to your Bitcoin wallet. • The Threshold Network charges a 0.2% redemption fee for this service. • Mezo does not charge additional fees—all redemption fees go to the Threshold DAO.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
2. Depositing Native BTC When you deposit native BTC, it is automatically bridged to tBTC before being credited to the Mezo contract. 🔹 This process incurs operational costs, including minting, treasury management, and transaction fees. 🔹 To cover these costs, a flat fee of 0.001 BTC is deducted from all deposits, regardless of size. 💡 Example: If you deposit 1 BTC, you will receive 0.999 BTC in Mezo.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
3. Bridging Process & tBTC Minting Mezo uses Threshold Network’s tBTC to wrap BTC for use on Ethereum. 🔹 The process ensures decentralized, trustless minting, backed 1:1 by BTC. 🔹 The minted tBTC can be used within the Mezo ecosystem or withdrawn back to Bitcoin at any time.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
How BTC Deposits & Withdrawals Work on @mezonetwork – Detailed Breakdown 💠 1. Depositing WBTC, tBTC & Other ERC-20 BTC-Backed Assets If you’re depositing WBTC, tBTC, or other BTC-backed ERC-20 tokens, the only fee involved is the Ethereum network gas fee. 📌 Tip: Always check gas prices before making a transaction to avoid unexpected costs.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Been thinking a lot about Bitcoin n lately. For years, it’s been this untouchable treasure—something you hold, but never use. Sell it? Feels like betrayal. Just sit on it? Feels like wasted potential. But what if BTC could move without being lost? What if it could work for you, like capital, without giving up that raw, digital sovereignty? @mezonetwork in 2025 is making that a reality. Borrow, earn, govern—all while keeping your BTC. No more cold storage limbo. No more ‘hodl or sell’ dilemmas. Just a new way to use Bitcoin. Feels like we’re entering a different era.
0 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
@fleek just launched one-click AI agent deployment! Now you can simply upload a character file or build your agent from scratch—Fleek takes care of security, scalability, and smooth operation. 💡 What can you build? — Smart assistants for tasks and communication — AI for data analysis and insights — Autonomous systems for business operations With TEE and remote attestation, your AI runs fast, securely, and reliably. Just set it up, deploy, and your AI agent is ready to roll! 🚀
0 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
💡 AI Swarms Are Coming One agent? Cool. But what about networks of AI agents, autonomously coordinating? Fleek AI’s scalability + autonomy is laying the foundation for AI swarms. First, TEEs. Next? Crypto wallets, subscriptions & more. The AI agent era just warped in. 🚀 Ready? 👉 fleek.xyz
0 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Trust, But Verify Fleek AI leverages Trusted Execution Environments (TEEs) for: ✅ Secure, verifiable agent execution ✅ Remote attestations (know exactly what’s running) ✅ Privacy-first agent interactions Agents run on their own terms, without hidden backdoors.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
@fleek AI Hosting = Warp Speed Deployment Forget waiting. AI agents now deploy in 30 seconds: ⚡ Upload JSON (agent’s personality & logic) ⚡ Use a form (manually tweak settings) ⚡ Start with templates (pre-built, customizable) The only thing you need? X API + an LLM key. No DevOps, no stress.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Warping AI Agents into Reality Deploying AI agents used to be slow, costly, and complex—infrastructure, security, DevOps nightmares. Fleek AI just warped the process into the future: 1-click, scalable, trustless. 🌐⚡ 👀 Ready to launch? Keep reading.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
The Problem with AI Agent Deployment • ⏳ 15-25 min just to deploy an agent? Too slow. • 💰 Cloud costs stacking up for every deployment? Unnecessary. • 🛠️ Trust issues—who really controls the agent? We’re entering the agent era, but these bottlenecks keep builders stuck. Time to break through.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Imagine AI agents not just running but warping into existence. @fleek AI + Eliza framework is making it happen. No DevOps, no headaches—just pure, seamless agent deployment. 🛸💡 Here’s why this changes everything:
1 reply
0 recast
1 reaction

Meison  pfp
Meison
@meison
And BOOM 💥—your Web3 URL shortener is live, fully decentralized, and hosted on Fleek’s edge network. 🔗 Demo: https://shortener.on-fleek.app/ 📂 Code: https://github.com/tobySolutions/shortener Web3 + Fleek = the future of hosting 🔥 No servers. No centralized control. Just fast, censorship-resistant Web3 applications. What would YOU build with Fleek? 🚀 Drop your ideas below! 👇
0 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Deploying on Fleek
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Automatic redirection! Add a dynamic route in Next.js → /[shortCode].js. Users can visit site.xyz/abc123, which fetches the original URL from the contract and redirects them instantly!
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Building the UI 🔗 Enter a long URL & short code 👛 Connect wallet via RainbowKit ⚡ Write to blockchain & generate shareable links
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Connecting the Next.js app to Ethereum Create a .env file: NEXT_PUBLIC_CONTRACT_ADDRESS=0x2729D62B3cde6fd2263dF5e3c6509F87C6C05892 NEXT_PUBLIC_RPC_URL={{YOUR_ARBITRUM_SEPOLIA_RPC}} Load the contract ABI & integrate ethers.js to interact with it.
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
The Smart Contract 📝 We’ll store short links on-chain: 📌 Deployed on Arbitrum Sepolia 🔗 Contract: 0x2729D62B3cde6fd2263dF5e3c6509F87C6C05892
1 reply
0 recast
0 reaction

Meison  pfp
Meison
@meison
Set up Tailwind CSS and create lib/ & abi/ directories.
1 reply
0 recast
0 reaction