<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Apillon on Medium]]></title>
        <description><![CDATA[Stories by Apillon on Medium]]></description>
        <link>https://medium.com/@apillon?source=rss-9efc8eabbf7e------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*4kfPGCUOV2AMJCfIE9E8_g@2x.png</url>
            <title>Stories by Apillon on Medium</title>
            <link>https://medium.com/@apillon?source=rss-9efc8eabbf7e------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 02:12:11 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@apillon/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[When Web3 meets MCP: Apillon MCP Server now live on GitHub!]]></title>
            <link>https://medium.com/apillon/when-web3-meets-mcp-apillon-mcp-server-now-live-on-github-0a733ffcd7c9?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/0a733ffcd7c9</guid>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[mcp-server]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Mon, 12 May 2025 12:46:55 GMT</pubDate>
            <atom:updated>2025-05-12T13:15:27.698Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*wj4ioB_nss5-GpKQ.jpg" /></figure><h4>No time for docs? Pair the Apillon MCP Server with an LLM and deploy faster.</h4><p>Ever wondered what life would have been like if you didn’t have to read any documentation, but could still use AI to help you deliver the feature you have always wanted?</p><p>While LLM chat interfaces have surely unlocked tremendous value in the economy, the AI has rapidly been shifting its attention to MCP (Model Context Protocol tooling), which unlocks a standardised way to define and allow LLMs to access data sources through a set of functions, commonly referred to as tools.</p><h3>Apillon goes MCP</h3><p>Our development team decided to tackle this side quest head-on recently, and we are happy to announce that you can now use Apillon’s hosted MCP server. This allows you to hook into the functions of the Apillon platform-namely, the functions tied to some of our most popular services-Web3 hosting, storage, and NFTs.</p><p>Surely this sounds like rocket science and we can hear you thinking it must be a pain in the butt to hook up to your tooling. Think again, as all you need is Node.js installed locally on your machine and a simple general configuration, such as the one provided below.</p><pre>{<br>    &quot;mcpServers&quot;: {<br>      &quot;apillon-mcp-server&quot;: {<br>        &quot;command&quot;: &quot;npx&quot;,<br>        &quot;args&quot;: [&quot;-y&quot;, &quot;@apillon/mcp-server&quot;],<br>        &quot;env&quot;: {<br>          &quot;APILLON_API_KEY&quot;: &quot;&lt;APILLON_API_KEY&gt;&quot;,<br>          &quot;APILLON_API_SECRET&quot;: &quot;&lt;APILLON_API_SECRET&gt;&quot;<br>        }<br>      },<br>      &quot;filesystem&quot;: {<br>        &quot;command&quot;: &quot;npx&quot;,<br>        &quot;args&quot;: [<br>          &quot;-y&quot;,<br>          &quot;@modelcontextprotocol/server-filesystem&quot;,<br>          &quot;/Users/&lt;your-username&gt;/Desktop&quot;<br>        ]<br>      }<br>    }<br>  }</pre><p>If we break it down in even simpler terms, the config above defines two separate MCP server namespaces ( <em>apillon-mcp-server</em> and <em>filesystem</em>):</p><ul><li>The first one is maintained by Apillon.</li><li>The second, more general one, gives LLM access to a specific folder on your local filesystem.</li></ul><p>To state it plainly, this means that you can now ask your LLMs to help you upload a static website from a subfolder on your desktop to Apillon. Provided you have filled in the API keys correctly (and those keys have permission to manage the Apillon hosting and storage service in your account).</p><blockquote><em>The LLM will simply make the appropriate calls to the Apillon API and make sure your wish is its command.</em></blockquote><p>Worried you might not have given it all the required information? That’s the best part. MCP definition allow for input validation and the LLMs are often smart enough to figure out which information you have provided, which information you still have to fill in and in case of an API error often find ways to self-correct, so that they can complete the task at hand as effortlessly as you can say AI or Web3.</p><h3>Stop talking, where is it?</h3><p>For those of you who can’t wait any longer, you can head over to our <a href="https://github.com/Apillon/mcp-server?ref=blog.apillon.io">GitHub repository</a> and test it out yourself. A more in-depth, step-by-step guide is coming shortly (a.k.a. in a couple days) in multiple formats, so that you can follow along and finally make that important first step on your Web3 journey.</p><p>Have fun and keep building.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=apillon_mcp"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*qQYV515kxkP99hdhle58sQ.jpeg" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/?ref=blog.apillon.io">Website</a> | <a href="https://wiki.apillon.io/?ref=blog.apillon.io">Wiki</a> | <a href="https://github.com/Apillon?ref=blog.apillon.io">GitHub</a> | <a href="https://twitter.com/apillon?ref=blog.apillon.io">X</a> | <a href="https://discord.gg/apillon?ref=blog.apillon.io">Discord</a> | <a href="https://www.linkedin.com/company/apillon/?ref=blog.apillon.io">LinkedIn</a> | <a href="https://www.reddit.com/r/apillon/?ref=blog.apillon.io">Reddit</a> | <a href="https://t.me/Apillon?ref=blog.apillon.io">Telegram</a></p><p><em>Originally published at </em><a href="https://blog.apillon.io/when-web3-meets-mcp-apillon-mcp-server-now-live-on-github-2/"><em>https://blog.apillon.io</em></a><em> on May 12, 2025.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=0a733ffcd7c9" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/when-web3-meets-mcp-apillon-mcp-server-now-live-on-github-0a733ffcd7c9">When Web3 meets MCP: Apillon MCP Server now live on GitHub!</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sanding away the rough edges: Apillon now supports deploying from Github]]></title>
            <link>https://medium.com/apillon/sanding-away-the-rough-edges-apillon-now-supports-deploying-from-github-539be2debf51?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/539be2debf51</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[ipfs]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Tue, 29 Apr 2025 15:23:23 GMT</pubDate>
            <atom:updated>2025-04-29T15:23:23.145Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*YSoHXN7x5Oul_LcSfMCRbQ@2x.jpeg" /></figure><h4>We are happy to announce that one more hurdle in making sure Apillon platform is the easiest and friendliest development experience has been removed — you can now Import your project straight from Github.</h4><p>From the very beginning, Apillon’s mission is simple: Identify and find interesting and production-ready Web3 technology solutions, integrate it into the Apillon platform and provide the Web3 developers with a unified and well documented experience.</p><p>That’s where it starts, but not where it (necessarily) ends. Sometimes the UX is not yet perfect, so additional iterations are needed. Many of the features don’t feel perfect, until we add some sprinkle of magic developers have gotten used to, when deploying to big Web2 platforms, such as Vercel or Cloudflare.</p><p>This is why our product and development teams have spent time in Q1 2025 identifying and addressing UX issues that make the developers having to break out of their flow and reconsider. It is these moments of reflection that often stop the Web2 developer en route in their Web3 journey, and — due to familiarity with the flows of old — fallback to tried and tested old ways.</p><h4>Import from Github now available!</h4><p>One such flow was the need to upload the files via CLI or drag-and-drop to the Apillon platform to deploy a static website on Web3.</p><p>Surely, there was a better, industry standard way staring us square in the face like Clint Eastwood in the cowboy movies of old. So, we took it and made it our own.</p><p>Here’s the step by step below:</p><p><strong>Navigate to Apillon’s Hosting service page</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*fFCPSShJHQgWx2euuNIFOQ.png" /></figure><p><strong>Connect your Github profile</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*XGGBjd9Or2TVohk35ku5lQ.png" /></figure><p><strong>Click “Add first website” button</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*BjSb2tkJlUqjYpptYiJlFw.png" /></figure><p><strong>Select the “Import Github repo” option</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*OPyphMVa-WbmKa7So6J_RQ.png" /></figure><p><strong>Select the repository, review default settings and click Create website</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*gID3q1DfzFvBhKeA_KVgDQ.png" /></figure><p>Watch the play-by-play of the build progress</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*IwERjFPK6pS9fFSK7A3IRw.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*t-4C6ACLdiB19pB4VAjV6g.png" /></figure><p><strong>See your build process complete and visit the website in production</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*KefYGr6BD1jUOVk4hKmUow.png" /></figure><p>You can visit the website we deployed in production <a href="https://go.web3approved.com/Bb1M3">here</a>.</p><h4>Want join in on the fun?</h4><p>The world doesn’t wait — and neither should your project. Skip the manual setup and go straight to building. With Apillon’s GitHub Autodeploy, your updates go live faster, smarter, and way easier. Push code, deploy, and keep growing.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=github_autodeploy"><img alt="" src="https://cdn-images-1.medium.com/max/199/0*NzfNm-JywfIk4L7O.png" /></a></figure><h4>Want more?</h4><p>Keep the momentum going. Explore more posts for sharp insights, real tips, and Web3 stories that might just spark your next big idea:</p><ul><li><a href="https://blog.apillon.io/build-deploy-an-unstoppable-blog-on-apillon-hosting-v0-1-draft-9a8bf7d994c0">Build &amp; deploy an unstoppable blog site with Apillon Web3 Hosting</a></li><li><a href="https://blog.apillon.io/should-you-choose-decentralized-hosting-for-your-website-eed25da50470">Should you choose decentralized hosting for your website?</a></li><li><a href="https://blog.apillon.io/faq-apillon-web3-hosting-81d5477661e7">FAQ: Apillon Web3 Hosting</a></li></ul><h4>⧓ About Apillon</h4><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon">GitHub</a> | <a href="https://twitter.com/apillon">X</a> | <a href="https://discord.gg/apillon">Discord</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://www.reddit.com/r/apillon/">Reddit</a> | <a href="https://t.me/Apillon">Telegram</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=539be2debf51" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/sanding-away-the-rough-edges-apillon-now-supports-deploying-from-github-539be2debf51">Sanding away the rough edges: Apillon now supports deploying from Github</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Green means go: Apillon Q1 2025 highlights]]></title>
            <link>https://medium.com/apillon/green-means-go-apillon-q1-2025-highlights-b9c424496215?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/b9c424496215</guid>
            <category><![CDATA[web3-development]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[blockchain]]></category>
            <category><![CDATA[polkadot]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Fri, 11 Apr 2025 10:26:50 GMT</pubDate>
            <atom:updated>2025-04-11T10:26:50.606Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*WJosrYI0ORFsm8pijqxTlw.jpeg" /></figure><h4>Accelerating innovation, building momentum, and setting the stage for the next big leap — Q1 done and done.</h4><p>Apillon has always been more than a platform. “For the builders, by the builders” is the underlying motto we have been pursuing since the company&#39;s inception, and this quarter our development team has once again been hard at work.</p><p>If you missed it, here’s the TL;DR version, with additional links for those interested in diving deeper.</p><ul><li><strong>Embedded wallets</strong> have been upgraded to major version 2.0 and, subsequently, additional improvements with the launch of 2.1.</li></ul><p><a href="https://blog.apillon.io/embedded-wallets-2-0-all-the-power-none-of-the-pain-88679cdd2d68">Embedded Wallets 2.0: All the power, none of the pain</a></p><ul><li><strong>$NCTR is now the first-party citizen of the Apillon platform</strong>, as we have launched Lock &amp; Earn, promising a mouthwatering 20% APY on all the $NCTR you lock for at least 90 days.</li></ul><p><a href="https://blog.apillon.io/nctr-staking-is-here-lock-earn-unlock-more-00b883bf9b87">$NCTR staking is here: lock, earn, unlock more</a></p><ul><li>Alongside three other Polkadot innovator teams, Apillon has been selected into the <strong>Polkadot x ERA Accelerator</strong> program. This 12-week intensive is aimed at helping Web3 startups scale, secure funding, and make their mark in the U.S. market</li></ul><p><a href="https://blog.apillon.io/scaling-web3-for-real-world-use-apillon-joins-polkadot-x-era-accelerator-4e766e5a1f60">Scaling Web3 for real-world use: Apillon joins Polkadot x ERA Accelerator in NYC</a></p><ul><li>We have partnered with CESS to bring encrypted and dynamic data storage into the Apillon platform, enabling users to choose the right storage for their use case.</li></ul><p><a href="https://blog.apillon.io/apillon-partners-with-cess-more-ways-to-store-same-place-to-build-8cb3e319496f">Apillon partners with CESS: More ways to store, same place to build</a></p><ul><li>We have opened our Github gates to the people participating in the <strong>Apillon Bug Bounty program</strong>, allowing users to report issues to the team and earn some $NCTR for their effort.</li></ul><p><a href="https://blog.apillon.io/bug-bounty-is-live-code-breakers-welcome-to-apillon-6dd4ff40fc82">Bug Bounty is live: Code breakers, welcome to Apillon!</a></p><ul><li>Last but not least, we’ve finally introduced <strong>Apillon</strong> <strong>Simplets</strong> to our plethora of services on the platform. Read about the awesome effect Simplets can have on your current marketing actions and campaigns.</li></ul><p><a href="https://blog.apillon.io/apillon-simplets-the-revolution-of-your-user-growth-d7660842bcd4">Apillon Simplets: The revolution of your user growth</a></p><h4><strong>Events</strong></h4><p>We’ll come out and say it: If our event participation in the first quarter of 2025 could be visualized in a GitHub-style activity chart, we would be green all the way.</p><p>We started the year off with a jetset tour across the World, which would make Taylor Swift blush a little bit.</p><ul><li><strong>February 13–14, NFT Paris</strong> — The event was marked by the miles of smiles, familiar faces and sharing the Polkadot booth with a bunch of friendly Web3 faces as well as a Lionel Messi jersey to top the cake.</li><li><strong>February 18–20, Consensus Hong Kong </strong>— Our return to Asia was as colorful as an NFT collection. Being one of 12 startups set to transform the crypto landscape in the Consensus PitchFest Finals was an arm-pinching moment for us.</li><li><strong>February 23–26, Web Summit Qatar — </strong>Web Summit events always draw a crowd, and Qatar was no different this time around. Our ideal smoothie of Web2 and Web3 developers, Will Smith and a packed house — what’s not to love?</li></ul><p><a href="https://blog.apillon.io/apillons-web3-february-events-deals-and-jetlags-231128a8f349">Apillon’s Web3 February events, deals and jetlags</a></p><h4>Community</h4><p>Besides the conferences, we’ve played a key role in supporting the growth of the Web3 ecosystem.</p><ul><li>We hosted yet another Polkadot Meetup Ljubljana at Apillon HQ. It was great being joined by other speakers, all established players in the Web3 space — <a href="https://www.scytale.digital/">Scytale Digital</a>, <a href="https://origintrail.io/">OriginTrail</a>, Adrian from <a href="https://coinreference.me/team.html">CoinRef</a> as well as our own CEO <a href="https://www.linkedin.com/in/matjazsobocan/">Matjaž Sobočan</a> and COO <a href="https://www.linkedin.com/in/ursicdomen/">Domen Uršič</a>. The beer was cold, the pizza was good, and the company of other builders was even better.</li></ul><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/Apillon/status/1908094985846608304&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/8734745134c056eee0bd61d0ad11caad/href">https://medium.com/media/8734745134c056eee0bd61d0ad11caad/href</a></iframe><ul><li>Our CEO, <a href="https://www.linkedin.com/in/matjazsobocan/">Matjaž Sobočan</a> and CPO, <a href="https://www.linkedin.com/in/nino-kutnjak/">Nino Kutnjak</a> spoke at the PBA Campus program, the 3 week Polkadot’s flagship educational experience at Lucerne University of Applied Sciences and Arts.</li></ul><p>Sharing insights learned from previous OpenGov proposals and Apillon’s vision for making Web3 more accessible and powerful for developers of all backgrounds on this highly coveted educational was a great experience for all.</p><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/Apillon/status/1909189700356550875&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/c468f49ed372b376c0a34c184dae5503/href">https://medium.com/media/c468f49ed372b376c0a34c184dae5503/href</a></iframe><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/filippoweb3/status/1909985737539191262&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/92998a73506f454c3b936b16fd5eacee/href">https://medium.com/media/92998a73506f454c3b936b16fd5eacee/href</a></iframe><ul><li>Apillon contributed a $3000 bounty to a pool of other great prizes in the Polkadot Scalability Hackaton and our CPO, <a href="https://www.linkedin.com/in/nino-kutnjak/">Nino Kutnjak</a> once again inspired the participants with his presentation titled “Dapps, Docker, Done: Web3 Without the Headache”.</li></ul><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/Apillon/status/1909547320829506024&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/77df257b86a678a754cff8cb598c2714/href">https://medium.com/media/77df257b86a678a754cff8cb598c2714/href</a></iframe><h4>What’s next?</h4><p>With Q2 2025 officially underway, we’re back at our whiteboards, computers, and coding, gearing up to bring you the next big things soon.</p><p>Web3 won’t stop in Q2 and neither will we. Stay tuned.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=recap_q1"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*oKbssd03OY09raN8jyrmJQ.jpeg" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">Twitter</a> | <a href="https://t.me/Apillon">Telegram</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://discord.com/invite/yX3gTw36C4">Discord</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b9c424496215" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/green-means-go-apillon-q1-2025-highlights-b9c424496215">Green means go: Apillon Q1 2025 highlights</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Apillon Simplets: The revolution of your user growth]]></title>
            <link>https://medium.com/apillon/apillon-simplets-the-revolution-of-your-user-growth-d7660842bcd4?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/d7660842bcd4</guid>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[polkadot-network]]></category>
            <category><![CDATA[nft-collectibles]]></category>
            <category><![CDATA[apillon-platform]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Thu, 10 Apr 2025 12:46:38 GMT</pubDate>
            <atom:updated>2025-04-13T20:29:19.750Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4k0lJKfujElSkNStT8j1Ig@2x.jpeg" /></figure><h4>Apillon Simplets are here to speed up your projects, save you time and boost your growth with ready-to-use, open-sourced Docker templates.</h4><p>· <a href="#0811">What are Simplets?</a><br>· <a href="#7a15">Why do you need Simplets?</a><br>· <a href="#3e08">Who are they for?</a><br>· <a href="#6d6e">What Simplets look like in real life?</a><br>· <a href="#aa64">Let’s go!</a></p><p>Apillon Simplets, ready to make your life easier. Whether you’re launching a new NFT-based marketing campaign or scaling up your project, these pre-built, open-source Docker images are here to save you time, cut the boring setup work, and get you moving fast.</p><p>For developers, businesses, or practically any team looking to innovate fast, Simplets give you the speed and flexibility to grow your user base, reward the loyal audience and leave an imprint with your brand without the headaches of tech.</p><h3>What are Simplets?</h3><p>Historically, launching a Web3 campaign with NFTs usually meant big time and resource investments, making it challenging for smaller brands to jump in. Web3 was built to democratize the internet, but its complexity has kept it out of reach for most.</p><p>And Simplets? Think of them like Shopify or WordPress for Web3. These plug-and-play templates are designed for the most common NFT use cases.</p><p>All the complexity is handled in the back, so you can focus on working with your brand’s community — faster, smarter, and easier.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*9xTa1vFOf4Bwn-QbyypU6A.jpeg" /></figure><h3><strong>Why do you need Simplets?</strong></h3><p>Time is money, right? And here’s where it gets really cool — Simplets are powered by NFTs that can actually lift the load of your marketing jobs.</p><p>They’re not just about making your dev process easier; these NFTs are designed to help you boost your user base, run marketing campaigns, and engage users in a more interactive, rewarding way.</p><p>By leveraging these NFTs, you can automate tasks and drive user growth with way less effort. It’s like having a marketing team at your fingertips, all thanks to the power of Web3.</p><h3><strong>Who are they for?</strong></h3><p>Apillon Simplets are designed for anyone looking to supercharge their marketing campaigns and grow their brand using NFTs.</p><p>Whether you’re just starting out or scaling big, Simplets let you hit the ground running. No complicated steps, just making waves in the digital world</p><h4><strong>Which businesses can benefit from Simplets?</strong></h4><ul><li><strong>Brands and marketers</strong>: Launch NFT-based marketing campaigns that drive engagement, grow your audience, and position your brand as a leader in the Web3 space. Create viral moments, incentivize customers, and reward loyal followers with exclusive digital content.</li><li><strong>Web3 startups</strong>: Simplify the process of engaging your community, launching independent campaigns, and saving on resources. Apillon Simplets give you everything you need to build your user base and loyalty immediately.</li><li><strong>Enterprises and agencies</strong>: Go beyond just using NFTs for fun digital giveaways. Use them to enhance data privacy, control your marketing campaigns, and build long-lasting partnerships with other brands. Apillon Simplets let you launch impactful, customizable campaigns, all while keeping your data in-house.</li><li><strong>NFT creators</strong>: Whether you’re creating a collection of digital assets, setting up NFT airdrops, or even curating exclusive rewards, Simplets make it easy to manage and distribute NFTs as part of your marketing strategy.</li></ul><p>With Simplets, you can design a tailored marketing campaign, reward your community, grow your audience, and leave the complexity of NFTs to us.</p><blockquote>It’s time to get creative, get personal, and get growing.</blockquote><h3>What Simplets look like in real life?</h3><p>Here are some creative use cases to get your ideas flowing:</p><ul><li><strong>Create custom NFT Collections: </strong>Design a unique NFT collection for special events or collaborations. Reward attendees or participants with a digital collectible that commemorates the moment, creating a lasting impression.</li></ul><p>👉 <em>Example: Host an exclusive Web3 conference and gift attendees limited edition NFTs to commemorate their participation.</em></p><ul><li><strong>Distribute NFTs via email: </strong>Reward your email subscribers with digital collectibles sent directly to their inbox, incentivizing them to engage with your brand.</li></ul><p>👉 <em>Example: Run a holiday campaign where subscribers receive an NFT as a thank-you gift for signing up to your newsletter.</em></p><ul><li><strong>Generate leads with NFTs: </strong>Use NFTs as a reward for new sign-ups, growing your email list while offering valuable digital assets to your audience.</li></ul><p>👉 <em>Example: Launch a sign-up page that gives users a free NFT in exchange for their email, turning new sign-ups into engaged users.</em></p><ul><li><strong>Create exclusive NFT airdrops: </strong>Distribute NFTs to select users, creating a sense of exclusivity and rewarding loyal followers with unique assets.</li></ul><p>👉 <em>Example: Send NFT rewards to your most loyal customers as part of an exclusive VIP loyalty program.</em></p><ul><li><strong>Launch loyalty programs: </strong>Use NFTs as part of your customer loyalty program to reward repeat purchases or interactions with your brand.</li></ul><p>👉 <em>Example: Create a digital badge or collectible NFT that customers earn with every purchase, encouraging repeat business.</em></p><ul><li><strong>Host whitelisted NFT lists: </strong>Attach NFT rewards to draws, competitions, or exclusive access events, and distribute them to the rightful recipients.</li></ul><p>👉 <em>Example: Run a giveaway where only certain users can claim an NFT based on specific actions like sharing your brand on social media.</em></p><h3><strong>Let’s go!</strong></h3><p>The world moves fast, and so should you. Don’t get bogged down by the setup. Apillon Simplets are here to let you focus on what you do best — building and growing. The future of development is here, and it’s faster, smarter, and way easier with Apillon Simplets.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=simplets_intro"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*_zV4fOOLgVvhxxkzqDQpyQ.png" /></a></figure><h4><strong>Want more?</strong></h4><p>Keep the momentum going. Explore more posts for sharp insights, real tips, and Web3 stories that might just spark your next big idea:</p><p><a href="https://blog.apillon.io/apillons-prebuilt-solutions-help-brands-launch-web3-nft-campaigns-be2415ccb9ce">https://blog.apillon.io/apillons-prebuilt-solutions-help-brands-launch-web3-nft-campaigns-be2415ccb9ce</a></p><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon">GitHub</a> | <a href="https://twitter.com/apillon">X</a> | <a href="https://discord.gg/apillon">Discord</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://www.reddit.com/r/apillon/">Reddit</a> | <a href="https://t.me/Apillon">Telegram</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d7660842bcd4" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/apillon-simplets-the-revolution-of-your-user-growth-d7660842bcd4">Apillon Simplets: The revolution of your user growth</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Apillon partners with CESS: More ways to store, same place to build]]></title>
            <link>https://medium.com/apillon/apillon-partners-with-cess-more-ways-to-store-same-place-to-build-8cb3e319496f?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/8cb3e319496f</guid>
            <category><![CDATA[web3-storage]]></category>
            <category><![CDATA[decentralized-storage]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[ipfs]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Wed, 02 Apr 2025 10:00:32 GMT</pubDate>
            <atom:updated>2025-04-02T10:08:57.548Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5cZidDEgeJ-npbirHzAQvw.jpeg" /></figure><h4>Apillon and CESS bring new Web3 storage options to builders — all on the same platform.</h4><p>· <a href="#4d40">Why we’re partnering with CESS</a><br>· <a href="#2b43">What’s coming for builders</a><br>· <a href="#1563">Looking ahead</a><br>· <a href="#d231">About CESS Network</a></p><p>At Apillon, we’re all about making decentralized infrastructure less of a puzzle and more of a toolkit. And that’s why we’re adding a second option for decentralized storage on the Apillon platform.</p><p>With <a href="https://cess.network/"><strong>CESS Network</strong></a> joining the mix, builders will soon have an alternative for encrypted and dynamic data storage — right alongside IPFS.</p><blockquote>We’re offering builders more options. Public or private data? Both? Up to you. What matters is that you can do it all without leaving Apillon.</blockquote><p>So, what’s in it for you? Smoother builds, less duct tape encryption, and more confidence when shipping dapps.</p><h3>Why we’re partnering with CESS</h3><p>Apillon’s mission has always been to offer builders practical tools without locking them into a single way of doing things. By first launching our Web3 storage service, we integrated IPFS, powered by CRUST, which is a great fit for storing public data — such as NFT metadata, public assets, and openly accessible content.</p><p>By partnering with <a href="https://cess.network/"><strong>CESS Network</strong></a>, we’re extending the storage functionality. CESS will introduce a new option for developers who require encrypted data storage or are working with dynamic, high-frequency data.</p><p>CESS will sit alongside IPFS, giving builders more flexibility to choose the right tool for the right use case.</p><p>Whether your data is meant to be public or needs to be encrypted, Apillon will soon let you decide — all within the same familiar workflow.</p><h3>What’s coming for builders</h3><p>Once the integration is live, you’ll get the best of both worlds in one workflow. Store public data on IPFS via CRUST. Store sensitive or encrypted data on CESS. No extra hoops, no extra tools, just a simple choice when you upload.</p><p>The two options will work side by side, so you can build dapps that combine transparency where needed and privacy where required.</p><p>As for pricing, details will become clearer once CESS storage is available in production. We’ll share specifics closer to the launch so you can plan accordingly.</p><h3>Looking ahead</h3><p>This is a big step toward making Apillon the Web3 storage Swiss army knife. One platform, two protocols, full flexibility.</p><p>The work is already underway — we’ll keep you posted as we move toward making it available on the platform.</p><p>In the meantime, take a look around the platform and start making waves in Web3.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=cess_coop"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*_zV4fOOLgVvhxxkzqDQpyQ.png" /></a></figure><h3>About CESS Network</h3><p>CESS Network is a decentralized data value infrastructure, designed to address the growing need for secure, scalable, and privacy-preserving data solutions for Web3 and AI era.</p><p>Offering the most optimal solution for storing and retrieving high-frequency dynamic data, CESS reshapes the value distribution and circulation of data assets whilst ensuring data sovereignty and user privacy.</p><p><a href="https://cess.network/">Website</a> | <a href="https://github.com/CESSProject">GitHub</a> | <a href="https://x.com/CESS_Storage">Twitter</a> | <a href="https://www.linkedin.com/company/cessnetwork/">LinkedIn</a></p><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">Twitter</a> | <a href="https://t.me/Apillon">Telegram</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://discord.com/invite/yX3gTw36C4">Discord</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8cb3e319496f" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/apillon-partners-with-cess-more-ways-to-store-same-place-to-build-8cb3e319496f">Apillon partners with CESS: More ways to store, same place to build</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[$NCTR staking is here: lock, earn, unlock more]]></title>
            <link>https://medium.com/apillon/nctr-staking-is-here-lock-earn-unlock-more-00b883bf9b87?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/00b883bf9b87</guid>
            <category><![CDATA[polkadot-network]]></category>
            <category><![CDATA[tokenomics]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[staking]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Tue, 25 Mar 2025 08:42:41 GMT</pubDate>
            <atom:updated>2025-03-31T12:47:26.246Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JoeErE0UQROkDfce6hBRxQ.jpeg" /></figure><h4>$NCTR staking is live with 20% APY. Lock your tokens, earn passively, and unlock new utility perks while you’re at it.</h4><p>· <a href="#6e66">The token lock is in. And the yield is real.</a><br>· <a href="#5212">How does staking actually work?</a><br>· <a href="#56a1">What do you get for staking?</a><br>· <a href="#eac5">Staking now, building what’s next</a></p><h3>The token lock is in. And the yield is real.</h3><p>We promised. You waited. And now it’s happening:</p><blockquote><strong>$NCTR staking is officially live!</strong></blockquote><p>Starting today, any $NCTR holder can interact with a brand-new smart contract that lets you lock tokens and earn a 20% Annual Percentage Yield — just for holding tight. But this isn’t just about passive gains (though 20% is nothing to sneeze at). This move paves the way for more $NCTR utilities coming soon — ones centered around rewards, governance, and user incentives.</p><h3>How does staking actually work?</h3><p>Head to <a href="https://apillon.io/nctr/?tab=stake"><strong>apillon.io/nctr</strong></a><strong>.</strong> If you’ve been around since vesting days, you already know the link — it’s the same one you used to claim unlocked $NCTR. But now it’s been upgraded with a sleek new interface for staking.</p><p>Here’s the flow:</p><ul><li>Connect your wallet that holds $NCTR.</li><li>See how much you’ve got.</li><li>Decide how much to stake.</li><li>Hit <strong>“Stake $NCTR”</strong>, confirm, and you’re good to go.</li></ul><p>The contract lives on the Moonbeam network, so make sure you’ve got GLMR for gas.</p><p>Once staked, the dashboard shows your <strong>staking tranches</strong>, <strong>unlock dates</strong>, and <strong>earned rewards</strong> — no guesswork needed.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*BOhJLT8K_HRkrPaN" /><figcaption>Claim &amp; stake UI on the website.</figcaption></figure><h3>What do you get for staking?</h3><p>Besides a sweet 20% APY? Glad you asked. To earn that full yield, you’ll need to:</p><ul><li>Stake at least <strong>500 $NCTR.</strong></li><li>Lock it for <strong>a minimum of 90 days.</strong></li></ul><p>This isn’t a parking lot. It’s a launchpad.</p><p>Because on top of the APY, staking unlocks access to new $NCTR utilities — with more in the works.</p><p>Here’s what locking $NCTR gets you:</p><ul><li><strong>Discounts</strong> on platform pricing, proportional to how much you’ve staked</li><li><strong>Increased governance power</strong>, so your voice (and vote) matters more</li><li><strong>Access to exclusive incentives</strong>, from feature testing to dev rewards</li></ul><p>Basically, the more skin you put in the game, the more game you get to play. And this is what it will look like:</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*nDXQ0akHr2kO2VFf" /><figcaption>Staking dashboard UI.</figcaption></figure><h3>Staking now, building what’s next</h3><p>This is just the first step in a bigger plan for $NCTR utility.</p><p>By staking, you’re not only growing your bag — you’re activating your role in the ecosystem. And with rewards, governance, and incentives all designed around locked tokens, the message is clear: <strong>long-term holders win big.</strong></p><p>So, if you’re holding $NCTR, now’s the time to level up.</p><h3>Let’s build. Let’s earn. Let’s go.</h3><p>Lock your $NCTR and start earning. And if you have any questions, our team’s always a ping away.</p><figure><a href="https://apillon.io/nctr/?tab=stake&amp;utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_gotopage&amp;utm_id=nctr_staking"><img alt="" src="https://cdn-images-1.medium.com/max/247/1*Nh_D_sRfG4JkSXNXDdlWKg.png" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">Twitter</a> | <a href="https://t.me/Apillon">Telegram</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://discord.com/invite/yX3gTw36C4">Discord</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=00b883bf9b87" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/nctr-staking-is-here-lock-earn-unlock-more-00b883bf9b87">$NCTR staking is here: lock, earn, unlock more</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Embedded Wallets 2.0: All the power, none of the pain]]></title>
            <link>https://medium.com/apillon/embedded-wallets-2-0-all-the-power-none-of-the-pain-88679cdd2d68?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/88679cdd2d68</guid>
            <category><![CDATA[blockchain-adoption]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[polkadot-network]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[apillon-platform]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Mon, 10 Mar 2025 12:07:55 GMT</pubDate>
            <atom:updated>2025-04-13T20:21:46.639Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*A5O__hSBs63VH1PpdG9Xjw.jpeg" /></figure><h4>Making Web3 simple wasn’t easy enough — we made it even easier to access and benefit from its tech. Number 7 rocks!</h4><p>Web3 is packed with potential, but for most people, it still feels like trying to assemble IKEA furniture without the manual. It looks easy, but then.. it almost never is.</p><p>Embedded wallets offer a different approach. With every update, we’re making Web3 more accessible, removing the technical headaches, and bringing the benefits of decentralized tech to the masses — without forcing them to understand every blockchain buzzword.</p><blockquote>Because let’s be honest — nobody asks how WiFi works, they just want a strong signal.</blockquote><p>With that in mind, welcome to <strong>Embedded Wallets 2.0!</strong> We’ve packed it with game-changing upgrades to make your Web3 experience smoother, more flexible, and, honestly, just better.</p><p>Here’s what’s new:</p><p>∘ <a href="#9ac0">1. Global passkey support</a><br> ∘ <a href="#5ca8">2. Network switching</a><br> ∘ <a href="#81d9">3. Private key import &amp; export option</a><br> ∘ <a href="#c3a3">4. UI redesign</a><br> ∘ <a href="#871e">5. Multi-accounts (+ account labels) per wallet</a><br> ∘ <a href="#028f">6. Token balance + USD value display</a><br> ∘ <a href="#056e">7. Flexible passkey authentication modes</a><br> ∘ <a href="#934c">8. Transaction history UI — revamped</a></p><p>Let’s break it all down.</p><h4><strong>1. Global passkey support</strong></h4><p>Passwords? Those are so Web2. Passkeys are secure cryptographic keys stored on your device that let you access your wallet using biometrics — think Face ID, fingerprint, or your device PIN. <strong>No passwords, no phishing risks, just seamless security.</strong></p><p>Apillon’s Embedded Wallets are built on Oasis Confidential Smart Contracts, and now they’re globally available, meaning <strong>they’re no longer tied to a single app</strong>. Your wallet can now interact across multiple applications without extra setup.</p><h4>2. Network switching</h4><p>Jumping between blockchain networks shouldn’t feel like switching phone carriers. With 2.0 version, it now doesn’t feel this way at all. Seamlessly swap networks within your Embedded Wallets without losing sleep over configurations.</p><h4><strong>3. P</strong>rivate key i<strong>mport &amp; export option</strong></h4><p>We believe in freedom — so we’re giving you the ability to import your private key into Apillon’s Embedded Wallet ecosystem <strong>or</strong> export it to use elsewhere. No vendor lock-in, no hoops to jump through. Just a wallet that works the way you want it to.</p><h4><strong>4. UI redesign</strong></h4><p>We love great tech, but we also know <strong>it needs to</strong> <strong>look and feel great</strong> to be usable. This redesign isn’t just a fresh coat of paint — it’s about reducing friction and making onboarding smoother than ever. Because a tool is only as good as how easy it is to use.</p><h4><strong>5. Multi-accounts (+ account labels) per wallet</strong></h4><p>How many wallets do you carry in your pocket right now? Just one? But somehow, your brain is juggling a work budget, a savings account, and that ‘just-in-case’ fund for impulse buys.</p><p>Your embedded wallet can now do the same — with <strong>multiple accounts in one wallet</strong> and <strong>custom labels</strong> to keep everything organized. Web3 finance, but make it practical.</p><h4><strong>6. Token balance + USD value display</strong></h4><p>We all got into Web3 for the tech… but also, <strong>keeping track of your tokens shouldn’t require mental math at all times.</strong> Now, you can see both your token balances <strong>and</strong> their USD value directly in your wallet. Because numbers should work for you, not the other way around.</p><h4><strong>7. Flexible passkey authentication modes</strong></h4><p>Hate when tech forces you into a single workflow? <strong>Same. </strong>Now, you can choose how passkey authentication works for your users:</p><ul><li><strong>Popup window</strong> (quick and contained)</li><li><strong>Same tab</strong> (integrated feel)</li><li><strong>New tab</strong> (for full focus)</li></ul><p>Your app, your rules.</p><h4><strong>8. Transaction history UI — revamped</strong></h4><p>Bank statements are a snooze. And Web3 can do better. Our revamped transaction history UI makes tracking your activity <strong>a visual treat, not a chore</strong>. Who knew finance could actually be <em>nice</em> to look at?</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*RTywwqEjyG9znLHphUTH6Q.jpeg" /></figure><h3>Apillon provides more power with less complexity</h3><p>Embedded Wallets 2.0 isn’t just an update — it’s a <strong>leap forward</strong> in making Web3 more intuitive, more flexible, and more user-friendly than ever.</p><p>Want to see the magic in action? Start building with Apillon and onboard your users seamlessly with the embedded wallets service.</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=embedded_wallets"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*_zV4fOOLgVvhxxkzqDQpyQ.png" /></a></figure><h4><strong>Want more?</strong></h4><p>Keep the momentum going. Explore more posts for sharp insights, real tips, and Web3 stories that might just spark your next big idea:</p><ul><li><a href="https://blog.apillon.io/embedded-wallets-web2-experience-web3-security-4074a69f64d5">Embedded wallets: Web2 experience, Web3 security</a></li><li><a href="https://blog.apillon.io/embedded-wallets-faqs-all-you-need-to-know-about-secure-and-seamless-web3-c39d56b6e5f1">Embedded wallets FAQs: All you need to know about secure and seamless Web3</a></li><li><a href="https://blog.apillon.io/embedded-wallets-what-are-they-and-how-apillon-redefines-the-concept-4479a8dd28bd">Embedded wallets — What are they and how Apillon redefines the concept</a></li></ul><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">Twitter</a> | <a href="https://t.me/Apillon">Telegram</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://discord.com/invite/yX3gTw36C4">Discord</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=88679cdd2d68" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/embedded-wallets-2-0-all-the-power-none-of-the-pain-88679cdd2d68">Embedded Wallets 2.0: All the power, none of the pain</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Milestones past and present: Apillon Q1 Roadmap unveiled!]]></title>
            <link>https://medium.com/apillon/milestones-past-and-present-apillon-q1-roadmap-unveiled-c59e53de0e28?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/c59e53de0e28</guid>
            <category><![CDATA[polkadot]]></category>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[apillon-platform]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Mon, 03 Mar 2025 12:14:22 GMT</pubDate>
            <atom:updated>2025-03-04T09:19:16.535Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ju9gpcpxTApkgCJuJb7uww@2x.jpeg" /></figure><h4>Exciting announcements are on the horizon as we unveil our roadmap for Q1.</h4><p>· <a href="#ac9c">What is the state of Apillon Roadmap?</a><br>· <a href="#f22f">Why just Q1 and not the whole 2025?</a><br>· <a href="#acc8">What is to come in remainder of Q1?</a></p><p>Apillon’s roadmap is structured at least 6 months in advance and split up in two broad categories: improvements to the existing services as efforts to add services to the Apillon platform.</p><p>The first category — improvements to the existing Apillon services — mainly stems from the feedback of our user base as well as extensive internal team testing and analytics. These are the activities, where our development and product teams identify <strong>most of the UX and DX issues</strong> <strong>and</strong> <strong>rough edges</strong> that need to be addressed for the users to feel supported in their leap from Web2 to Web3.</p><p>The latter is the effort spent on trying to identify upcoming services, that would benefit the users of the Apillon platform in making sure they can find all the necessary services within the platform, tested and supported by our own development team as well as documented thoroughly in our unified API documentation.</p><h3>Why just Q1 and not the whole 2025?</h3><p>With some of the shifts and some of the deliverables being outside our control, as well as new trends and use-cases, as well as trying to stay a step ahead of our competition, we will be unveiling the offering quarter-by-quarter.</p><h3><strong>What is to come in remainder of Q1?</strong></h3><p>Besides the already teased functionality that will allow Apillon $NCTR holders to lock and earn a high 20% APY, we are planning on addressing these specific areas:</p><ul><li><strong>Embedded wallets improvements</strong></li><li><strong>Deploy projects directly from GitHub</strong></li><li><strong>Changes to the Apillon website and platform</strong></li><li><strong>Some surprise additions</strong></li></ul><p>Let’s dive into each one individually to give you a more broad picture of why they warrant changes within the Apillon platform.</p><h4>Embedded Wallets</h4><p>Embedded wallets are one of the features with the highest potential impact for Web3 adoption and, consequently, Polkadot adoption. Before releasing the feature, we received significant interest from various stakeholders, companies, and existing dapps to integrate our wallets.</p><p>Additionally, we’ve encountered requests to support embedded wallets from native mobile dapps.</p><p>By the end of Q1, we expect that the list of our features for our embedded wallets will have grown significantly — to a point, where they will warrant a separate, in-depth blog post.</p><h4>Deploy projects directly from your GitHub</h4><p>Currently, the NFT collection deployment flow allows users to create NFT collections using a no-code wizard. The process automates several steps in the background, such as:</p><ol><li>Accepting CSV files</li><li>Automatically creating NFT metadata storage buckets</li><li>Generating metadata to match images</li><li>Deploying smart contracts</li></ol><p>However, once the NFT collection is created, the final step offers users a GitHub repository with a pre-written NFT collection website. This requires users to:</p><ul><li>Pull the code from GitHub</li><li>Configure the project for their specific NFT collection (including setting the RPC provider)</li><li>Deploy the website back to hosting</li></ul><p>This complexity following a streamlined wizard experience often leads to incomplete projects, with many collections created but fewer actually reaching the NFT minting stage.</p><p>To address this, Apillon will expand the no-code wizard with an automated website deployment step to simplify this process. In this step, the platform will:</p><ol><li>Preconfigure the NFT collection website using data from the NFT collection and the appropriate RPC provider.</li><li>Automatically deploy the website to the user’s hosting platform.</li><li>Guide users through connecting a domain and starting the NFT sales process.</li></ol><h4>Upcoming changes on the Apillon website &amp; within the platform</h4><p>Our last big update to our website is just over two years old, which we believe roughly translates to “too old” in Web3. The changes to the website will reflect new services being added, our product being more refined and better targeted and suited as a resource our customer base can use to build new exciting projects, but also grow their understanding of Web3 tech and its benefits.</p><p>On the platform side, we have a huge revamp of our onboarding flow — doubling down on service descriptions, making our messaging clearer and the overall user experience better for new and existing users.</p><p>Our revamped approach will also allow users to achieve the same outcomes, no matter whether they started their journey via pre-made wizard flow or directly accessing the underlying services through our code tooling.</p><p>And did we mention that this is the Q, where $NCTR is getting integrated into the platform? After that, the only queue we expect is for the lock and earn a 20% APY.</p><h4>Hey, you said surprise!</h4><p>We did. We’re keeping one or two wildcards under wraps for now, but they will surely be getting all the spotlight they deserve once they are out.</p><p>Maybe the winter is wearing off, or maybe it’s just our roadmap heating up…</p><figure><a href="https://app.apillon.io/register?utm_source=medium&amp;utm_medium=organic&amp;utm_campaign=cta_start_building&amp;utm_id=community_update_q1"><img alt="" src="https://cdn-images-1.medium.com/max/199/1*SIfQNL4EiR1PDaUo2BIHHw.png" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">Twitter</a> | <a href="https://t.me/Apillon">Telegram</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://discord.com/invite/yX3gTw36C4">Discord</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c59e53de0e28" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/milestones-past-and-present-apillon-q1-roadmap-unveiled-c59e53de0e28">Milestones past and present: Apillon Q1 Roadmap unveiled!</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Apillon’s Web3 February events, deals and jetlags]]></title>
            <link>https://medium.com/apillon/apillons-web3-february-events-deals-and-jetlags-231128a8f349?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/231128a8f349</guid>
            <category><![CDATA[polkadot-network]]></category>
            <category><![CDATA[nft-collectibles]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[web3-events]]></category>
            <category><![CDATA[web3]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Fri, 28 Feb 2025 10:31:12 GMT</pubDate>
            <atom:updated>2025-03-20T07:25:03.851Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*BfwUD3X3Qa-RB1A2QyMs6g@2x.png" /></figure><h4>Paris, Hong Kong, Doha — Web3 and awesome business deals never sleep; and apparently, neither do we.</h4><p>· <a href="#4f49">1. Paris, NFTs, and Apillon: Love at first mint</a><br>· <a href="#b5b6">2. Hong Kong high stakes: where Web3 business gets real</a><br>· 3. <a href="#d612">Doha delivers big: Desert vibes, Web(3) tribes</a></p><p>February wasn’t just busy — it was a full-on Apillon takeover. From <a href="https://www.nftparis.xyz/"><strong>NFT Paris</strong></a> to <a href="https://consensus-hongkong2025.coindesk.com/"><strong>Consensus Hong Kong</strong></a> and <a href="https://qatar.websummit.com/"><strong>Web Summit Qatar</strong></a>, we jumped time zones, met incredible builders, and put Web3 infrastructure in the global spotlight.</p><p>And somewhere between the croissants, dim sum, celebrities and desert heat, we made some serious moves. Here’s a recap of our biggest moments, hottest takes, and new connections from our Web3 world tour.</p><h3>1. Paris, NFTs, and Apillon: Love at first mint</h3><p><em>February 13–14, NFT Paris, </em><a href="https://www.lavillette.com/grande-halle/"><em>Grande Halle de la Villette</em></a></p><p>With <strong>20,000+ attendees and 400+ speakers</strong>, the energy was electric — and we were right in the middle of it.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oX-KRdSSOFF60O5lSeS5FQ.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*N2FbGAJyfGSKqzEgcnIRVA.jpeg" /><figcaption>The venue at NFT Paris was packed with enthusiasts, ideas and Web3 promise of success.</figcaption></figure><p>A key takeaway? <strong>NFTs are now all about branding and visuals</strong> — the tech is there, but if it works, does it really matter it’s built on blockchain? We saw plenty of projects that felt like déjà vu from 2017, but thanks to evolving regulation, they’re now legit and legally operational. That’s a game-changer for adoption — users get guarantees on accumulated value, making NFTs far more appealing as long-term assets.</p><h4>The Polkadot booth</h4><p>Absolute magnet for attention, mostly thanks to Messi’s Inter Miami jersey on display — safe to say, the crowds couldn’t resist a photo op.</p><p>Shoutout to <strong>Adrian from </strong><a href="https://coinreference.me/team.html"><strong>Coin Reference</strong></a>, who organized the booth through Polkadot OpenGov, giving multiple Polkadot projects a platform to showcase their work and take the pulse on the current NFT landscape.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Wpl-fduOyXTTegaJCYIWhQ.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qTK2H3PgkeGw7MARPXSm5Q.jpeg" /><figcaption>Polkadot Booth</figcaption></figure><h4>Other highlights (literally and figuratively)</h4><p>Let’s mention our fellow Slovenians from <a href="https://suncontract.org/">Suncontract</a>, one of the most impressive projects at the event. Their NFT-powered solar panel leasing is peak utility, no speculation.</p><p>You can buy an NFT, rent out a solar panel, and generate revenue from its electricity — all fully regulated — or use that revenue to cut down your electricity bill automatically.</p><p>And the best part? If you need liquidity, you can sell the NFT — unlike being stuck with panels on your roof.</p><p>Speaking of panels (but the discussion kind), we caught a talk from <strong>Bored Apes</strong> and <strong>Doodles</strong>, reinforcing what’s becoming one of the coolest NFT utilities to date — <strong>NFTs as brand franchise models</strong>.</p><p>Some projects now let holders monetize their NFT brand up to $100,000, turning them into personal brand-building tools rather than just collectibles.</p><p>And how about that — we wrote a little something on that topic, too 👇</p><p><a href="https://blog.apillon.io/nfts-the-ultimate-fan-engagement-experience-ab004f9be54a">NFTs: The ultimate fan engagement experience</a></p><p>NFTs? They’re evolving fast. And from what we saw in Paris, it’s just getting started.</p><h3><strong>2. Hong Kong high stakes: where Web3 business gets real</strong></h3><p><em>February 18–20, Consensus Hong Kong, </em><a href="https://www.hkcec.com/en"><em>HKCEC</em></a></p><p>The next stop was Hong Kong, where we swapped art galleries for high-rise boardrooms at <a href="https://consensus-hongkong2025.coindesk.com/">Consensus Hong Kong 2025</a>. And let’s just say — we made some noise.</p><p>Honored to be named one of 12 startups set to transform the crypto landscape, Apillon made it to the semi-finals at the Consensus PitchFest Finals. Our Co-founder and COO, <a href="https://si.linkedin.com/in/ursicdomen">Domen Uršič</a>, took the stage and pitched Apillon to a packed crowd, proving that seamless Web3 infra isn’t a dream — it’s happening <em>right now</em>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*BEK2_X6evy6IdZz2" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ZTCuQMLSnzUkAB8r-1Qp8w.jpeg" /><figcaption><a href="https://si.linkedin.com/in/ursicdomen">Domen Uršič</a>, Co-founder and COO at Apillon, pitching at the Consensus PitchFest Finals.</figcaption></figure><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/ursicdomen/status/1893983751249514743&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/c8b8bcdd418ddeb210a7ac9a0778a081/href">https://medium.com/media/c8b8bcdd418ddeb210a7ac9a0778a081/href</a></iframe><p>But we weren’t just on stage — we were <em>everywhere</em>. Domen also joined a panel at the Polkadot side event, sitting alongside some of the biggest teams in the ecosystem to discuss the future of Web3 building on Polkadot, seamless developer experiences, and what’s next for blockchain adoption.</p><p>And don’t just take our word for it — everyone was tweeting about it. Seriously, it felt like every other Polkadot builder had something to say. And that’s a really good sign. 😉</p><iframe src="https://cdn.embedly.com/widgets/media.html?type=text%2Fhtml&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;schema=twitter&amp;url=https%3A//x.com/polka_pat/status/1891806557568106732&amp;image=" width="500" height="281" frameborder="0" scrolling="no"><a href="https://medium.com/media/0291dbaaf9b4c59b7750ae61441f21c2/href">https://medium.com/media/0291dbaaf9b4c59b7750ae61441f21c2/href</a></iframe><h3>3. Doha delivers big: Desert vibes, Web(3) tribes</h3><p><em>February 23–26, Web Summit Qatar, </em><a href="https://www.decc.qa/visitors/"><em>DECC</em></a></p><p>After Europe and Asia, we touched down in Doha for Web Summit Qatar, where 7,500+ founders, investors, and tech leaders gathered to shape the next wave of digital innovation.</p><p>And while Web Summit isn’t strictly Web3, that’s precisely why Apillon was there.</p><p>Blockchain isn’t staying in its own bubble — it’s becoming part of the bigger tech stack. At Web Summit Qatar, we met with industry leaders who are weaving Web3 into sectors like AI, cloud computing, and enterprise tech.</p><p>Our mission? To make sure Web3 infrastructure isn’t just an option — it’s the obvious choice.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1T2fVDb7RpIGZrj4GxVbLg.jpeg" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*gI972GIQ-pT1raGBLnrBBg.jpeg" /></figure><p>Apillon held it down at our booth, where we met developers, founders, and investors eager to explore Web3 without the headaches. Whether it was NFT storage, embedded wallets, or just a friendly debate over decentralization, we had conversations that mattered.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MKmSwjR3e2mTiflz5rKHhg.jpeg" /><figcaption><a href="https://si.linkedin.com/in/nino-kutnjak">Nino Kutnjak</a>, CPO at Apillon, networking at the booth.</figcaption></figure><p>And as if the Web3 discussions weren’t exciting enough… Will Smith was <em>also</em> in the building. Talking AI, the future of tech, and delivering insights for a change.</p><p>Did we pitch Apillon to him? No.</p><p>Should we have? Probably.</p><p>Would he be impressed? Absolutely. He’d call Apillon a slap in the face to complicated Web3 platforms.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tORKVLzPpUoXXdbKe3kAxQ.jpeg" /><figcaption>Will Smith on the stage of Web Summit.</figcaption></figure><p>With big discussions, bigger opportunities, and some serious cross-industry networking, Doha proved that the future of Web3 goes beyond crypto-native spaces. Apillon is already laying the groundwork and is more than ready to bridge that gap.</p><h3>That’s all, folks</h3><p>We came, we saw, we networked our SaaS off. New partnerships, fresh ideas, and a roadmap that’s even more ambitious than before.</p><p>If February was just the start, 2025 will be a wild ride. Stay tuned, and if you missed us on the road, don’t worry — we’re just getting started.</p><figure><a href="https://twitter.com/Apillon"><img alt="" src="https://cdn-images-1.medium.com/max/276/1*tJ_ZkCNB1v66OavdfWXM8A.png" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon">GitHub</a> | <a href="https://twitter.com/apillon">X</a> | <a href="https://discord.gg/apillon">Discord</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://www.reddit.com/r/apillon/">Reddit</a> | <a href="https://t.me/Apillon">Telegram</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=231128a8f349" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/apillons-web3-february-events-deals-and-jetlags-231128a8f349">Apillon’s Web3 February events, deals and jetlags</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Scaling Web3 for real-world use: Apillon joins Polkadot x ERA Accelerator in NYC]]></title>
            <link>https://medium.com/apillon/scaling-web3-for-real-world-use-apillon-joins-polkadot-x-era-accelerator-4e766e5a1f60?source=rss-9efc8eabbf7e------2</link>
            <guid isPermaLink="false">https://medium.com/p/4e766e5a1f60</guid>
            <category><![CDATA[web3]]></category>
            <category><![CDATA[blockchain-development]]></category>
            <category><![CDATA[apillon-news]]></category>
            <category><![CDATA[web3-startup]]></category>
            <category><![CDATA[polkadot]]></category>
            <dc:creator><![CDATA[Apillon]]></dc:creator>
            <pubDate>Wed, 26 Feb 2025 13:59:36 GMT</pubDate>
            <atom:updated>2025-03-17T13:23:47.603Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*NrrQa7EMGy-UdwlcVhvd3g@2x.jpeg" /></figure><h4>Apillon is heading to New York for the Polkadot x ERA Accelerator, joining a cohort of Web3 startups expanding into the U.S. market.</h4><p>· <a href="#0117">What is the Polkadot x ERA Accelerator?</a><br>· <a href="#5284">Why this matters for Apillon</a><br>· <a href="#3449">Meet the first Polkadot x ERA Accelerator cohort</a><br>· <a href="#2317">What’s next?</a></p><p>We’re excited to announce that Apillon has been selected for the <a href="https://medium.com/web3foundation/announcing-the-polkadot-x-era-global-program-pilot-cohort-35830395e493">Polkadot x ERA Accelerator Program</a>, a 12-week deep dive designed to help blockchain startups scale, fundraise, and break into the U.S. market.</p><p><a href="https://www.eranyc.com/">Entrepreneurs Roundtable Accelerator (ERA)</a> — NYC’s top tech accelerator — is helping startups go from great ideas to investor-backed success. This program is all about high-impact mentorship, networking, and go-to-market strategies.</p><figure><a href="https://medium.com/web3foundation/announcing-the-polkadot-x-era-global-program-pilot-cohort-35830395e493"><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EPFW2UjiF793Gt7JHmYscQ.png" /></a><figcaption>Polkadot x ERA Accelerator program</figcaption></figure><p>And thanks to Polkadot and the Web3 Foundation, Apillon will join a cohort of four innovative teams that are building the future of Web3.</p><h3>What is the Polkadot x ERA Accelerator?</h3><p><a href="https://polkadot.com/">Polkadot’</a>s blockchain ecosystem is already pushing the boundaries of interoperability and decentralization. Now, with the Polkadot x ERA Accelerator, the focus shifts to bringing these innovations to the U.S. market.</p><p>The program, backed by ERA Global, provides:</p><ul><li><strong>1:1 mentorship with tech and investor heavyweights</strong> — Learning from U.S. tech leaders, investors, and business experts.</li><li><strong>Go-to-market strategy</strong> deep dives — for launching and scaling products in the U.S.</li><li><strong>Fundraising, sales, and pitch coaching</strong> — Knowing the right story for the right audience is key.</li><li><strong>Networking with NYC’s tech scene</strong> — Investors, partners, customers, the people who make things happen.</li></ul><p>And the grand finale of the program? Apillon and our fellow cohort members will showcase our growth at a Final Pitch event — a chance to connect with top-tier investors and industry leaders.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6FZPyU5SYRlLh7kow-2j4g.png" /><figcaption>ERA Mentorship network (source: <a href="https://www.eranyc.com/">https://www.eranyc.com/</a>)</figcaption></figure><h3>Why this matters for Apillon</h3><p>Web3 is growing fast, but adoption isn’t just about technology — it’s about who can access it.</p><p>Apillon’s goal has always been to make Web3 easier and more accessible for builders — whether they’re launching dapps, minting NFTs, or exploring other benefits of the decentralized world.</p><p>With the Polkadot x ERA Accelerator program, we’re getting:</p><ul><li><strong>A sharper U.S. go-to-market strategy</strong>: Tailoring Apillon for a whole new audience.</li><li><strong>Direct lines to investors and industry giants:</strong> Connections with industry leaders who’ve helped scale some of the biggest tech startups.</li><li><strong>A bigger stage to showcase Apillon</strong>: Because the world should know how Web3 gets built and how we’re simplifying Web3 development.</li></ul><p>We’re here to take embedded wallets, Web3 storage, and dapp deployment mainstream — and this is the next step.</p><blockquote>“Web3 is built on innovation, but adoption is built on usability. With the Polkadot x ERA Accelerator, we’re turning innovation into access — bringing decentralized tech closer to real-world utility.</blockquote><blockquote>— <a href="https://at.linkedin.com/in/matjazsobocan">Matjaž Sobočan</a>, CEO at Apillon</blockquote><p>And with Polkadot and the Web3 Foundation supporting us, we’re ready to push the boundaries of what’s possible in decentralized tech.</p><h3>Meet the first Polkadot x ERA Accelerator cohort</h3><p>We’re honored to be alongside three other Web3 innovator teams:</p><ul><li><a href="http://apillon.io"><strong>Apillon</strong></a> — Simplifying Web3 development for builders everywhere</li><li><a href="https://x.com/KylixFinance"><strong>Kylix</strong></a> — Innovating within the DeFi landscape</li><li><a href="https://x.com/Staex_io?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><strong>Staex</strong></a> — Advancing secure, decentralized networking solutions</li><li><a href="https://x.com/ZeitgeistPM"><strong>Zeitgeist</strong></a> — Bringing prediction markets to the next level</li></ul><p>This handpicked cohort represents the best of what’s being built in the Polkadot ecosystem — and we can’t wait to see what we all accomplish over the next 12 weeks.</p><h3>What’s next?</h3><p>The Accelerator program runs from <strong>February 17 to mid-May 2025</strong>, and we’ll be sharing insider takeaways from mentorship sessions, the progress on our U.S. go-to-market strategy, and behind-the-scenes moments from the Final Showcase pitch.</p><p>Stay tuned for more, and if you’re as excited about Web3’s future as we are, follow our journey and reach out if you are in NYC these days — we’d love to connect. Follow us for updates 👇</p><figure><a href="https://x.com/Apillon"><img alt="" src="https://cdn-images-1.medium.com/max/276/1*tJ_ZkCNB1v66OavdfWXM8A.png" /></a></figure><h3>⧓ About Apillon</h3><p>The Apillon platform serves as a unified gateway to the Web3 services provided by linked Polkadot parachains. Following the multi-chain vision, Apillon powers the transition of developers to Web3, simplifying its adoption in the real economy, and expanding its versatility as the ecosystem grows. With Apillon, Web3 services are within reach for every developer, regardless of their background and experience with blockchain technology.</p><p><a href="https://apillon.io/">Website</a> | <a href="https://wiki.apillon.io/">Wiki</a> | <a href="https://github.com/Apillon-web3">GitHub</a> | <a href="https://twitter.com/apillon">X</a> | <a href="https://discord.gg/apillon">Discord</a> | <a href="https://www.linkedin.com/company/apillon/">LinkedIn</a> | <a href="https://www.reddit.com/r/apillon/">Reddit</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4e766e5a1f60" width="1" height="1" alt=""><hr><p><a href="https://medium.com/apillon/scaling-web3-for-real-world-use-apillon-joins-polkadot-x-era-accelerator-4e766e5a1f60">Scaling Web3 for real-world use: Apillon joins Polkadot x ERA Accelerator in NYC</a> was originally published in <a href="https://medium.com/apillon">Apillon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>