# TheCarbonSwap 🌱: Week 5 @ ETHIndia Fellowship

By [Robin Roy](https://paragraph.com/@robinroy) · 2023-04-04

---

Voila! A pool hath been born…
-----------------------------

Last week, I had been struggling to get a pool created via balancer-sdk, so I decided to use balpy (a repo of python scripts for balancer) - as suggested by a user on Discord, to initialize my pool. I was going through some issues which I wasn’t sure what the problem was.

After a few hours of tinkering and some more hours going back and forth on Discord I was finally able to generate my very first [Composable Stable Pool](https://docs.balancer.fi/concepts/pools/composable-stable.html) on Balancer. In this pool I had added my 3 dummy ERC20s ($BCT, $NCT, $MCO2), all in equal proportions.

![Pool created by interacting with ComposableStableFactory](https://storage.googleapis.com/papyrus_images/0f0556085c8441dcc645f17529134a8b61e52c59183c2624963899dc0324d4e0.png)

Pool created by interacting with ComposableStableFactory

![\_INIT\_ join a pool with 1000 tokens each of BCT, NCT, MCO2](https://storage.googleapis.com/papyrus_images/004ef5f8b1be80cadceaf32a3f7e58d51f0daf3c5ff726b45430627e11f12082.png)

\\\_INIT\\\_ join a pool with 1000 tokens each of BCT, NCT, MCO2

Finally, we have progress. The next step is to use the docs and identify how to make swaps using the SDK and see if everything works just right.

See ya next week!

---

*Originally published on [Robin Roy](https://paragraph.com/@robinroy/thecarbonswap-week-5-ethindia-fellowship)*
